Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
Fedora Linux uses dnf command.
It is the next upcoming major version of yum command.
Yum is a package manager for RPM-based Linux distributions such as CentOS/RHEL 7.x and older version of Fedora Linux.
You need to use the dnf command to update Fedora Linux using terminal for latest software patches.
Type the following dnf command and sudo command:
sudo dnf update
How to install new software called htop on Fedora Linux
sudo dnf install htop
Delete/erase an existing software called htop on Fedora Linux
sudo dnf remove htop
List all installed software
sudo dnf list installed| more
Add Comment
Please, Sign In to add comment