#[solved] Cannot remove curl'd item

12 messages · Page 1 of 1 (latest)

young grove
#

I'm wanting to learn Rust. I have ran the following commands

sudo pacman -S gcc

sudo curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash

sudo curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```and nothing is working. I want to undo it all. I know how to remove the pacman part, but I don't know how to remove the curls. Thanks in advance
#
╰─λ sudo pacman -R gcc
[sudo] password for mekasu:
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing gcc breaks dependency 'gcc' required by dkms
:: removing gcc breaks dependency 'gcc' required by virtualbox-host-dkms```and great. now I can't even remove this because other crap that I never use needs it for a dependency. this is stupid
#

those 2 apps didn't need gcc before I installed it, so why can't it revert itself when I want to uninstall it. That makes zero sense

young grove
#

how do I uninstall gcc. It's screwing up all of my shit. music won't play on spotify anymore desktop app or web browser. how do I remove it

young grove
#

nevermind. just did a fresh install. thanks

lavish wraith
#

you don't want to uninstall gcc, it's the linux C compiler

#

sorry for late response

#

I can help you install rust and rustlings if you want

#

rustling 🙂

plain dune
young grove
#

oh ok. thank you