Barry Young wrote: > What is the best way to install a RPM file in Ubuntu? It is not in > Synaptic via all the universes. > > Thanks! > > Barry convert the rpm file to .deb sudo alien package_file.rpm then just install as normall sudo dpkg -i package_file.deb Darren