Skip to content

Instantly share code, notes, and snippets.

@dmdotin
Created March 30, 2020 17:14
Show Gist options
  • Save dmdotin/1680010e3af6f08ee943df2983a05335 to your computer and use it in GitHub Desktop.
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