How to Install and Uninstall autofs Package on Kali Linux

Last updated: May 03,2024

1. Install "autofs" package

In this section, we are going to explain the necessary steps to install autofs on Kali Linux

$ sudo apt update $ sudo apt install autofs

2. Uninstall "autofs" package

In this section, we are going to explain the necessary steps to uninstall autofs on Kali Linux:

$ sudo apt remove autofs $ sudo apt autoclean && sudo apt autoremove

3. Information about the autofs package on Kali Linux

Package: autofs
Version: 5.1.9-1
Installed-Size: 921
Maintainer: Mike Gabriel
Architecture: amd64
Replaces: autofs5 (<< 5.0.6-1~)
Provides: autofs5
Depends: libc6 (>= 2.34), libnsl2 (>= 1.0), libtirpc3 (>= 1.0.2), libxml2 (>= 2.7.4), ucf
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: nfs-common, kmod | module-init-tools, e2fsprogs
Breaks: autofs5 (<< 5.0.6-1~)
Size: 287540
SHA256: d1bcc80c7ad15e0dad3f51971099299bd870c9ba559768242f4f499a93e3a8cb
SHA1: 7ccfd2d774ecf82c73006e95bf220db036be0f7f
MD5sum: 077bfe57c80755b946e24e549847d22a
Description: kernel-based automounter for Linux
Autofs controls the operation of the automount daemons. The
automount daemons automatically mount filesystems when they
are used and unmount them after a period of inactivity. This
is done based on a set of pre-configured maps.
.
The kernel automounter implements an almost complete SunOS
style automounter under Linux. A recent version of the kernel
autofs4 module (builtin or separate) is required.
.
This is the autofs daemon.
Description-md5:
Homepage: https://www.kernel.org/pub/linux/daemons/autofs/v5/
Tag: admin::filesystem, hardware::storage, implemented-in::c,
interface::daemon, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/a/autofs/autofs_5.1.9-1_amd64.deb