What is the difference between apt and apt-get?
I have always used apt-get in the past, does apt on it's own work?
Code: Select all
sudo apt-get update
Code: Select all
sudo apt-get update
Code: Select all
sudo apt-get update ; sudo apt-get install linssid -y
Code: Select all
apt show linssid
Code: Select all
sudo apt update ; sudo apt dist-upgrade -y
I have the same muscle memory effect...Charlie Brown wrote: Mon Nov 13, 2023 5:58 pm Ok.. I guess you're also used to &&
rather than ;
ok... no problem, you can use whichever you like :)
No, it's not.
apt provides a high-level commandline interface for the package management system. It is intended as an end
user interface and enables some options better suited for interactive usage by default compared to more
specialized APT tools like apt-get(8) and apt-cache(8).