tar -xf file.tar.xz
$ tar xvfJ fich.tar.xz
tar -xf [file].tar.xz
cd [file]
./configure
make
sudo make install
Decompress:
$ 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
This will compile the VLC source code, and then install it into your system.
Because you are installing as root,
this is why you must know that the source of the file is trustworthy.
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
nstall this pakage
sudo apt-get install xz-utils
Go to the file direction and run this command to extract the package
tar -xvf {file name}
./configure
make
sudo make install
tar xf [filename]
unxz file.tar.xz
tar -xf file.tar