lk/distros/redhat/yum.md

23 lines
293 B
Markdown
Raw Normal View History

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]