erste Schritte nach der Installation eines neuen Manjaro

Hilfe bei der Installation von Manjaro Linux!
Antworten
Benutzeravatar

Themen Author
malaga
Forum Kenner
Forum Kenner
Beiträge: 101
Registriert: Freitag 20. Juli 2018, 16:20
GPU:
Kernel:
Desktop-Variante:
GPU Treiber:
Hat sich bedankt: 2 Mal

erste Schritte nach der Installation eines neuen Manjaro

#1

Beitrag von malaga »

hallo und guten tag


was sind denn die allerersten Schritte nach der Installation eines neuen Manjaro

was würdet ihr machen wenn die Manjaro (18.03) - eingespielt auf meinem Reisenotebook vor 2 bis drei Wochen ist.

sollte ich da dann auf der Konsole ein paar Upgrade-Schritte laufen lassen!?


oh ich seh grade - es sind 376 Updates in dem links unten gezeigen Updater angezeitgt. GGF mach ich das ja mal als allerrestes. Diese Dinge durchlaufen lassen u. durchinstallieren lassen und damit das System aktualisieren....


okay - da geht nichts - ich denke dass das mit den abgelaufenen Keys zu tun hat.... Muss diese wohl austauschen...

Werde mich mal umssehen wie ich das mache!?



update:


hab noch was gefundenb - denke dass ich das mal abarbeite.++



If you’re getting an error similar to “Can’t update: signature from *** is marginal trust” or “invalid or corrupted package” you probably just need to update your package signing keys:

Code: Alles auswählen

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

If one fails, try the next then retry, and once all succeed retry the update.
Of course, it’s also possible that the package file actually is corrupt. Remove it from /var/cache/pacman/pkg so pacman will download it again.
If this still don’t work, read the rest of this thread: Issues with "signature is marginal trust" or "invalid or corrupted package"



If --refresh-keys doesn’t work (for whatever reason) try:
sudo pacman-key --refresh-keys --keyserver pgp.mit.edu
This uses a different keyserver than the default so might work better depending on your internet connection.

If you still can’t update, try updating your package mirrors too, before finally updating all packages:

Code: Alles auswählen

sudo pacman-mirrors -f0
sudo pacman -Sy archlinux-keyring manjaro-keyring
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys
sudo pacman -Syyu

If you have any other errors, there’s the “nuclear option”:

Code: Alles auswählen

sudo rm -fr /etc/pacman.d/gnupg
sudo pacman-key --init
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys
sudo pacman -Syyu

If you’re installing an AUR package a PGP key can be used to verify the source files. You will need to import this into your personal keyring before it can be verified. If you don’t you’ll get an error similar to:

[...]
llvm-5.0.0.src.tar.xz ... FAILED (unknown public key 0FC3042E345AD05D)
libcxx-5.0.0.src.tar.xz ... FAILED (unknown public key 0FC3042E345AD05D)
libcxxabi-5.0.0.src.tar.xz ... FAILED (unknown public key 0FC3042E345AD05D)
[...]

To “fix” this, simply import the key:

Code: Alles auswählen

gpg --recv-key 0FC3042E345AD05D


vgl. auch hier.

https://forum.manjaro.org/t/run-into-pa ... atur/79458
https://forum.manjaro.org/t/issues-with ... kage/33268
Antworten

Zurück zu „Manjaro Linux Installation und Programme“