Find the answer to your Linux question:
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... ...
  1. #1
    Linux Newbie Van Halen Man's Avatar
    Join Date
    Sep 2006
    Location
    N. Canton Ohio
    Posts
    208

    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.

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,228
    To install it? Well, I assume you could install it through yum or apt-get. To install it manually:
    Code:
    cd /path/to/zsnes
    cd src
    ./configure
    make
    su
    make install
    This is the basic way to install any program from source.
    DISTRO=Arch
    Registered Linux User #388732

  3. #3
    Linux Newbie Van Halen Man's Avatar
    Join Date
    Sep 2006
    Location
    N. Canton Ohio
    Posts
    208
    I keep hearing about yum. What exactly is it? and where can I get it?

  4. #4
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    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

  5. #5
    Linux Newbie Van Halen Man's Avatar
    Join Date
    Sep 2006
    Location
    N. Canton Ohio
    Posts
    208
    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?

  6. #6
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,228
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •