Skip to content

Instantly share code, notes, and snippets.

@Tknott95
Last active May 13, 2019 07:16
Show Gist options
  • Select an option

  • Save Tknott95/a1442b35ec359d49f3b716affc33501b to your computer and use it in GitHub Desktop.

Select an option

Save Tknott95/a1442b35ec359d49f3b716affc33501b to your computer and use it in GitHub Desktop.
Random FIX for Errors Regarding unpopulated keyring | installing<PKG-HERE> breaks dependency <PKG-HERE> |

ARCH LINUX - POPULATING A KEYRING

FIX for errors regarding

| unpopulated keyring |

alt text

IN CLI/SHELL ENTER:

    sudo pacman -Sy archlinux-keyring
    sudo pacman-key --populate archlinux
    sudo pacman-key --refresh-keys

one error you are possibly getting

installing<PKG-HERE> breaks dependency <PKG-HERE>
ERROR MSG EXAMPLE IF KEYRING UNPOPULATED

ERROR FIX FOR:

: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia: installing nvidia-utils (390.42-1) breaks dependency 'nvidia-utils=390.25'
@Tknott95

Copy link
Copy Markdown
Author

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