Mint doesn’t natively shove down snap down your throat though 🙂
- 1 Post
- 7 Comments
razorozx@lemm.eeOPto Open Source@lemmy.ml•A simple bash script that allows the user to visually explore their file system.English5·6 months agoNcdu looks pretty cool. I’ll give it a spin! I’ve tried a good handful of TUI file managers but most of doesn’t feel right, so I made my own little script in attempt to scratch that itch. Not completely satisfied with it but it works ¯\(ツ)/¯
razorozx@lemm.eeto Linux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"English171·6 months agoI’d like to interject for a moment. There is also a tool called bat that is just cat with extra features. It prints out and works just like cat, but when the contents get too big, it works like less. The is syntax highlighting and works with git.
It’s replaced my need for cat and less.
razorozx@lemm.eeto News@lemmy.world•Backpacks full of $1.1 million worth of cocaine found in wooded area near border with CanadaEnglish312·7 months ago“All 5 accounted for!”
razorozx@lemm.eeto Technology@lemmy.world•U.S. officials urge Americans to use encrypted apps amid unprecedented cyberattackEnglish7·7 months agoOr alternatively, Molly
I use flatpak, pacman, and yay for my software management. I unify the basic needs by using these aliases:
SEARCH fsearch = flatpak search <input> psearch = pacman -Ss <input> ysearch = yay -Ss <input> REMOVE fremove premove yremove LIST flist plist ylist GARBAGE COLLECTION fcg pcg ycg And so on.
Additionally I also gave
ucg
as well as an all-in-one garbage collector command.
Yeah, Ubuntu is the only culprit here. They sneakily swapped out apt with snap packages when trying to use apt. So while you think you’re using a package from apt, it’ll swap out to using Snap. Pretty scummy.
Fedora is fine.