Spyke

Replies

Comment on

YOLO

That was me when I first started using Linux 10 years ago. I didn’t know any of this stuff, and most of it didn’t even fucking exit. Wing it and worry later. Moral of the story, I reinstalled several times a month. Lmao

Comment on

Posting for a friend lol

apt is a newer, more user-friendly front-end for apt-get and apt-cache.

apt = combines commands like install, remove, update, upgrade into one tool, with prettier output

#apt-get = older, lower-level, more script-friendly For normal use, just use apt now. For scripting where 100% backward compatibility matters, use apt-get.