Results 1 to 3 of 3
I have installed alien and adept via synaptic package manager but I cant seem to find the programs after the install was completed. I need to convert .rpm to deb ...
- 06-04-2009 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 12
synaptic
I have installed alien and adept via synaptic package manager but I cant seem to find the programs after the install was completed. I need to convert .rpm to deb also tar.gz to .deb and I have read on the forums these are the programs to use so can someone please tell me where to find them
thanks
I am running ubuntu 9.04
- 06-04-2009 #2
Adept is like Synaptic, but for KDE. So if you don't use KDE, you don't really need it.
Alien is a command line tool.
will convert and install the package, whileCode:alien -i MySQL-zrm-1.1-1.noarch.rpm
will only convert it, so you can install it using:Code:alien -i MySQL-zrm-1.1-1.noarch.rpm
Read the complete tutorial here.Code:dpkg -i MySQL-zrm-1.1-1.noarch.deb
- 06-04-2009 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 12
excellent, thanks for the help


Reply With Quote