How to uninstall LibrePCB in Linux

It doesn’t show up as LibrePCB when I search the list of installed programs. I want to uninstall it and all its components.

@jks how have you installed LibrePCB?

I installed it by recommended way in the instructions:

wget “https://download.librepcb.org/releases/0.1.1/librepcb-cli-0.1.1-linux-x86_64.AppImage
chmod +x ./librepcb-cli-0.1.1-linux-x86_64.AppImage
./librepcb-cli-0.1.1-linux-x86_64.AppImage

All components are contained within the Appimage file, so you can simply delete the file:

rm  ./librepcb-cli-0.1.1-linux-x86_64.AppImage

Note that this file is not the LibrePCB installer, but only the LibrePCB Command Line Interface tool. If that wasn’t what you intended, you might want to review the installation instructions:

https://docs.librepcb.org/#gettingstarted-installation

2 Likes