{"id":750,"date":"2023-05-09T06:21:03","date_gmt":"2023-05-09T06:21:03","guid":{"rendered":"https:\/\/www.dedicatedcore.com\/blog\/?p=750"},"modified":"2025-05-27T10:54:36","modified_gmt":"2025-05-27T10:54:36","slug":"rpm-linux-command","status":"publish","type":"post","link":"https:\/\/www.dedicatedcore.com\/blog\/rpm-linux-command\/","title":{"rendered":"How to Check RPM Command in Linux"},"content":{"rendered":"<p>On Unix\/Linux systems, RPM is a command-line tool for managing packages. It allows you to update, inspect, delete, and install RPM packages. It only supports the. rpm file format and is the system&#8217;s primary package manager for Red Hat-based systems. These packages can be installed using the rpm or yum commands. With the help of clear examples, you will learn how to utilize the RPM commands from here. Our vps hosting contains a French DC <a href=\"https:\/\/www.dedicatedcore.com\/vps-hosting-france\/\" target=\"_blank\" rel=\"noopener\">to operate a website in France (EU)<\/a>, where you are getting powerful features with huge NVMe storage.<\/p>\n<p>For systems that make use of the RPM package format, such as Red Hat Enterprise Linux, CentOS, and Fedora. The RPM (Red Hat Package Manager) command is an essential component of the Linux ecosystem. Knowing how to utilize the RPM command properly can greatly improve your capacity to manage software packages. Whether you&#8217;re a system administrator, developer, or interested Linux enthusiast.\u00a0Installing Red Hat Package Manager (RPM) on Linux OS allows you to <a href=\"https:\/\/www.dedicatedcore.com\/blog\/install-rpm-file-linux-os-centos-fedora\/\" target=\"_blank\" rel=\"noopener\">manage software packages<\/a> {install, update, remove} and easily maintain the operating system.<\/p>\n<h3>Linux RPM Command Syntax<\/h3>\n<p>The Canadian vps hosting is like getting a <a href=\"https:\/\/www.dedicatedcore.com\/vps-hosting\/canada\/\" target=\"_blank\" rel=\"noopener\">virtual server in Canada<\/a> with an unmetered 1 Gbps server and bandwidth. Coming back, the command&#8217;s fundamental syntax is as follows:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm [option] [package_name]<\/pre>\n<p>Run: to view a complete list of command options.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm --help<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-753\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options.png\" alt=\"full list command options help command\" width=\"800\" height=\"572\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options-300x215.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options-150x107.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options-768x549.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options-100x72.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/sudo-rpm-help-full-list-command-options-629x450.png 629w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>Command options for RPM<\/h3>\n<p>The most common RPM command options and their descriptions can be found here.<\/p>\n<ul>\n<li>-e, &#8211;erase: Uninstall the relevant package(s).<\/li>\n<li>-h, &#8211;hash: As the package is being installed, print hash marks.<\/li>\n<li>-i, &#8211;install: install the required package(s).<\/li>\n<li>-l, &#8211;list: List the package&#8217;s files.<\/li>\n<li>-q, &#8211;query: package(s) of queries.<\/li>\n<li>-s, &#8211;state: Show the file states that are listed.<\/li>\n<li>-U, &#8211;upgrade: packages for upgrades.<\/li>\n<li>-v, &#8211;verbose: -Offer a more thorough output.<\/li>\n<li>-V, &#8211;verify: Check the package(s).<\/li>\n<\/ul>\n<h4>Example Commands for RPM<\/h4>\n<p>The rpm command is easy to use and lets you tailor each query by mixing different arguments. Examine some of the most popular commands mentioned below, then use a sample package to see how they operate.<\/p>\n<h3>Here are the Commands to Install RPM Packages<\/h3>\n<p>Use the following syntax when using the RPM command to install RPM packages:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ivh package_name<\/pre>\n<p>The command offers the following choices:<\/p>\n<ul>\n<li>-i Install<\/li>\n<li>-v (Velocity Output)<\/li>\n<li>To display the installation process, use the -h option.<\/li>\n<\/ul>\n<p>You must download the proper file before installing it. The package must be compatible with the machine&#8217;s system architecture. For instance, you would run: to install the MySQL package.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ivh mysql80-community-release-el7-5.noarch.rpm<\/pre>\n<p>Provide the following URL to install an RPM package without first downloading it:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ivh package_URL<\/pre>\n<p>Example:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ivh https:\/\/dev.mysql.com\/get\/mysql80-community-release-el7-5.noarch.rpm<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-754\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package.png\" alt=\"install RPM package without previously downloading\" width=\"800\" height=\"251\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package-300x94.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package-150x47.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package-768x241.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package-100x31.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/download-install-rpm-package-700x220.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>RPM Packages Upgrade<\/h3>\n<p>RPM replaces an outdated version with the most recent one when upgrading a package.<\/p>\n<p>The upgrade command for a package is as below:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Uvh package_name<\/pre>\n<ul>\n<li>-u Upgrade<\/li>\n<li>-v (Velocity: Verbose)<\/li>\n<li>-h (Print hash marks to demonstrate the upgrading process)<\/li>\n<\/ul>\n<p>Use: To Update MySQL<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Uvh mysql80-community-release-el7-5.noarch.rpm<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-755\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package.png\" alt=\"use command to upgrade rpm package\" width=\"800\" height=\"209\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package-300x78.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package-150x39.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package-768x201.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package-100x26.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/upgrade-rpm-package-700x183.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<p>You must manually install any additional dependencies that the new version may require. After executing the command, RPM displays a list of the dependencies that were missing. Add the &#8211;nodeps argument to the command if you want to disregard the notice and update without the dependencies:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Uvh --nodeps package_name<\/pre>\n<h3>Delete the RPM packages.<\/h3>\n<p>Making use of the -e (&#8211;erase) option, remove RPM packages:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -e package_name<\/pre>\n<p>Add the -v argument to the command to see the verbose output:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ev package_name<\/pre>\n<p>Add &#8211;nodeps to an RPM package to delete it without destroying its dependencies.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ev --nodeps package_name<\/pre>\n<p>For instance, you can run to get rid of MySQL without getting rid of its dependencies.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ev --nodeps mysql80-community-release-el7-5.noarch<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-756\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies.png\" alt=\"without removing dependencies delete rpm packages\" width=\"800\" height=\"151\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies-300x57.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies-150x28.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies-768x145.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies-100x19.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/delete-rpm-packages-removing-dependencies-700x132.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>Display Package Details Following Installation<\/h3>\n<p>Use the -qi option to tell RPM to query info in order to see the information that is currently available about an installed RPM package:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qi package_name<\/pre>\n<p>The output shows the software version, installed details, and a succinct description.<\/p>\n<p>Run the Command for MySQL.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qip mysql89-community-release-el7-5.noarch<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-757\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing.png\" alt=\"after installing display package information\" width=\"800\" height=\"510\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing-300x191.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing-150x96.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing-768x490.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing-100x64.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/output-display-package-information-after-installing-700x446.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<h3>Before Installing, Display the Package Information<\/h3>\n<p>The following command can be used to view package details before installation:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qip package_name<\/pre>\n<p>The command offers the following choices:<\/p>\n<ul>\n<li>-qi (query Information)<\/li>\n<li>-p (quickly check a package)<\/li>\n<\/ul>\n<p>Use the following command to display information before installing the MySQL package:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qip mysql89-community-release-el7-5.noarch<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-758\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing.png\" alt=\"output displaying package information before installing\" width=\"800\" height=\"511\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing-300x192.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing-150x96.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing-768x491.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing-100x64.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/display-package-information-before-installing-700x447.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/p>\n<h3>Before Installing, Look up Package Dependencies.<\/h3>\n<p>Prior to installing packages on the system, RPM enables you to examine the dependencies of those packages. Keep in mind that to view a list of dependencies, you must have the RPM package locally downloaded.<\/p>\n<p>The instruction to do so is:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">rpm -qpR package_name<\/pre>\n<p>Options include:<\/p>\n<ul>\n<li>-q (Queries format)<\/li>\n<li>-p (quickly check a package)<\/li>\n<li>-R (List package dependencies)<\/li>\n<\/ul>\n<p>For instance, you can run: to show the prerequisites for installing the MySQL RPM package.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">rpm -qpR mysql80-community-release-el7-5.noarch<\/pre>\n<h3>Check Packages<\/h3>\n<p>Verifying packages entails comparing installed file information with metadata from the RPM database.<\/p>\n<p>The command will allow you to confirm every installed package.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Va<\/pre>\n<ul>\n<li>-V (verify)<\/li>\n<li>-a (all)<\/li>\n<\/ul>\n<p>Run the command to confirm a specific package.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Vp package_name<\/pre>\n<ul>\n<li>-v (verify)<\/li>\n<li>-p (Package)<\/li>\n<\/ul>\n<p>Verify the MySQL installation package using:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -Vp mysql80-community-release-el7-5.noarch.rpm<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-759\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package.png\" alt=\"verify rpm package\" width=\"800\" height=\"151\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package-300x57.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package-150x28.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package-768x145.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package-100x19.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/verify-rpm-package-700x132.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>Seek Out Manual Pages<\/h3>\n<p>Use the -qdf option to list the available documentation for an installed RPM package:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qdf package_name<\/pre>\n<p>The available commands are:<\/p>\n<ul>\n<li>-q (Queries format)<\/li>\n<li>-d (List documentation files (command-d)<\/li>\n<li>-f (search for the package owning file)<\/li>\n<\/ul>\n<p>Use the following command to look for MySQL manual pages:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qdf mysql80-comunity-release-el7-5.noarch.rpm\r\n\r\n<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-760\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package.png\" alt=\"related to installed rpm package list available documentation\" width=\"800\" height=\"130\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package-300x49.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package-150x24.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package-768x125.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package-100x16.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-documentation-installed-rpm-package-700x114.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>List Every File in a Package That Is Installed<\/h3>\n<p>Use the -ql option to tell RPM to query the list to view extensive information about a package by listing all of its files:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ql package_name<\/pre>\n<p>For instance, you can run: to list the files in the sample MySQL package.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -ql mysql80-community-release-el7-5.noarch<\/pre>\n<p><strong><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-761\" src=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages.png\" alt=\"list all files of an installed rpm packages\" width=\"800\" height=\"192\" srcset=\"https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages.png 800w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages-300x72.png 300w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages-150x36.png 150w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages-768x184.png 768w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages-100x24.png 100w, https:\/\/www.dedicatedcore.com\/blog\/wp-content\/uploads\/list-files-installed-rpm-packages-700x168.png 700w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/strong><\/p>\n<h3>Installed Packages List<\/h3>\n<p>Run the following commands to get a list of every RPM package that has been set up on the system:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qa<\/pre>\n<p>The -qa parameter in the command directs RPM to query all.<\/p>\n<h4>Recent Packages Installed List<\/h4>\n<p>Use the &#8211;last attribute with the -qa (query all) option to see a list of all recently installed packages:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">sudo rpm -qa --last<\/pre>\n<p>The output lists every RPM package that has been installed, with the most recent item listed first.<\/p>\n<h3>Final Words on Checking RPM Command in Linux<\/h3>\n<p>Hope you have learned how to install, check, upgrade, and delete packages using the rpm command. It is still advised to use the yum or dnf command for similar tasks because they take care of dependencies. Hope this has helped you with how to use the RPM Linux command. Streamline your file management with expert guidance on how to\u00a0<a href=\"https:\/\/www.dedicatedcore.com\/blog\/rename-directory-linux\/\">rename directory Linux<\/a>, leveraging efficient terminal commands for precise and rapid directory renaming.<\/p>\n<p>By now, you ought to have no trouble navigating the RPM environment. Utilizing its strength to keep an orderly software environment. You&#8217;ll develop a greater understanding of RPM&#8217;s contribution to dependability. The usefulness of your Linux system as you continue to research and interact with it.<\/p>\n<h4>Frequently Asked Questions (FAQ)<\/h4>\n<p><strong>1. Why does the RPM say, &#8220;Permission Denied&#8221; when I try to check package details<\/strong>?<\/p>\n<p>Permission denied errors occur whenever the user does not have enough privileges to access an RPM database (usually) under \/var\/lib\/rpm. Running RPM queries as a non-root is very common because, for specific operations, the database does not grant enhanced permissions and must be fixed by using administrative rights.<\/p>\n<p><strong>2. How does RPM handle dependency issues when queries are made for installed packages?<\/strong><\/p>\n<p>RPM can report missing dependencies if a package is installed without its required libraries, or if the database itself may be inconsistent. This can mean incomplete query results; the more complex the software, the more likely it is to require checking dependency chains or rebuilding the RPM database to present the most accurate information about packages.<\/p>\n<p><strong>3. Why does checking for the RPM version return an error or no output?<\/strong><\/p>\n<p>An error or no output when you check for an RPM version typically means that the RPM package manager is not installed or not in the system&#8217;s PATH. This can happen in non-RPM-based distros or if some installation error caused the RPM binary to go missing, so you need to check if the package manager exists or reinstall it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>On Unix\/Linux systems, RPM is a command-line tool for managing packages. It allows you to update, inspect, delete, and install RPM packages. It only supports&#8230;<\/p>\n","protected":false},"author":1,"featured_media":792,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/posts\/750"}],"collection":[{"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/comments?post=750"}],"version-history":[{"count":19,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/posts\/750\/revisions"}],"predecessor-version":[{"id":2800,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/posts\/750\/revisions\/2800"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/media\/792"}],"wp:attachment":[{"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/media?parent=750"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/categories?post=750"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dedicatedcore.com\/blog\/wp-json\/wp\/v2\/tags?post=750"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}