apt-get
is deprecated, should be using apt
instead. Also, you can search using apt search
. Add a -n
to the command to search names only.
`apt-get` is deprecated, should be using `apt` instead. Also, you can search using `apt search`. Add a `-n` to the command to search names only.
apt-get
is not deprecated. It’s even used by some other tools in the background. Either one is fine.
`apt-get` is not deprecated. It’s even used by some other tools in the background. Either one is fine.
Well there you go. I thought I read that it was deprecated, but the manpage says nothing about it. I've come to appreciate apt though, as it unifies all the binaries into one command (dpkg-deb, apt-get, apt-cache).
Well there you go. I thought I read that it was deprecated, but the manpage says nothing about it. I've come to appreciate apt though, as it unifies all the binaries into one command (dpkg-deb, apt-get, apt-cache).
(post is archived)