Where is linux rpm stored?

藏色散人
Release: 2023-03-28 11:22:50
Original
3263 people have browsed it

Linux rpm is generally stored in the "/usr/local" or "/usr/bin" directory by default; the "/usr/local" directory is the "/usr" directory provided to general users, and is installed here General application software, and the "/usr/bin" directory also stores many applications.

Where is linux rpm stored?

#The operating environment of this tutorial: linux5.9.8 system, Dell G3 computer.

Where is linux rpm stored?

rpm is usually /usr/local or /usr/sbin.

usr/X11R6 stores the directory of X-Windows;

/usr/games stores the small games that come with XteamLinux;

/usr/bin stores many applications ;

/usr/sbin stores management programs used by the root super user;

/usr/doc Linux technical documentation;

/usr/include is used to store development under Linux and header files needed to compile applications;

/usr/lib stores some commonly used dynamic link shared libraries and static archive libraries;

/usr/local is provided to general users /usr directory, where general application software is installed;

/usr/man The directory where the help documentation is located;

/usr/src Linux open source code

The directory where the rpm packages installed by default under Linux are stored:

/usr/local
/usr/bin
Copy after login

Most of them are in these two directories!

For the installed package, you can use rpm -ql software package name (without version number)

Where is linux rpm stored?

Recommended learning: "linux video Tutorial

The above is the detailed content of Where is linux rpm stored?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template