mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.3 KiB
1.3 KiB
update-alternatives
TODO
Intro
TL;DR
Usage
# Get configured alternatives and their values.
update-alternatives --get-selections
# Show the full list of alternatives for commands.
update-alternatives --display 'java'
# *Interactively* change the default alternative for commands.
update-alternatives --config 'java'
update-alternatives --config --all