Posts with tag Arch Linux

Arch: signature is unknown trust

In this post I explain how to fix an error about an error that is caused by a package, which was signed with a missing/untrusted public key.

Aron Schüler

[AUR] ERROR: One or more PGP signatures could not be verified

This post explains how to fix the PGP signature verification on AUR packages. If the key of a signed PKGBUILD is not present in your public key ring, you will otherwise see "ERROR: One or more PGP signatures could not be verified"

Aron Schüler

PyCharm + Docker Compose: Couldn’t refresh skeletons for remote interpreter

A recent upgrade of docker-compose might cause a nasty error. In this post I explain what to do to restore your debugger and the big why.

Aron Schüler

HOW TO: Bluetooth on Arch Linux

As some may struggle to get their bluetooth connections up and running under Arch Linux (and I have to google this each time I install as well) I decided to write a post on it. Hope you benefit from it!

Aron Schüler

Fix slow ZSH startup due to NVM

portion of code to your .zshrc to enable autocompletion. This, in turn, slows the startup of your shell quite a lot. But we can easily fix this slow zsh startup! Instead of always loading your nvm autocompletion, we can command oh-my-zsh to just load nvm ressources on-demand, also known as lazy-loading.

Aron Schüler

Arch Linux: Cannot find shared library libffi.so.7

A short post on how to fix the library error mentioned in the title. We fix this by downgrading libffi or installing libffi7 from the AUR.

Aron Schüler