Apt-get :: How To Install Programs



Hey,

I have a RPM I would like to install onto My Computer running DSL. How do I install this ? I dont have a internet connection.
Is there a thing in DSL like the mandrake program installer ?

Cheers

On Knoppix I install rpm files using alien -i xxxxxxxxxx.rpm I thinks alien is not installed with dsl I supposse you must apt-install it before
There's probably a Debian equivalent of whatever app you're trying to install.  Check http://apt-get.org/ , it has a list of unsupported repositories that may have the package you're trying to install.  If so, just add the mirror insto you sources.list and apt-get install packagename.

Also, most developers now offer binaries for multiple architectures and whatnot, check the package maintainers website, he may have already packaged the app you want in deb format.

P.S. Sometimes Debian and RedHat package names differ, what you want may already be in the testing pool, just not named quite the same.


original here.