Horje
install from tar gz file unix Code Example
how to install tar.gz in ubuntu
Download the desired .tar.gz or (.tar.bz2) file
Open Terminal
Extract the .tar.gz or (.tar.bz2) file with the following commands
tar xvzf PACKAGENAME.tar.gz
tar xvjf PACKAGENAME.tar.bz2
Navigate to the extracted folder using cd command
cd PACKAGENAME
Now run the following command to install the tarball
./configure
make
sudo make install
install from tar gz file unix
tar -xzvf filename.tar.gz




Shell

Related
remove first word of pipe output Code Example remove first word of pipe output Code Example
cut first word Code Example cut first word Code Example
install opencl library Code Example install opencl library Code Example
delete first column bash Code Example delete first column bash Code Example
powershell disk space Code Example powershell disk space Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8