How to Install and Uninstall loggedfs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "loggedfs" package

In this section, we are going to explain the necessary steps to install loggedfs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install loggedfs

2. Uninstall "loggedfs" package

Please follow the instructions below to uninstall loggedfs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove loggedfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the loggedfs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: loggedfs
Priority: optional
Section: universe/utils
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Didier Roche
Architecture: amd64
Version: 0.5-0ubuntu4
Depends: libc6 (>= 2.4), libfuse2 (>= 2.8), libgcc1 (>= 1:4.1.1), libpcre3, librlog5v5, libstdc++6 (>= 4.1.1), libxml2 (>= 2.7.4), debconf (>= 0.5) | debconf-2.0
Filename: pool/universe/l/loggedfs/loggedfs_0.5-0ubuntu4_amd64.deb
Size: 21144
MD5sum: f58459f654205b5fea48b49c853eb68d
SHA1: 6c184c11b67eb77aa2ed4215357bd2d363d42983
SHA256: ac8db2a001bdaafe366582b44cfab44c4aeba25fd15565d6893366d81a126c47
Description-en: Fuse-filesystem daemon logging every filesystem operations
LoggedFS is a transparent fuse-filesystem which allows you to log every
operation that takes place in the backend filesystem. Logs can be written
to syslog, into a file, or to the standard output.
.
You can add filters to an XML file to filter on users, operations (open,
read, write, chown, chmod, etc.), filenames and return codes.
Since it is fuse-based, you don't need to change anything in your kernel
or on your hard disk partition to use it.
Description-md5: f5f647ba286fe4cca93d00d97e9a66d5
Homepage: http://sourceforge.net/projects/loggedfs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu