Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It took me while to figure out that update and upgrade did very different things and I needed to run both in a specific order.
-
@bkwilliams apt upgrade && apt update && apt upgrade && apt update just to be sure :p
But I share that thought, I had no idea what anything did when I first started linuxing -
@electrineer It's more that I am used to npm, pip or similar package managers that have install/uninstall commands, apt does not :p
-
Parzi88336yapt: apt update && apt upgrade
pacman: pacman -Sy<something>
yum: yum update
dnf: dnf update
pip: pip install -U $(pip freeze | cut -d '=' -f 1)
yum/dnf makes the most sense.
the pip one isn't elegant but you could alias it i giess
This happens more often than I'd like to admit...
(repost since the other one contained sensitive information)
rant