How do I run an executable file (a .rpm file), in this case a printer driver?
Asked
Active
Viewed 68 times
1 Answers
0
if you want to install it over a rpm and not over the normal way (cups whit driver detecton) you can use this programm to convert your rpm to deb https://help.ubuntu.com/community/RPM/AlienHowto

Duncan Wielk
- 61
- 4
dpkg
command, or even more complicated actions. However: you say that it is a .rpm file. That means that it is not intended for Ubuntu systems; Ubuntu uses the software installation format .deb. So please look around on the driver download page where you got the .rpm file from, to see if there is a .deb file available as well. – Jos Jan 29 '15 at 08:38