Questions tagged [rpm]

RPM Package Manager (RPM) is a package management system.

The name RPM variously refers to the .rpm file format, files in this format, software packaged in such files, and the package manager itself.

.rpm packages are rarely used in Ubuntu, since Ubuntu uses .deb packages instead. Ubuntu uses dpkg and APT for package management (and higher-level utilities like the Ubuntu Software Center).

When installing a program or library that is only available as an .rpm package, it is sometimes possible to install it in Ubuntu with the rpm command. But it is preferable to use alien to convert the .rpm package to a .deb package. alien can either automatically install the package itself (alien -i), or leave it for later installation using dpkg.

Occasionally, an .rpm package cannot be installed on Ubuntu even with alien or rpm. The packaged version may be specific to one or more non-Ubuntu operating systems that use .rpm packages natively (such as Fedora). The software might also install but not work properly, for the same reason. When this happens, if there is no .deb package available, it may be necessary to build the software from source.

69 questions
9
votes
3 answers

How to get RPM install in my Ubuntu Linux system?

Possible Duplicate: How do I install and manage RPMs in Ubuntu I can't open git-0.99.1.rpm. So, I need the rpm command to install git-0.99.1.rpm. Is there any supply for the rpm command in Ubuntu Linux? How can I install the git-0.99.1.rpm…
Angela
2
votes
2 answers

Installing Mandriva ROSA rocket launcher in Ubuntu KDE

I have a desktop computer in which I have installed the Mandriva 2011, it has a new application menu launcher like Unity, and is called ROSA Rocket launcher. I feel that this a better application launcher than the default KDE launcher. My question…
Aamir
  • 761
1
vote
4 answers

how to install rpmrebuild-2.11-3.el7.noarch.rpm on ubuntu system

I tried to install rpmrebuild using the below command : rpm -ivh rpmrebuild-2.11-3.el7.noarch.rpm. But fails with the below errors: error: Failed dependencies: /bin/bash is needed by rpmrebuild-2.11-3.el7.noarch /bin/sh is needed by…
Manup
  • 31
1
vote
1 answer

Wanted to install RPM based software or application?

Possible Duplicate: How do I install and manage RPMs? As I see more application/softwares are distributed in rpm format, I would like to know if I should choice from the below two. YUM Alien Are there any better("Stable/Advanced") tool…
user7044
  • 3,871
1
vote
1 answer

how to execute brother dcp135 printer driver

How do I run an executable file (a .rpm file), in this case a printer driver?
ericleher
  • 11
  • 2