Results 1 to 5 of 5
I was told that DSL can use .rpm's, but I don't know how. I've tried to run one, but DSL doesn't recognize the file type. I don't know if it ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-03-2006 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Roskilde, Denmark
- Posts
- 93
Using .rpm's in DSL
I was told that DSL can use .rpm's, but I don't know how. I've tried to run one, but DSL doesn't recognize the file type. I don't know if it matters, but I've installed DSL to my hard drive, and enabled dpkg. Do I have to do anything to before I can use .rpm's?
- 01-04-2006 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
my guess....
is
in a console
apt-get install rpm
once done
man rpm
- 01-05-2006 #3Just Joined!
- Join Date
- Mar 2005
- Location
- Roskilde, Denmark
- Posts
- 93
I've never really used apt-get, but doesn't it need internet access? Because I don't have internet access on that machine.
- 01-08-2006 #4
You can use alien to convert the rpm to a deb and then install that. You will have to look at the man page for alien on how to convert the package to a deb. When it is a deb, simply do (as root):
Note: I don't think alien is 100% guaranteed to work.Code:dpkg -i <package>.deb
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 01-08-2006 #5Just Joined!
- Join Date
- Mar 2005
- Location
- Roskilde, Denmark
- Posts
- 93
Thanks. I've downloaded alien, and I am going to try it.


Reply With Quote
