How to Install and Uninstall proftpd-mod-fsync Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 24,2024

1. Install "proftpd-mod-fsync" package

This is a short guide on how to install proftpd-mod-fsync on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install proftpd-mod-fsync

2. Uninstall "proftpd-mod-fsync" package

Please follow the guidelines below to uninstall proftpd-mod-fsync on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove proftpd-mod-fsync $ sudo apt autoclean && sudo apt autoremove

3. Information about the proftpd-mod-fsync package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: proftpd-mod-fsync
Priority: optional
Section: universe/net
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: ProFTPD Maintainance Team
Architecture: amd64
Version: 0.2-1build5
Depends: proftpd-basic (>= 1.3.3d-4~), libc6 (>= 2.4), proftpd-abi-1.3.5a
Filename: pool/universe/p/proftpd-mod-fsync/proftpd-mod-fsync_0.2-1build5_amd64.deb
Size: 10624
MD5sum: 774d0c4014026863968519c59f55aae0
SHA1: 1e8227ee48641665cc4fa7c52ee713669c3e3a92
SHA256: 33ad407755a4599e434c3c3b4083390cbc00e0aa177a9070f1b175bac7403485
Description-en: ProFTPD module mod_fsync
The mod_fsync module attempts to prevent such bottlenecks by forcibly
flushing to disk the buffers used for files open for writing after a
certain number of bytes have been written (for example, after 128 KB
has been written to a file). This prevents the buffer cache from being
dominated by data from files being written, freeing up space for data
for files being read.
Description-md5: 96141bdec545ec9ac6cd2aca73c1f153
Homepage: http://www.castaglia.org/proftpd/modules/mod_fsync.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu