cm0002@lemmy.world to linuxmemes@lemmy.world · 5 months agoPosting for a friend lollemmy.worldimagemessage-square23linkfedilinkarrow-up1468
arrow-up1468imagePosting for a friend lollemmy.worldcm0002@lemmy.world to linuxmemes@lemmy.world · 5 months agomessage-square23linkfedilink
minus-squaretruthfultemporarily@feddit.orglinkfedilinkarrow-up1·5 months agoThe binary is called apt-get. There are others like apt-cache etc. Apt is a script that just figures out which binary to use and passes the arguments on. apt update -> apt-get update apt policy -> apt-cache policy
The binary is called apt-get. There are others like apt-cache etc.
Apt is a script that just figures out which binary to use and passes the arguments on.