Raspberry Pi | Linux Commands
Click the above “Mechanical and Electronic Engineering Technology” to follow us 1. System Management Update the package list: sudo apt update Upgrade installed packages: sudo apt upgrade Install new packages: sudo apt install <package_name> Remove packages: sudo apt remove <package_name> Clean up unnecessary packages and cache: sudo apt autoremove Find packages: apt search <keywords> View … Read more