fedora_dnf
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fedora_dnf [2018/05/03 22:43] – paulsmith | fedora_dnf [2020/06/24 09:39] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== dnf ====== | ||
| + | < | ||
| + | dnf update --refresh | ||
| + | |||
| + | dnf search {packagename} | ||
| + | |||
| + | dnf install {packagename} | ||
| + | |||
| + | dnf list installed | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | < | ||
| + | Fix: for dnf local | ||
| + | dnf install dnf-plugin-local | ||
| + | mkdir -p / | ||
| + | / | ||
| + | dnf check-update --refresh | ||
| + | |||
| + | |||
| + | |||
| + | </ | ||
