answersLogoWhite

0


Best Answer

Generally speaking, you do not need to install RPM packages in Ubuntu. These are designed for other types of Linux distributions that use a slightly different way of installing software. The programs necessary to install such a package are not found on an Ubuntu system. Most programs that could be found in an RPM package are also available either in a .deb package (which you can install on Ubuntu) or in Ubuntu's repository, where it can be installed via Synaptic.

If you absolutely need to, you can convert RPM packages by using a program called "alien." This converts the RPM package into its .deb equivalent. Note that this doesn't always work, and the installation could break your system in rare circumstances. To convert the RPM package and install the program, use the following commands:

sudo alien -k rpmpackage.rpm
sudo dpkg -i debpackage.deb

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

For a graphical application, you typically select it from your application menu. For a command-line program, you enter the name of the program to launch it.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you install an RPM package in Ubuntu?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you install Adobe Flash Player on Ubuntu?

install ubuntu-restricted-extras from the package repositories or ubuntu software center.


What admin tool should use to install 'Google chrome' browser in ubuntu 10.9lts?

package manager


How do you install Skype on Ubuntu?

Open up Firefox, go to the Skype official website, click get skype, click download for Linux then click the first Ubuntu download. Open the file and install it as a normal .deb package.


What does the command RPM -Uvh pkg do?

In Linux it will install an RPM package with the following arguments: -U (upgrade) -v (verbose logging) -h (hash showing installation percent) This is great default way to install RPMs. If there is no existing package to upgrade, it will still install the package. If there is a newer version of the package already installed, it will tell you that and exit without error.


What are the advantages that rpm have over distributions?

The package is precompiled so it doesn't take long to install The package is tailored to your distro


How do you get GUI in ubuntu?

Here are the 4 points: Want to add a desktop environment after you install Ubuntu Server? ... Start by updating the repositories and package lists: sudo apt-get update && sudo apt-get upgrade. ... To install GNOME, start by launching tasksel: tasksel. To install KDE Plasma, use the following Linux command: sudo apt-get install kde-plasma-desktop. Visit Us:- hands-on.cloud/how-to-install-minecraft-client-on-ubuntu/ :


Does installing ubuntu remove windows?

No. After download and burn the Ubuntu 10.10 install disk, you can either TRY Ubuntu without affecting your Windows at all, or INSTALL Ubuntu to have them both in your PC. However, to install Ubuntu, you need to be careful. Make sure not to install Ubuntu to the Windows drive. That is all.


How do you install Ubuntu Linux on a separate partition?

Click the install as partition when installing Ubuntu.


How do you install programs?

DEB-like (Ubuntu, Debian): Synaptic, apt-get RPM-like (Fedora, OpenSuse): YAST, yum Others: Emerge, Sources................


How do you install VirtualBox?

VirtualBox can be found in most distro's repositories. For instancesudo apt-get install virtualbox-osewill install the open source version (without certain proprietary parts like USB support) on Ubuntu and Ubuntu based systems, Issuing the command without "sudo" in front will install it on Debian and Debian-based systems (except Ubuntu, unless you are running as root).You can also download a package from VirtualBox's website.


Where can you get the VLC Player offline installer for ubuntu?

1. Install synaptic package manager, if you don't already have it. 2. Find the VLC Media Player and select install. 3. During the installation, there should be a checkbox that allows you to "Download Package Files" only. 4. You can run the package files later and install offline.


What process updating package from Ubuntu 9.04to Ubuntu 10.4?

To update from 9.04 to 10.04, you can either use the update manager or burn a cd. Since 12.04 LTS is out though, I would burn a cd and install that.