You're viewing a single thread.
All comments
126
comments
Pretty sure it's basicaly
alias apt='apt-get'
7 0 ReplyThere is the subtle difference that the output if apt-get is optimized for automations
Apt has pretty outputs with colors etc
23 0 ReplyCanapt-get
refresh package list?Edit: yes...yes it can. I was confused.
3 0 ReplyYes,
apt-get update
is, to the best of my knowledge, functionally identical toapt update
.4 0 ReplyD'oh, I'm a doofus --- it's
search
that I was thinking of (apt-cache search
, notapt-get search
).2 0 Reply
126
comments
Scroll to top