Keep openEuler Updated

Keep openEuler Updated

sudo reboot dnf check-update sudo nano /etc/dnf/dnf.conf In openEuler, you can find the DNF configuration file at /etc/dnf/dnf.conf. We need to edit this file to change the behavior of DNF…

Managing Packages in openEuler

Managing Packages in openEuler

If you want to see what packages have updates available, use:dnf search <search-term>This tutorial here provides examples for some of the common usage of the DNF command for installing, removing…