lk/distros/redhat/yum.md

25 lines
349 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "yum"
2022-01-26 22:35:07 +00:00
tags: [ "Documentation", "Distros" ]
2022-01-16 18:20:39 +00:00
---
2020-01-02 00:04:35 +00:00
# Overview
Forks include CentOS, scientific Linux, Oracle, and Fedora.
Major features: reliable, shit package selection.
# Basically yum
> yum search [package]
> yum list openssh
> yum install [package1] [package2]
> yum check-updates
> yum update
yum remove [package1] [package2]