Linux-Noob Forums
-install .tar - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Compressed Files (https://www.linux-noob.com/forums/forum-30.html)
+---- Thread: -install .tar (/thread-3680.html)



-install .tar - Lem0 - 2004-01-27


Ive got the contents unzipped to a folder, and I am staring at them wondering why the divx people couldnt be nice and make a rpm out of them. How do you install things manually, anyway?

(I need my videos... [img]<___base_url___>/uploads/emoticons/default_dry.png[/img] )




-install .tar - anyweb - 2004-01-27


tar xvf file.tar

 

should work

 

cheers

 

anyweb




-install .tar - Lem0 - 2004-01-28


Auctually.... the content file is .tar.gz --they extract pretty much the same, so i thought there was no difference. :/

The tar command doesnt recognize the file as a tar file though, even with renaming--and therefore, it doesnt respond to the tar command. The contents extract into a directory with an installl.sh file, but running it puts files in only a few directories and doesnt add anything to /usr/sbin or wherever the directory is that holds a list of programs that can be executed by their name as a command.

 

o_O Mind-boggling.. o_O Whoever takes this one, could you give a quick once-over on the importance of the different usr, bin, and lib directories? I hate not knowing why the file structure is organized like it is




-install .tar - anyweb - 2004-01-28


tar zxvf file.tar.gz

 

that should work :)

 

cheers

 

anyweb




-install .tar - Lem0 - 2004-01-28


joy... it re-created the folder I had already had with all the extracted files in it. I had gotten that far before, but I'm at a loss as to auctual installation.

Relevant-looking files are:

-- an html document describing the actions of divx in lengthy details using code that scares me

-- "install.sh" which I've ran without seeing many results. It puts files in a couple directories, but I still cant run divx.

 

Anyone remember how you installed it, or know a place where I can get a different player for both mpg and avi ?