Results 1 to 6 of 6
Hello all,
I'm Looking for information on Installing rmp files in knoppix.
I'm new to this and have not been able to getthem to install....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-28-2005 #1
Looking for information on Installing rmp files
Hello all,
I'm Looking for information on Installing rmp files in knoppix.
I'm new to this and have not been able to getthem to install.<advertising NOT allowed in signatures>
- 11-28-2005 #2
Do you mean rpm files? If so, then you should look into using apt to install programs.
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.
- 11-28-2005 #3
You can install RPM files in a Debian-based system (like Knoppix) using a program called alien, however as mentioned earlier, it's best if you install things using your distribution's native package scheme, such as DEB, using apt-get.
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-28-2005 #4Yes I did my fingers hit the wrong keys.
Originally Posted by bryansmith
I have heard of alien not sure how it works?techieMoe, You can install RPM files in a Debian-based system (like Knoppix) using a program called alien, however as mentioned earlier, it's best if you install things using your distribution's native package scheme, such as DEB, using apt-get.<advertising NOT allowed in signatures>
- 11-28-2005 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
alien works pretty well if you can't find it in apt repositories or as a .deb. You can use alien to convert the rpm to a deb and then install with your native package management system, if memory serves me correctly.
Operating System: GNU Emacs
- 11-29-2005 #6Yes. Alien works by converting the RPM into a DEB. The approximate syntax is this:
Originally Posted by genesus
Which leaves you with somePackage.deb, which you can then install using dpkg:Code:alien --to-deb somePackage.rpm
Of course, this is only if you can't find any DEB packages or obtain the software you want using apt-get.Code:dpkg -i somePackage.deb
Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
