Created
March 30, 2020 17:14
-
-
Save dmdotin/1680010e3af6f08ee943df2983a05335 to your computer and use it in GitHub Desktop.
install .tar or .tar.gz files to ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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