How to Install and Uninstall ucf Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 02,2024

1. Install "ucf" package

Please follow the step by step instructions below to install ucf on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ucf

2. Uninstall "ucf" package

This guide covers the steps necessary to uninstall ucf on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ucf $ sudo apt autoclean && sudo apt autoremove

3. Information about the ucf package on Ubuntu 21.10 (Impish Indri)

Package: ucf
Architecture: all
Version: 3.0043
Multi-Arch: foreign
Priority: important
Section: utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Manoj Srivastava
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 232
Depends: debconf (>= 1.5.19), coreutils (>= 5.91), sensible-utils
Filename: pool/main/u/ucf/ucf_3.0043_all.deb
Size: 56080
MD5sum: 2f27a9701058fb747adb5e508e6a785f
SHA1: 98be63396e2c31d2608bffa48ce4d2e0eaec5de1
SHA256: a3fad168a58304fa4c9838158440660419a584855e2b2b881f980287c31a4819
SHA512: c4a7c19940dad631841aa2e30269cabf53d4d577053ae5c51ba6b6769b55d351305d93d47e18c0d7110f019093c59718ccd34e8ea314ef03c5218067926ee8cd
Description-en: Update Configuration File(s): preserve user changes to config files
Debian policy mandates that user changes to configuration files must be
preserved during package upgrades. The easy way to achieve this behavior
is to make the configuration file a 'conffile', in which case dpkg
handles the file specially during upgrades, prompting the user as
needed.
.
This is appropriate only if it is possible to distribute a default
version that will work for most installations, although some system
administrators may choose to modify it. This implies that the
default version will be part of the package distribution, and must
not be modified by the maintainer scripts during installation (or at
any other time).
.
This script attempts to provide conffile-like handling for files that
may not be labelled conffiles, and are not shipped in a Debian package,
but handled by the postinst instead. This script allows one to
maintain files in /etc, preserving user changes and in general
offering the same facilities while upgrading that dpkg normally
provides for 'conffiles'.
.
Additionally, this script provides facilities for transitioning a
file that had not been provided with conffile-like protection to come
under this schema, and attempts to minimize questions asked at
installation time. Indeed, the transitioning facility is better than the
one offered by dpkg while transitioning a file from a non-conffile to
conffile status.
Description-md5: 83e3ff2859524c831253d938da348878
Task: minimal, server-minimal