Results 1 to 6 of 6
I looked in the rules section and I didnt find anything that says not to mention what I am going to ask so I am assuming that it is ok... ...
- 09-23-2006 #1
Zsnes
I looked in the rules section and I didnt find anything that says not to mention what I am going to ask so I am assuming that it is ok... Does anyone know how to install Zsnes? I have fedora core 2 and I am soon getting Ubuntu, so does anyone know? I cant figure it out.
I know you have to be in the terminal, and I am the the right directory. There is a guide that says to type something, I dont know the exact words, but after I do it says that it cant and I dont remember why exactly and cant look because I am not on my computer.
- 09-23-2006 #2
To install it? Well, I assume you could install it through yum or apt-get. To install it manually:
This is the basic way to install any program from source.Code:cd /path/to/zsnes cd src ./configure make su make install
DISTRO=Arch
Registered Linux User #388732
- 09-28-2006 #3
I keep hearing about yum. What exactly is it? and where can I get it?
- 09-28-2006 #4
It is a tool used to install and solve dependencies (downloading them from the internet) for RPM based distribution, it uses pre-built binaries to install the software so it is very quick and painless.
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 10-01-2006 #5
Well, I assumed from the internet. By "where" I meant what site. But anyways, I downloaded yum-metadata-parser-1.0.1 so how do I install it? Or is there a different one that is better?
- 10-01-2006 #6
yum comes by default with Fedora Core. At least, it does with recent versions: FC2 may not have it. I don't know.
The yum project page is at:
http://linux.duke.edu/projects/yum/
You can download yum from there.
If you use Ubuntu, apt-get comes with it, and this is a _very_ powerful tool and works similarly to yum.DISTRO=Arch
Registered Linux User #388732


Reply With Quote
