Answers for "install tar.x"

1

install tar.xz in ubuntu

tar xf [filename]

This will expand the contents of the file to a folder. Then the commands are, from the folder:

./configure

make

sudo make install
Posted by: Guest on December-01-2020
0

install tar files on linux

tar jvxf whatever.tar.bz2 
cd whatever/ 
./configure 
make 
sudo make install
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language