Guest User

Untitled

a guest
Aug 14th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. To install an alternative for a command:
  2. sudo alternatives --install /usr/bin/<command> <command> <path_to_different_implementation_of_command> <priority_inverted>
  3. To choose among the alternatives:
  4. sudo alternatives --config <command>
Add Comment
Please, Sign In to add comment