如何通过命令行安装 NTFS-3G Advanced?

如何通过命令行安装 NTFS-3G Advanced?

我想安装,NTFS-3G Advanced因为我需要我的 Ubuntu 安装来识别在 Windows 中创建的符号链接。他们的网站表示可以通过编译源代码进行安装。但是,我更喜欢使用 来安装该软件sudo apt-get install。此线程:

如何在 Ubuntu 上手动安装 ntfs-3g(ntfsprogs)?

NTFS-3G显示了如何通过运行来实现标准版sudo apt-get install ntfs-3g。高级版也可以这样做吗?

编辑1

输出apt search nfts-3g

ntfs-3g/trusty,now 1:2013.1.13AR.1-2ubuntu2 amd64 [installed,automatic]
  read/write NTFS driver for FUSE

ntfs-3g-dbg/trusty 1:2013.1.13AR.1-2ubuntu2 amd64
  read/write NTFS driver for FUSE (debug)

ntfs-3g-dev/trusty 1:2013.1.13AR.1-2ubuntu2 amd64
  read/write NTFS driver for FUSE (development)

ntfs-config/trusty 1.0.1-10 amd64
  Enable/disable write support for any NTFS devices

相关内容