Skip to content

Instantly share code, notes, and snippets.

@acro5piano
Last active July 14, 2024 09:09
Show Gist options
  • Save acro5piano/d4cf7f9775496781e0946b741bbee12f to your computer and use it in GitHub Desktop.
Save acro5piano/d4cf7f9775496781e0946b741bbee12f to your computer and use it in GitHub Desktop.
Arch linux full system upgrade without bluez

Newer bluez is buggy. It makes CPU usage 100% randomly.

5.72 is working fine. Let's keep using it.

sudo pacman -U /var/cache/pacman/pkg/bluez*5.72-2-x86_64.pkg.tar.zst

I need to ignore upgrading bluez until a stable version is released. To do so,

sudo pacman -Syyu --ignore bluez --ignore bluez-libs --ignore bluez-utils
@acro5piano
Copy link
Author

This also works

sudo pacman -U https://archive.archlinux.org/packages/b/bluez-5.72-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/b/bluez-libs-5.72-2-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/b/bluez-utils-5.72-2-x86_64.pkg.tar.zst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment