Skip to content

Instantly share code, notes, and snippets.

@viniciusCamargo
Last active November 16, 2016 12:59
Show Gist options
  • Save viniciusCamargo/b01eb17940df20baa24fe254c539d423 to your computer and use it in GitHub Desktop.
Save viniciusCamargo/b01eb17940df20baa24fe254c539d423 to your computer and use it in GitHub Desktop.
How to install .tar files in LInux

How to install .tar files in LInux

  1. Extract files
  2. Move the folder to /opt
  3. Make a symbolic link in /usr/bin with sudo ln -s /opt/name-of-the-program/program-file /usr/bin

Use menulibre to add the entry to the menu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment