To Install Apt4RPM
Choose your architecture/version from this directory:
ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/
and then navigate to the RPMS.suser-rbos directory.
To install Apt for SUSE download the following packages:
apt
apt-libs
Install with:
rpm -Uvh *.rpm –nodeps
Upddate the Sources List: /etc/apt/sources.list
or use this one (substituting the suse version number e.g. 9.2 with 9.3.)
http://madpenguin.org/images/articles/20050305/sources.list.tar.gz
Next:
apt-get update
To install software by apt use:
apt –no-checksig install libxine1
where libxine1 is the name of the package to install.
Source: http://madpenguin.org/cms/index.php/index.php?m=show&id=3601