cm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agoPosting for a friend lolimagemessage-square128linkfedilinkarrow-up1881arrow-down115
arrow-up1866arrow-down1imagePosting for a friend lolcm0002@lemmy.world to linuxmemes@lemmy.world · 1 month agomessage-square128linkfedilink
minus-squareHStone32@lemmy.worldlinkfedilinkarrow-up8arrow-down6·30 days agoPretty sure it’s basicaly alias apt='apt-get'
minus-squarebitwolf@sh.itjust.workslinkfedilinkEnglisharrow-up24·30 days agoThere is the subtle difference that the output if apt-get is optimized for automations Apt has pretty outputs with colors etc
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up4·edit-229 days agoCan apt-get refresh package list? Edit: yes…yes it can. I was confused.
minus-squareSirQuack@feddit.nllinkfedilinkarrow-up4·29 days agoYes, apt-get update is, to the best of my knowledge, functionally identical to apt update.
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up2·29 days agoD’oh, I’m a doofus — it’s search that I was thinking of (apt-cache search, not apt-get search).
Pretty sure it’s basicaly
alias apt='apt-get'
There is the subtle difference that the output if apt-get is optimized for automations
Apt has pretty outputs with colors etc
Canapt-get
refresh package list?Edit: yes…yes it can. I was confused.
Yes,
apt-get update
is, to the best of my knowledge, functionally identical toapt update
.D’oh, I’m a doofus — it’s
search
that I was thinking of (apt-cache search
, notapt-get search
).