RedHat Commands Flashcards

1
Q

How would you look for apps in a RH repository?

A

sudo dnf list APP
or
sudo dnf search STRING

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Where would you find the Repos on an RH machine? (2 locations)

A

/etc/yum.repos.d/
/etc/dnf/dnf.conf

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you uninstall a package in RH including associated dependencies

A

sudo dnf remove APP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly