[–]▶ No.991086>>991108 >>991118 >>991142 >>991146 >>991154 >>992412 [Watch Thread][Show All Posts]
sudo apt-get remove rust* libstd-rust* cargo*
sudo apt-get remove snapd* libsnapd*
>inb4 hurr durr ubuntu
Just convert to your distro
▶ No.991095
>tfw just started learning rust
▶ No.991103
▶ No.991104
▶ No.991108>>991154 >>991443
>>991086 (OP)
what we are at it
>sudo apt-get remove --purge --auto-remove systemd systemd
▶ No.991114
>using software named after a verb
>>>/reddit/
▶ No.991118>>991182 >>991913
>>991086 (OP)
>Daily Reminder to remove Rust
Why would I do that? Rust is safe, and I don't just mean security-wise, though it is that, too. I mean it is a safe community for people like me. I'm a genderqueer asexual transabled neuroatypical PoC immigrant, and participating in most tech communities is like being raped daily. No, it's not "like" being raped. It is being raped.
I <3 Rust and the Rust community!!!!!
▶ No.991142
▶ No.991146>>991149 >>991154
>>991086 (OP)
try
sudo apt-get remove --purge --auto-remove *
▶ No.991149
>>991146
Nice try but * is expanded by the shell.
▶ No.991154>>991155 >>991156
>>991086 (OP)
>>991108
>>991146
>still using the apt-get command in 2018 when the 'apt' command runs a newer and superior program and is installed by default on Debian and Ubuntu now
I'm a Windowsnigger and even I can into Linux more than you LARPers
▶ No.991155>>991177
▶ No.991156
>>991154
>I can into Linux
no... you really can't...
▶ No.991177>>991185
>>991155
sudo echo "dev-lang/rust" >> /etc/portage/package.mask
▶ No.991182
>>991118
Stfu fag, I don't care that you use Rust because it's a language with merits but faggotry is a disease that needs eliminating.
▶ No.991185>>991529
>>991177
$ cat /etc/portage/package.mask/cucks |grep rust
dev-lang/rust
dev-lang/rust-bin
virtual/rust
app-eselect/eselect-rust
feels good
▶ No.991421
▶ No.991443
>>991108
Remember to apt-mark hold systemd to keep it from reinstalling when you install other software.
▶ No.991529
▶ No.991547>>991562
Why are you butthurt about having Rust installed? Something else using it will potentially stop working for no other reason than "hurrr CoC"
▶ No.991562>>991564
>>991547
>Something else using it will potentially stop working
Can you list them here so that I can 'apt-get remove' them?
▶ No.991564>>991599
>>991562
firefox, and uhhhhhhhhh..........
▶ No.991599>>991606
>>991564
but firefox does not use rust. does it? where?
▶ No.991606>>991609 >>991850
But why would I do that? Rust and Snappy are pretty useful.
>>991599
Rust was created specifically for Firefox. Currently it's being used by the new CSS engine.
▶ No.991609
>>991606
>But why would I do that? Rust and Snappy are pretty useful.
▶ No.991614
The absolute state of /tech/
▶ No.991850>>991851 >>991893 >>991903 >>991941 >>991955
>>991606
Firefox does not have rust nigger, Otherwise firefox would not have run after this.
sudo apt-get remove rust* libstd-rust* cargo*
▶ No.991851>>991862
>>991850
Are you actually retarded?
▶ No.991862>>991893 >>991903
>>991851
Then explain to me how Firefox contains Rust.
▶ No.991893>>991972 >>992189
>>991850
>>991862
Ever heard of static linking ?
▶ No.991903>>992189
>>991862
>>991850
Mozilla has a whole fucking page on what parts of Firefox use Rust and their aims to replace other parts with Rust you mongoloid.
▶ No.991913
>>991118
>immigrant
You should say "migrant", you intolerant prick. We don't assume the migrant is coming into our country.
▶ No.991941>>991972 >>992189
>>991850
Congratulations you've removed the rust compiler. Rust programs are linked statically, they either only link against glibc or they link against nothing at all if they used the musl-libc instead.
▶ No.991955>>991972 >>992189
>>991850
The fucking state of this board.
▶ No.991972>>992189
>>991893
>>991941
>>991955
Thanks, anons. These retards deserve even more condemnation than they receive.
▶ No.992189>>992190 >>992318 >>992332 >>992807
>>991893
>>991903
>>991941
>>991955
>>991972
I had a hunch faggots. I just did not think pozzilla will do something like statically link their code. On second thought. They did. That's why their size is so huuuuuuuuge.
Time for a change.
sudo apt-get remove rust* libstd-rust* cargo*
sudo apt-get remove snapd* libsnapd*
and
sudo apt-get remove firefox
▶ No.992190
>>992189
Any more programs you can add to that list?
▶ No.992291>>992871
Does Brave use Rust, /tech/?
▶ No.992318>>992332 >>992364
>>992189
>statically link their code
Just stop already.
▶ No.992332>>992364
>>992189
>That's why their size is so huuuuuuuuge.
That's not how it works but nice try.
>>992318
Yeah, it's getting pretty embarrassing for him now.
▶ No.992364>>992621 >>992751
>>992332
>Yeah, it's getting pretty embarrassing for him now.
Never coded in soy language. How am I supposed to know. I only used C.
>>992318
>Just stop already.
Then explain to me faggot. Or do you not it yourself?
▶ No.992397>>992630
It doesn't matter, after something is written in Rust and compiled, it won't matter if you uninstall the compiler. The program will work regardless. Why? BECAUSE ITS BEEN COMPILED
▶ No.992412>>992630
>>991086 (OP)
Daily reminder to remove C and make your system 100% safer.
sudo apt-get remove *gcc* *clang*
▶ No.992621>>992630
>>992364
>>Never coded in soy language. How am I supposed to know. I only used C.
>Not realizing that there is static and dynamic linking in C as well
Please kill yourself
▶ No.992630>>992646 >>992824 >>992859 >>993016
>>992412
Lel.
>>992621
Implying so much. You are the nigger here.
>>992397
Got it. Is there any signature or a search pattern in the executable that can tell a program is written in Rust? Is there any other sign that can indicate that?
Shit. Looks like I have to work harder to eliminate poz now.
▶ No.992646>>992772
>>992630
For someone so smug you sure are ignorant. Shit like...
>Is there any signature or a search pattern
Compile a rust hello world.
Run nm on it.
There's your stupid patterns.
▶ No.992751>>992772
>>992364
>I only used C.
No you haven't, because anyone who's written more than a hello world in C is going to know what the fuck linking is. You're the atypical LARPer that makes attempting to discuss anything on /tech/ pointless because you're just mindlessly parroting what you've heard.
▶ No.992772>>992859
>>992646
Thanks.
>>992751
Hey soyfag. Get out. I have written, compiled and linked programs with library in C (both dynamic and static). I am not going to code in Rust. I am going to find out and remove all programs written in rust from my computer. Get out.
▶ No.992807>>992871
>>992189
try
sudo apt-get remove librsvg*
librsvg uses Rust. Have fun faggot.
▶ No.992824
>>992630
>Is there any signature or a search pattern in the executable that can tell a program is written in Rust? Is there any other sign that can indicate that?
Choke on a 12 gauge
▶ No.992859
>>992772
>>992630
>says he's linked C libraries before
>calls someone a nigger for pointing out there's C linkers
>thinks knowing what linking is would means anons are supporting or defending Rust
>all this backpeddling to save face on an anonymous imageboard
WEW LAD
▶ No.992871
>>992291
no
>>992807
>gnome
what a faggot
▶ No.993016
>>992630
>Got it.
That you didn't get this until it was explained to you is proof that you should be euthanized.