Ubuntu Cheatsheet

Install and Uninstall Package


Install tar.gz file (tarball)

  1. Untar with tar xvf package-name.tar.gz
  2. cd package-name
  3. ./configure
  4. make
  5. sudo make install

Basic install

Install specific verion of package

Uninstall with apt-get

Show available versions