Update-alternatives: Difference between revisions

From DWIKI
(Created page with "=FAQ= ==List them all== update-alternatives --get-selections ==Set default editor== update-alternatives --config editor")
 
mNo edit summary
 
Line 4: Line 4:
  update-alternatives --get-selections
  update-alternatives --get-selections


==List alternatives for command==
update-alternatives --list python


==Set default editor==
==Set default editor==
  update-alternatives --config editor
  update-alternatives --config editor

Latest revision as of 17:48, 23 February 2023

FAQ

List them all

update-alternatives --get-selections

List alternatives for command

update-alternatives --list python

Set default editor

update-alternatives --config editor