Editing
RPM Package Management
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== yum == * https://en.wikipedia.org/wiki/yum_(software) * https://www.redhat.com/sysadmin/how-manage-packages * https://access.redhat.com/articles/yum-cheat-sheet (not searchable, because it contains a PNG) * https://access.redhat.com/node/1284753/40/0/5827093 β yum command cheat sheet (searchable) * https://access.redhat.com/sites/default/files/attachments/rh_yum_cheatsheet_1214_jcs_print-1.pdf (searchable) * https://www.man7.org/linux/man-pages/man8/yum.8.html YUM allows for automatic updates and package and dependency management on RPM-based distributions. YUM works with software repositories (collections of packages), which can be accessed locally or over a network connection. * ... <pre> $ yum makecache </pre> * which package provides this file? <pre> $ yum provides /path/to/your/file </pre> * which repo provides this package? <pre> $ yum list available | fgrep PACKAGE </pre> * which repo is this this package installed from? <pre> $ yum list installed | fgrep PACKAGE </pre> * β¦ <pre> $ yum remove PACKAGE </pre> * not only remove β¦, but also remove dependencies! <pre> $ yum -y autoremove PACKAGE </pre> * you can display the list of packages available for installation in a specific repo REPO: <pre> $ yum repo-pkgs REPO list </pre>
Summary:
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
British English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information