Skip to content

Instantly share code, notes, and snippets.

@acro5piano
Last active April 4, 2024 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment