- Update the software source list with apt-get.
- Update all installed packages with apt-get upgrade.
- upgrade the system version with apt-get dist-upgrade
- apt-get autoremove: remove software packages that are no longer needed
- Clean up the system cache by using “apt-get autoclean.”
- Clean up downloaded software packages.
- : Install the specified software package.
- Remove the specified software package.
- Completely remove the specified software package and its configuration files.
- Check if there are any issues with system dependencies using apt-get check.
✖