How to install a YAST metapackage (.ymp) package under Ubuntu? Are there any tools for converting a .ymp to a .deb or to an installation script?
feedback
|
|
What you want is See: http://www.howtoforge.com/converting_rpm_to_deb_with_alien and http://embraceubuntu.com/2005/09/23/installing-using-an-rpm-file/ | |||||||
feedback
|
|
It is a bad idea to convert Linux packages to another formats for further installation. The reason is not obvious: having a package built for another distribution implies that it could be built against different versions of its dependencies (shared libraries etc). Installing this package to another Linux system, which has different versions of those, might cause instability issues at least. | |||
|
feedback
|