riscv-software-src / riscv-tools

RISC-V Tools (ISA Simulator and Tests)
1.13k stars 446 forks source link

How to remove the installed packages? #277

Open crumber opened 5 years ago

jim-wilson commented 5 years ago

Which installed packages do you want to remove? OS packages? What OS are you running? Or riscv-tools itself? If riscv-tools, where did you install it? If you installed riscv-tools in its own dir, then you can just rm -rf it.

crumber commented 5 years ago

I mean riscv-tools installed on Ubuntu

jim-wilson commented 5 years ago

Did you try rm -rf for the riscv-tools install dir? Assuming of course that you don't have anything else in there.

crumber commented 5 years ago

And is this enough to remove all the toolchain? I didn’t try yet because the toolchain is installed in the directory /riscv/toolchain so I’m not sure that removing riscv-tools will remove all the toolchain

jim-wilson commented 5 years ago

The toolchain only puts files in the install directory. It does not install anything anywhere else.