Managing Debian alternative packages
Package Picker
© Photo by MacDonald Almeida on Unsplash
Maintain a list of alternative Debian packages and easily designate the default.
Debian-based systems are full of obscure packages and procedures. Users can run a Debian-based system for years and still be surprised by some of its features, especially if they are not developers. Yet these obscure features can sometimes be as helpful to ordinary users as anyone else. Diffoscope, for example, is intended as a tool for overseeing long-term support for official releases, but its support for binary files allows writers to fully take advantage of git, while debfoster and deborphan both assist in writing scripts for packages and in freeing up disk space by identifying unnecessary packages. Another case in point is the Debian alternatives system [1], which is used in package scripts such as postinst, prerm, and postrm, but it can also automate user interaction with over 120 applications through the update-alternatives command, potentially defining the choice of everything from text editors and web browsers to MP3 decoders and desktop wallpaper.
Unknown to many users, update-alternatives is installed by default on Debian-based systems. A fork also exists on Fedora-based systems [2], including Red Hat Enterprise Linux. The update-alternatives command is intended to manage packages with similar or duplicate functionality under a category or link group. This arrangement is useful because, like many distributions, Debian values freedom of choice. With 59,000 packages at last count [3], there can be numerous applications whose functionality is identical or overlaps. For example, Vim's variants include Elvis, Neovim, vim-tiny, and vim-nox, plus at least half a dozen others. Given many Linux users' fondness for constantly exploring applications, the older a system is, the more likely any set of variants is installed. Although Wayland has yet to be supported by update-alternatives, there are still dozens of link groups that make it a useful tool.
Roughly equivalent to the choice of default applications in many desktop environments, update-alternatives's main difference in functionality is that it can set which other applications a running application opens. For example, the crontab command uses the -e option to choose an editor in which to edit the command. Ordinarily, using -e opens a screen that lists available editors. By contrast, if a user's default editor is set with update-alternatives, this extra screen is skipped. You could get the same result by setting an editor as an environmental variable, but by using update-alternatives, you can maintain a list of choices and can change the default with a quick command. Note that on Debian and possibly some derivatives, you may need to change permissions on the command and its files to enable it.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Yet Another Linux Kernel Vulnerability Discovered
Affecting millions of systems, a kernel flaw discovered by Qualys could allow users to gain root privileges.
-
Ubuntu 26.10 to Include Ubuntu Certified Hardware Check
If you've ever wondered if your laptop or PC is officially certified to run Ubuntu, that curiosity will soon be met.
-
Substantial Update to IPFire Now Available
The lastest version of IPFire features a fundamental change to how the system handles DNS.
-
Gnome Working on Test Center App to Make Testing Easier
It's now possible to test experimental features on the Gnome desktop without worrying that you'll break things.
-
New Vulnerability Discovered in Linux Kernel
Hiding out for nearly 15 years, the Ghostlock vulnerability allows a standard logged-in user to gain root privileges.
-
New Linux Flaw Lets Attackers Escape VMs
A 16-year-old vulnerability allows an attacker to escape a virtual machine, gain access to the host, and execute malicious code.
-
Hannah Montana Linux Is Back!
Developer Noah Cagle decided the world needed the once obscure but beloved Linux distribution and gave it a decidedly pink refresh.
-
System76 Refreshes the Lemur Laptop
If you're looking for a laptop with tons of power and battery, look no further than the latest iteration of the System76 Lemur Pro.
-
More than 43 Million Lines of Code in Linux Kernel 7.2
Using the cloc utility, Michael Larabel of Phoronix discovered that Linux kernel 7.2 has over 43 million lines of code.
-
Kubuntu Focus Goes Ultra
The Kubuntu Focus team has upped the performance ante of its M2 and Zr laptops with the latest, greatest CPUs from Intel.
