I would like to install NTFS-3G Advanced
since I need my Ubuntu installation to recognizing symbolic links created in Windows. Their website indicates it can be installed by compiling the source code. However, I would prefer to install the software using sudo apt-get install
. This thread:
How do I install ntfs-3g (ntfsprogs) manually on Ubuntu?
shows how it can be done for standard NTFS-3G
by running sudo apt-get install ntfs-3g
. Can this be done for the advanced version?
Edit 1
Output of 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
NTFS-3G Advanced
in Ubuntu Software center and couldn't find anything. I don't actually know how, in general, people find the package names to install withsudo apt-get install
. Could you explain more, please? – Blackmill Aug 01 '17 at 00:53apt search ntfs-3g
– George Udosen Aug 01 '17 at 00:54