Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I just installed Linux ver.6.2 to my Ps3. I downloaded the nasm2.07 and I went to the terminal to try and install it but it won't work. I used "rpm -ivh nasm2.07 and it says there is no such file. I've been reading from site after site for a week now and havn't found any help.My main goal is to get my zsnes collection to work on my PS3 but the terminal said I need NASM.I saw the question for Suze but i'm using a different program. Can anyone help me?
Hello Evo2,
I got the download from softpedia. the file name downloaded is"nasm2.07.tar.gz".I saw a site where there is a command to "untar" a file. I tried it and it won't work. The global didn't work either. Is it because it is a 'gz' file?
Last edited by Lordrahl3000; 01-31-2010 at 02:34 PM.
when I used the 'ls' it came up as"Desktop Pics SNES ROMs Collection (U)
Music PSP_MediaGo11.iso src
nasm-2.07 snes9x-1.51-src-gtk-77.tar.bz2 zsnes_1_51
The rpm comamnd will install rpm package files. These files have the extension ".rpm". It seems that what you downloaded is not an rpm file. Where did you download it from? Where there any instructions? Also can you please run the following two commands so that we can find out what that file actually is?
This is a directory (folder in windows speak) that contains the source for nasm. It needs to be compiled. What linux distro are you running on your PS3?
Basically you copile and install with the following commands
Code:
cd nasm-2.07
./configure
make
make install
However, I am quite sure that ./configure will fail because you will not have the required dependancies install. This brings me back to my question at the top of this post: what linux distro are you running?
Ok, I got curious and had a bit of a google. I'm now guessing you are using yellow dog linux.
If so, I think you can get nasm up and running easily by following the instructions in the link below.
Evo2,
I'm sorry for the incomplete answers. I'm new to this kind of stuff. I don't know what u mean by distro. I can tell u that it is run by GNOME though.
I ran the commands u gave me and they all got possitive results. but my screen doesn't show everything that I should see. I would use 'xvidtune' but I don't know what im doing once im in there.
I ran the commands u gave me and they all got possitive results. but my screen doesn't show everything that I should see.
Wow. If it really did install, you just have to run the program: however I don't know what it will be called. The output of the command "make install" should have shown some file that was being installed into "/usr/local/bin/", whatever that file is, is the command you should type into a terminal to run the program.
Quote:
I clicked on the site u gave me and the nasm.rpm dowload page won't come up. it says page not found. can u send me the link?
If you do follow the instructions on that web page please uninstall the first version of nasm that you downloaded and installed. This is done by:
Code:
cd nasm-2.07
make uninstall
Quote:
I don't know what u mean by distro.
"distro" is just short for "linux distribution". Some you may have heard of are for example RedHat (specialises in commercial servers etc) or Ubuntu (specialises in touchy feely desktops). "Yellow Dog Linux" is a distro that I believe first came about for PPC machines (think old Apples) and also for play stations.
Cheers,
Evo2.
PS. If you are using Yellow Dog Linux I highly recommend you follow the instructions on that web page.
Were u able to access the nasm download page? It keeps saying page not found. so if i could get that page to come up I may be able to follow some directions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.