Results 21 to 28 of 28
Ooh, those are rpm flags, not quite sure about urpmi. check
Code:
man urpmi
for similar options....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-22-2005 #21
Ooh, those are rpm flags, not quite sure about urpmi. check
for similar options.Code:man urpmi
- 01-22-2005 #22Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
I am sorry but i really dont know what to do i have read it but stil ldont understand why it wont work
- 01-22-2005 #23
try installing it with just the rpm command:
Code:rpm -iv SDL-version.rpm --force --replacefiles --replacepkgs
- 01-22-2005 #24Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
[flint@jppearce flint]$ cd /home/flint/Documents
[flint@jppearce Documents]$ rpm -iv SDL-1.2.8-1.i386.rpm --force --replacefiles --replacepkgs
error: cannot open lock file ///var/lib/rpm/RPMLOCK in exclusive mode
error: cannot open Packages database in /var/lib/rpm
[flint@jppearce Documents]$
- 01-22-2005 #25
you need to be root.
and then do what you just did.Code:su
- 01-22-2005 #26Just Joined!
- Join Date
- Jan 2005
- Location
- England
- Posts
- 14
[flint@jppearce Documents]$ cd /home/flint/Documents
[flint@jppearce Documents]$ su
[root@jppearce Documents]# rpm -iv SDL-version.rpm --force --replacefiles --replacepkgs
error: open of SDL-version.rpm failed: No such file or directory
[root@jppearce Documents]# rpm -iv SDL-1.2.8-1.i386.rpm --force --replacefiles --replacepkgs
Preparing packages for installation...
SDL-1.2.8-1
[root@jppearce Documents]# INSTALL
bash: INSTALL: command not found
[root@jppearce Documents]# HELP
bash: HELP: command not found
[root@jppearce Documents]#
Now?
- 01-25-2005 #27Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
If your output is exactly as you say, you need to turn off caps lock. I went thru the same thing during my transition from windows to full time linux user.
- 01-25-2005 #28Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
If your output is exactly as you say, you need to turn off caps lock. I went thru the same thing during my transition from windows to full time linux user.


Reply With Quote
