新手求教:debian 9 挂载 NTFS 的USB设备 问题

我在网上查了下,大概知道步骤了。
1、下载了ntfs-3g
2、tar 解压
3、编译好像通不过,下边是终端的过程,大神们,帮我看下:
./configure
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking target system type… x86_64-unknown-linux-gnu
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… no
checking whether make supports nested variables… no
checking whether to enable maintainer-specific portions of Makefiles… no
checking for style of include used by make… none
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in /home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23': configure: error: no acceptable C compiler found in $PATH Seeconfig.log’ for more details
root@debian-younger:/home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23# make
bash: make: 未找到命令
root@debian-younger:/home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23# make installbash: make: 未找到命令

我大概感觉提示好像是缺少gcc 和 make,求解………………

  1. 不建议自行编译安装 ntfs-3g,为什么不试试 sudo apt-get install ntfs-3g
  2. 如果真的要自行编译安装,请先装好依赖,比如:sudo apt-get install build-essential

root@debian-younger:/home/younger/下载/ntfs-3g_ntfsprogs-2017.3.23# sudo apt-getinstall ntfs-3g
bash: sudo: 未找到命令

这个不行啊

没有安装 sudo 的 root 党……

su 到root 先把 sudo这个包装上

有现成的何苦呢?