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

Last updated: February 24,2025

1. Install "proftpd-mod-case" package

This guide covers the steps necessary to install proftpd-mod-case on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "proftpd-mod-case" package

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

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

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

Package: proftpd-mod-case
Priority: extra
Section: universe/net
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: ProFTPD Maintainance Team
Architecture: amd64
Version: 0.7-1build4
Depends: proftpd-basic (>= 1.3.4~), proftpd-abi-1.3.5a, libc6 (>= 2.4)
Filename: pool/universe/p/proftpd-mod-case/proftpd-mod-case_0.7-1build4_amd64.deb
Size: 10114
MD5sum: 25046c4c03df209a37a1b9e3eca2f6f6
SHA1: 2cc7767b47f83bd77c25472a8baeaf6e5b07d3b3
SHA256: f07e0d2ea1df83c2504ffa04444ab3c3bd46bde9e6c8420f54c21ff5a903b2f4
Description-en: ProFTPD module mod_case
The mod_case module is designed to help ProFTPD be case-insensitive, for
those sites that may need it (e.g. those that are migrating from a Windows
environment or have mounted Windows filesystems).
.
mod_case works by performing two checks on the filename used in FTP commands.
First, mod_case will scan the directory to see if there is already a file
whose name exactly matches the given filename. If not, mod_case will scan the
directory again, this time looking for case-insensitive matches.
Description-md5: 257bc81e5527e8c167441b76edc569f3
Homepage: http://www.castaglia.org/proftpd/modules/mod_case.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu