Skip to content

Instantly share code, notes, and snippets.

@ofaurax
Last active December 17, 2017 08:59
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 ofaurax/414e9197b0fec65cc18f4a80219a2859 to your computer and use it in GitHub Desktop.
Save ofaurax/414e9197b0fec65cc18f4a80219a2859 to your computer and use it in GitHub Desktop.
Install keybase on Mageia (5)

Failed with urpmi

$ urpmi keybase_amd64.rpm --force
Certains paquets ont été installés mais d'autres ont échoué.
Le paquetage demandé ne peut pas être installé :
keybase-1.0.37.20171208170249.025062c3a-1.x86_64 (car libXScrnSaver est non satisfait)
Désirez-vous tout de même continuer ?

OK with uninstall + rpm --nodeps

Uninstall if old version installed

$ sudo urpme keybase
désinstallation de keybase-1.0.21.20170424190450.5b1f576-1.x86_64
désinstallation du paquetage keybase-1.0.21.20170424190450.5b1f576-1.x86_64
      1/1: désinstallation de keybase-1.0.21.20170424190450.5b1f576-1.x86_64

Install directly with rpm without checking dependencies

$ sudo rpm -i keybase_amd64.rpm --nodeps
Redirecting to /bin/systemctl start atd.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment