User Tools

Site Tools


linux:update-alternatives
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


linux:update-alternatives [2023/01/08 11:07] (current) – created els
Line 1: Line 1:
 +====== Update-Alternatives ======
  
 +
 +Sample with maven
 +===== Add new entry =====
 +
 +<code>
 +update-alternatives --install /usr/bin/mvn maven /opt/maven/apache-maven-3.8.7/bin/mvn 0
 +</code>
 +
 +===== Select an entry ===== 
 +<code>
 +update-alternatives --config maven
 +</code>
linux/update-alternatives.txt · Last modified: 2023/01/08 11:07 by els

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki