{"id":11795,"date":"2022-01-27T17:53:22","date_gmt":"2022-01-27T22:53:22","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=11795"},"modified":"2022-01-27T17:53:24","modified_gmt":"2022-01-27T22:53:24","slug":"following-packages-were-automatically-installed-and-are-no-longer-required","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/following-packages-were-automatically-installed-and-are-no-longer-required\/","title":{"rendered":"The Following Packages Were Automatically Installed and are no Longer Required Meaning"},"content":{"rendered":"\n
You might find it more often than not when you run apt-get or Here is what a typical message looks like:<\/p>\n\n\n\n This happens as a side effect of a package or multiple packages being installed automatically by apt-get because it’s a dependency of some other package. apt-get keeps track of it. Later on, when apt<\/code> on Ubuntu<\/a> or Debian<\/a> systems you get the message; The following packages were automatically installed and are no longer required. This is then followed with a list of packages the instruction; “Use ‘sudo apt autoremove’ to remove them”. In this short guide, we will use apt-get in our explanations to mean apt as well.<\/p>\n\n\n\n
The following packages were automatically installed and are no longer required:\n linux-headers-5.4.0-89-generic linux-headers-5.4.0-90-generic linux-hwe-5.4-headers-5.4.0-89\n linux-hwe-5.4-headers-5.4.0-90 linux-image-5.4.0-89-generic linux-image-5.4.0-90-generic\n linux-modules-5.4.0-89-generic linux-modules-5.4.0-90-generic linux-modules-extra-5.4.0-89-generic\n linux-modules-extra-5.4.0-90-generic php8.0-dev\nUse 'sudo apt autoremove' to remove them.<\/code><\/pre>\n\n\n\n
apt-get<\/code> notices that nothing depends on the package anymore, it will suggest that the package be removed. That is what “no longer required” means.<\/p>\n\n\n\n