Update-alternatives: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=FAQ= ==List them all== update-alternatives --get-selections ==Set default editor== update-alternatives --config editor"
 
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
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 15: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