Horje
install gz file Code Example
install gz file
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




Shell

Related
vscode running scripts is disabled on this system Code Example vscode running scripts is disabled on this system Code Example
create-react-app typescript Code Example create-react-app typescript Code Example
how to uninstall npm packages Code Example how to uninstall npm packages Code Example
download adobe reader linux Code Example download adobe reader linux Code Example
ubuntu zip file Code Example ubuntu zip file Code Example

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