Answers for "install tar.bz2 file"

2

install tar.bz2 file

#Extract the file tar.bz2
 tar -xjvf file.tar.bz2
#Compile and install
 cd file
 ./configure
 make
 sudo make install
Posted by: Guest on July-10-2020
0

run tar.xz ubuntu

tar xf [filename]
Posted by: Guest on May-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language