How to Install aptfs in Ubuntu 18.04



Install aptfs by entering the following commands in the terminal:

sudo apt update
sudo apt install aptfs

Description:

FUSE filesystem for APT source repositories

AptFs is a FUSE-based filesystem that provides a view to unpacked Debian source packages (obtained via APT) as regular folders. Binary packages are modelled as symbolic links pointing to their respective source package.

Homepage: http://chris-lamb.co.uk/projects/aptfs

Version: 2:0.11.0-1

Section: universe/utils