Fragen zum Thema werden angezeigt:
Fragen mit folgendem Schlagwort anzeigen:

Debian 13

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-fi… (Lesen Sie mehr)

Good morning, today I downloaded Debian 13 Mate version and to install Firefox I entered the following commands taken from https://support.mozilla.org/it/kb/installare-firefox-linux#w_installare-firefox-tramite-il-pacchetto-deb-per-le-distribuzioni-basate-su-debian-consigliato and the commands were


sudo install -d -m 0755 /etc/apt/keyrings

wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null

echo "deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main" | sudo tee -a /etc/apt/sources.list.d/mozilla.list > /dev/null

echo ' Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000 ' | sudo tee /etc/apt/preferences.d/mozilla

sudo apt-get update && sudo apt-get install firefox firefox-l10n-it

but I get this result OpenPGP signature verification failed: https://packages.mozilla.org/apt mozilla InRelease: Sub-process /usr/bin/sqv returned an error code (1), error message is: Signature by 35BAA0B33E9EB396F59CA838C0BA5CE6DC6315A3 was created after the --not-after date.Il repository "https://packages.mozilla.org/apt mozilla InRelease" non è firmato.

What mistake could I have made? Apart from the fact that now we use sudo apt update && sudo apt install Thank you in advance for your response.

Gelöst Archiviert 2 431

Installation of Firefox Linux direct from Mozilla repository failes

duplicate of /questions/1495342 thread I try to install Firefox directly from the Mozilla repository. For that, I read the article "Install Firefox on Linux" and followed… (Lesen Sie mehr)

duplicate of /questions/1495342 thread

I try to install Firefox directly from the Mozilla repository.

For that, I read the article "Install Firefox on Linux" and followed the install instructions in first chapter "Debian-based distributions" step-by-step. (article https://support.mozilla.org/en-US/kb/install-firefox-linux)

Unfortunately, with every attempt to install Firefox, the Firefox LinuxMint (Ubundu) package will be still installed. The command to priorise the Mozilla repository seems to have no influenace.

How can I prevent/avoid using the LinuxMint/Ubundu repository? I wan't to install and update Firefox direct from Mozilla source.

I'm using Linux Mint 22.1 Xia base (Ubuntu 24.04 noble)

Gesperrt Archiviert 1 307