#packagemanagement — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #packagemanagement, aggregated by home.social.
-
Cannot delete or install anything due to the error dpkg was interupteed #packagemanagement #dpkg
-
Cannot delete or install anything due to the error dpkg was interupteed #packagemanagement #dpkg
-
Cannot delete or install anything due to the error dpkg was interupteed #packagemanagement #dpkg
-
Cannot delete or install anything due to the error dpkg was interupteed #packagemanagement #dpkg
-
Cannot delete or install anything due to the error dpkg was interupteed #packagemanagement #dpkg
-
#TechTipThursday
Package management is one of those things every Linux admin should know cold.Search for a package:
dnf search packagenameInstall it:
dnf install packagenameCheck what's installed:
rpm -qa | grep packagenameRemove it cleanly:
dnf remove packagenameYour package manager is your best friend. Treat it accordingly.
#Linux #SysAdmin #PackageManagement #TechTip #RHEL #RockyLinux