Results 1 to 7 of 7
i downloaded several .bin files for programs i wanted to install....i built them in the console using the sh ./filename.bin command, n the rpms were created fine....however, i cant figure ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-10-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 2
Installing an Application
i downloaded several .bin files for programs i wanted to install....i built them in the console using the sh ./filename.bin command, n the rpms were created fine....however, i cant figure out how 2 install the app now that i hav the rpm....wen i double-clicked it GNOME jus sed:
There is no action associated with "filename.rpm".
You can configure GNOME to associate applications with file types. Do you want to associate an application with this file type now?
how do i install these apps?
- 08-10-2004 #2Just Joined!
- Join Date
- Aug 2004
- Posts
- 2
i finally figured out to use the rpm -i filename.rpm command, but i got this error message:
error: can't create transaction lock
- 08-10-2004 #3Just Joined!
- Join Date
- May 2004
- Location
- Sintra, Portugal
- Posts
- 36
If the programs are .bin maybe you need to give a chmod +x to the program and run ./program.bin
Try that way.
Peace
- 08-10-2004 #4Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
everything you want to install ,firstly you should check the permissions you have on it.if you don't have execute permission you can't install it(check it with ls -l command)...
Linux For Ever!
- 08-12-2004 #5Linux User
- Join Date
- Jul 2004
- Location
- Poland
- Posts
- 368
usually only the root can install new software system-wide, so perhaps isn't the source of you problem?
- 08-17-2004 #6Just Joined!
- Join Date
- Aug 2004
- Posts
- 5
im in the same boat as this guy... =/
- 08-18-2004 #7Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
you MUST be root to install software in linux.
Originally Posted by TheBeast628
You can run "su" to switch from a normal user to the root user in a shell session.
Jason


Reply With Quote
