Quote:
Originally Posted by Sando123
Thanks nutria, thanks for tutorial. but yum didn't worked out for me. i don't have fast internet so downloading a package again n again is a bit difficult task.
|
It isn't so much about downloading a package again and again as it is about making sure you have all the dependencies and binaries you need for your new software to work properly. If you use the terminal or the RPM (redhat package manager), you don't have to worry about these things.
Quote:
Originally Posted by Sando123
if u can still tell me how to download this vlc.tar.xz file that may be helpfull for me.
|
I'm assuming you mean install it, since before you mentioned you had already downloaded it. If you really want to install the tar file, you will need to compile it. There are a many tutorials out there for this, like this one:
http://www.devshed.com/c/a/Administr...ling-Software/
However, you may still run into a problem with this if you do not have GCC (the compiler) and other compiling necessities installed. If you don't have these things, you will just have to download them, so again, you are probably better off just trying to make the terminal or package manager method work.