Automatically batch solves the dependencies issue of local rpm package installation
Sometimes you need to install a software, but it is not found in the yum online library, or the version in the yum library is too old. Therefore, the website needs to download the latest rpm file for local rpm installation, but this is another problem, that is, dependencies is often encountered during local rpm installation. The previous solution to rpm installation was to find the missing function libraries and components on the Internet, download them, and solve them one by one. Then install rpm. However, the efficiency of this method is too low. If there are many missing function libraries or components, it usually takes a lot of time. In fact, the yum command comes with a function that can automatically solve the dependencies dependency problem of local installation of rpm files in batches. Use yum localinstall XXX. rpm.
PS: we also introduce a good website for searching rpm software packages. Pkgs.org can find the latest rpm package. In addition to rpm package search, you can also search for the latest software In debian, Ubuntu, mageia, openSUSE, ROSA, Slackware, and ArchLinux. The following are website
Create your own rpm package
Directory structure and configuration after rpm installation in Linux
Brief Introduction and demo of rpm and yum
RedHat Linux --- rpm command details
Use FPM to easily create an RPM package
This article permanently updates the link address: