Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to install tar.xz file on ubuntu

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.
Source by superuser.com #
 
PREVIOUS NEXT
Tagged: #install #file #ubuntu
ADD COMMENT
Topic
Name
9+9 =