answersLogoWhite

0


Best Answer

RPM is the extraction / installation component. YUM is the downloader. If RPM is run to install a package without its dependencies already installed, it will fail. YUM's job is to download all necessary dependencies.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is different between RPM and yum command of Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What command is used to remove an RPM package from Linux?

yum remove -y (specific package name)


How can you check if an RPM is already installed on a Linux machine?

rpm -q pkge_namethis command will query the specifid package if it is already existing,otherwise it will give message that package isnot installed.


How are software packages used in Linux and Windows different?

To install the available packagesuse th RPM utalities in command prompt or add new program utalities in gui.otherwise if u want intall any other it should becompatable with Linux and u can userpm zip or tar utalities to intall it.


How do you install RPM packages in windows?

While RPM was originally part of the RedHat Linux distribution, RPM viewers / extractors are now available for most platforms including Windows. A search on 'RPM Viewer' or 'RPM Windows' will come up with more than a few options, such as IZArc, 7-Zip and BitZipper. Well, RPM is the RedHat Package Manager and RedHat is a distribution of Linux. To make use of .rpm packages under Windoze one would need to run some type of virtualization (for example, VMware). RedHat Linux can then be installed as a virtual system and the .rpm package can be installed within it. The .rpm package format is somewhat of a defacto standard and many different flavors of Linux can deal with it.


What is the YUM command in Linux and what does it do?

Yum is a command-line package manager commonly used in RPM-based distros. It uses the RPM file format for its packages. As the term 'package manager' suggest, yum can do things like install and remove packages from your system. Even though it is a command-line tool, there are programs which provide a GUI interface for yum, such as yumex (Yum Extender).


What is RPM stand for in Linux OS?

Redhat Package Manager


What is different between 15K RPM and 7.2KRPM?

7.8rpm


What does rpm stand for in Linux?

It stands for Red Hat Package Manager, which is a package management system that will run on Linux.


What is the difference between an RPM file and source code in Linux?

RPM files generally contain a pre-compiled binary. They are used for installation on systems that use the Red Hat style of package management. Source tarballs are just that; they contain the source code to the program. They are useful both for examining how the program works, and for adapting it to a different system.


What is the RPM command?

It installs, updates, removes and lists software components packaged into *.rpm file. Consult the manual for details.


How do you uninstall programs in Linux?

First, open terminal (bash prompt). You must be login as root user to run any one of the following command. Remove Software under Red Hat / RHEL / Fedora / CentOS Linux Use rpm or yum command to delete the software. To list the installed software type rpm -qa | less rpm -qa {software-name} yum list | less yum list {software-name} To get information about httpd package, enter: rpm -qa httpd yum list httpd To remove a software use rpm or yum command as follows rpm -e {software-name} yum remove {software-name} To delete a package called httpd, enter: rpm -e httpd yum remove httpd Delete / Uninstall Software Under Debian / Ubuntu Linux To list installed software type: dpkg --list dpkg --list | less dpkg --list | grep apache To delete the software, enter: sudo apt-get remove {package-name} sudo apt-get remove apache


What is SuSEconfig in Linux?

what is the role of suseconfig is suse os configuration