Skip to content

Instantly share code, notes, and snippets.

@dmdotin
Created March 30, 2020 17:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dmdotin/1680010e3af6f08ee943df2983a05335 to your computer and use it in GitHub Desktop.
install .tar or .tar.gz files to ubuntu
cd Downloads
$ tar xvf file.tar
OR
$ tar xvfz file.tar.gz
$ ./configure
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment