#76 Le 24/08/2025, à 21:27
- cqfd93
Re : installation de firefox en .deb sur ubuntu 22.04
Bonjour,
Donne :
cat /etc/apt/preferences.d/mozillateamppa
− cqfd93 −
Hors ligne
#77 Le 24/08/2025, à 22:31
- ylag
Re : installation de firefox en .deb sur ubuntu 22.04
Bonsoir,
Donne aussi :
apt policy firefox
A+
Hors ligne
#78 Hier à 09:04
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
Je n'avais pas vu vos derniers messages
Pour cat /etc/apt/preferences.d/mozillateamppa
vizir@carbonx1-20qd00lnfr:~$ cat /etc/apt/preferences.d/mozillateamppa
Package: firefox*
Pin: release o=Ubuntu*
Pin-Priority: -1
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 200
Package: thunderbird*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
vizir@carbonx1-20qd00lnfr
Comme je n'arrivais pas à avoir Thunderbird. J'ai ajouté dans le fichier /etc/apt/preferences.d/mozillateamppa
Package: thunderbird*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
pour apt policy firefox :
vizir@carbonx1-20qd00lnfr:~$ apt policy firefox
firefox:
Installé : 142.0~build1
Candidat : 142.0~build1
Table de version :
1:1snap1-0ubuntu5 -1
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
142.0+build1-0ubuntu0.24.04.1~mt1 200
200 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages
*** 142.0~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
100 /var/lib/dpkg/status
141.0.3~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
141.0.2~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
vizir@carbonx1-20qd00lnfr:~$
Dernière modification par kouaka (Hier à 09:05)
Hors ligne
#79 Hier à 10:43
- iznobe
Re : installation de firefox en .deb sur ubuntu 22.04
Bonjour , si tu veux mettre mozilla team pour firefox et thunderbird seulement , et ne pas installer ces meme paquets de ubuntu essaie ca ::
cat << EOF | sudo tee /etc/apt/preferences.d/mozillateamppa
Package: firefox* thunderbird*
Pin: release o=Ubuntu*
Pin-Priority: -1
Package: firefox* thunderbird*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
EOF
puis montre :
sudo apt update
cat /etc/apt/preferences.d/mozillateamppa
apt policy firefox thunderbird
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#80 Hier à 11:36
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
Voici :
sudo apt update
vizir@carbonx1-20qd00lnfr:~$ sudo apt update
Atteint :1 http://archive.ubuntu.com/ubuntu noble InRelease
Réception de :2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Réception de :3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Atteint :4 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Réception de :5 https://packages.element.io/debian default InRelease [3618 B]
Atteint :6 https://packages.mozilla.org/apt mozilla InRelease
Atteint :7 https://updates.signal.org/desktop/apt xenial InRelease
Atteint :8 https://ppa.launchpadcontent.net/nextcloud-devs/client/ubuntu noble InRelease
Réception de :9 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Réception de :10 https://packages.element.io/debian default/main amd64 Packages [1077 B]
Réception de :11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21,6 kB]
Réception de :12 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Réception de :13 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52,3 kB]
Réception de :14 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
Réception de :15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
Réception de :16 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Réception de :17 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
Réception de :18 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Réception de :19 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7088 B]
Réception de :20 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Réception de :21 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19,2 kB]
Réception de :22 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
1037 ko réceptionnés en 1s (1023 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.
cat /etc/apt/preferences.d/mozillateamppa
vizir@carbonx1-20qd00lnfr:~$ cat /etc/apt/preferences.d/mozillateamppa
Package: firefox* thunderbird*
Pin: release o=Ubuntu*
Pin-Priority: -1
Package: firefox* thunderbird*
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
vizir@carbonx1-20qd00lnfr
apt policy firefox thunderbird
vizir@carbonx1-20qd00lnfr:~$ apt policy firefox thunderbird
firefox:
Installé : 142.0~build1
Candidat : 142.0+build1-0ubuntu0.24.04.1~mt1
Table de version :
1:1snap1-0ubuntu5 -1
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
142.0+build1-0ubuntu0.24.04.1~mt1 1001
500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages
*** 142.0~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
100 /var/lib/dpkg/status
141.0.3~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
141.0.2~build1 500
500 https://packages.mozilla.org/apt mozilla/main amd64 Packages
thunderbird:
Installé : 1:128.14.0+build2-0ubuntu0.24.04.1~mt1
Candidat : 1:128.14.0+build2-0ubuntu0.24.04.1~mt1
Table de version :
2:1snap1-0ubuntu3 -1
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
*** 1:128.14.0+build2-0ubuntu0.24.04.1~mt1 1001
500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
vizir@carbonx1-20qd00lnfr:~$
Hors ligne
#81 Hier à 15:22
- ylag
Re : installation de firefox en .deb sur ubuntu 22.04
Bonjour,
On voit la présence dans les sources du PPA mozillateam/ppa ainsi que du dépôt packages.mozilla.org ; ça complque les choses inutilement, AMHA ... ?
Faudrait en choisir un et désactiver l'autre ...
Au #80, le Firefox installé vient du dépôt packages.mozilla.org tandis que Thunderbird est issu du PPA ...
Ajout :
À voir si une mise à jour du système passerait Firefox à la version du PPA :
sudo apt update && sudo apt full-upgrade
A+
Dernière modification par ylag (Hier à 16:35)
Hors ligne
#82 Hier à 16:33
- iznobe
Re : installation de firefox en .deb sur ubuntu 22.04
exact .
Vu que le fichier preference est ok pour mozillateam , autant garder celui-là si les 2 depots proposent les meme paquets .
il faudrait supprimer celui qui contient donc la ligne suivant des sources :
Atteint :6 https://packages.mozilla.org/apt mozilla InRelease
Montre :
for f in /etc/apt/sources.list{,.d/*.{sources,list}};do echo $f;cat -n $f;echo;done
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#83 Hier à 17:09
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
la mise à jour à donné :
vizir@carbonx1-20qd00lnfr:~$ sudo apt update && sudo apt full-upgrade
[sudo] Mot de passe de vizir :
Atteint :1 https://updates.signal.org/desktop/apt xenial InRelease
Atteint :2 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Atteint :3 https://ppa.launchpadcontent.net/nextcloud-devs/client/ubuntu noble InRelease
Atteint :4 https://packages.element.io/debian default InRelease
Réception de :5 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Atteint :6 http://archive.ubuntu.com/ubuntu noble InRelease
Réception de :7 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Atteint :8 https://packages.mozilla.org/apt mozilla InRelease
Réception de :9 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Réception de :10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21,5 kB]
Réception de :11 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Réception de :12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52,2 kB]
Réception de :13 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
Réception de :14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [174 kB]
Réception de :15 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Réception de :16 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
Réception de :17 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Réception de :18 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7084 B]
Réception de :19 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Réception de :20 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19,1 kB]
Réception de :21 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
1032 ko réceptionnés en 1s (794 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
1 paquet peut être mis à jour. Exécutez « apt list --upgradable » pour le voir.
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
libgl1-amber-dri libglapi-amber nextcloud-desktop-doc
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
vlc-plugin-qt libvlc5 python3-flask-cors libzvbi-common liburiparser1
vlc-data libvlccore9 vlc vlc-bin python3-waitress vlc-l10n libcjson1
libavdevice60 ffmpeg libpostproc57 vlc-plugin-samba libavcodec60
libgstreamer-plugins-bad1.0-0 libzvbi0t64 vlc-plugin-notify libavutil58
libswscale7 vlc-plugin-access-extra vlc-plugin-skins2
vlc-plugin-video-splitter libswresample4 fig2dev vlc-plugin-video-output
7zip libavformat60 gstreamer1.0-plugins-bad libgraphicsmagick-q16-3t64
libvlc-bin vlc-plugin-base vlc-plugin-visualization libavfilter9
Learn more about Ubuntu Pro at https://ubuntu.com/pro
Les NOUVEAUX paquets suivants seront installés :
xul-ext-ubufox
Les paquets suivants seront mis à jour :
firefox
1 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 0 o/76,9 Mo dans les archives.
Après cette opération, 11,7 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] O
(Lecture de la base de données... 559428 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../firefox_142.0+build1-0ubuntu0.24.04.1~mt1_amd64.deb ...
Dépaquetage de firefox (142.0+build1-0ubuntu0.24.04.1~mt1) sur (142.0~build1) ...
Sélection du paquet xul-ext-ubufox précédemment désélectionné.
Préparation du dépaquetage de .../xul-ext-ubufox_3.4-0ubuntu1.17.10.4_all.deb ...
Dépaquetage de xul-ext-ubufox (3.4-0ubuntu1.17.10.4) ...
Paramétrage de firefox (142.0+build1-0ubuntu0.24.04.1~mt1) ...
update-alternatives: avertissement: forçage de la réinstallation de l'alternative /usr/bin/firefox car le groupe de liens gnome-www-browser est cassé
update-alternatives: utilisation de « /usr/bin/falkon » pour fournir « /usr/bin/x-www-browser » (x-www-browser) en mode automatique
Please restart all running instances of firefox, or you will experience problems.
Paramétrage de xul-ext-ubufox (3.4-0ubuntu1.17.10.4) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.27-2build1) ...
vizir@carbonx1-20qd00lnfr:~$
Hors ligne
#84 Hier à 17:11
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
Et for f in /etc/apt/sources.list{,.d/*.{sources,list}};do echo $f;cat -n $f;echo;done/etc/apt/sources.list
vizir@carbonx1-20qd00lnfr:~$ for f in /etc/apt/sources.list{,.d/*.{sources,list}};do echo $f;cat -n $f;echo;done
/etc/apt/sources.list
1 # Ubuntu sources have moved to /etc/apt/sources.list.d/ubuntu.sources
/etc/apt/sources.list.d/mozillateam-ubuntu-ppa-noble.sources
1 Types: deb
2 URIs: https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/
3 Suites: noble
4 Components: main
5 Signed-By:
6 -----BEGIN PGP PUBLIC KEY BLOCK-----
7 .
8 mQINBGYov84BEADSrLhiWvqL3JJ3fTxjCGD4+viIUBS4eLSc7+Q7SyHm/wWfYNwT
9 EqEvMMM9brWQyC7xyE2JBlVk5/yYHkAQz3f8rbkv6ge3J8Z7G4ZwHziI45xJKJ0M
10 9SgJH24WlGxmbbFfK4SGFNlg9x1Z0m5liU3dUSfhvTQdmBNqwRCAjJLZSiS03IA0
11 56V9r3ACejwpNiXzOnTsALZC2viszGiI854kqhUhFIJ/cnWKSbAcg6cy3ZAsne6K
12 vxJVPsdEl12gxU6zENZ/4a4DV1HkxIHtpbh1qub1lhpGR41ZBXv+SQhwuMLFSNeu
13 UjAAClC/g1pJ0gzI0ko1vcQFv+Q486jYY/kv+k4szzcB++nLILmYmgzOH0NEqT57
14 XtdiBWhlb6oNfF/nYZAaToBU/QjtWXq3YImG2NiCUrCj9zAKHdGUsBU0FxN7HkVB
15 B8aF0VYwB0I2LRO4Af6Ry1cqMyCQnw3FVh0xw7Vz4gQ57acUYeAJpT68q8E2XcUx
16 riEP65/MBPoFlANLVMSrnsePEXmVzdysmXKnFVefeQ4E3dIDufXUIhrfmL1pMdTG
17 anhmDEjY7I3pQQQIaLpnNhhSDZKDSk9C/Ax/8gEUgnnmd6BwZxh8Q7oDXcm2tyeu
18 n2m9wCZI/eJI9P9G8ON8AkKvG4xFR+eqhowwzu7TLDr3feliG+UN+mJ8jwARAQAB
19 tB5MYXVuY2hwYWQgUFBBIGZvciBNb3ppbGxhIFRlYW2JAk4EEwEKADgWIQRzi+uT
20 IdGq7BPqk5GuvfSBm+IYZwUCZii/zgIbAwULCQgHAgYVCgkICwIEFgIDAQIeAQIX
21 gAAKCRCuvfSBm+IYZ38/D/46eEIyG7Gb65sxt3QnlIN0+90kUjz83QpCnIyALZDc
22 H2wPYBCMbyJFMG+rqVE8Yoh6WF0Rqy76LG+Y/xzO9eKIJGxVcSU75ifoq/M7pI1p
23 aiqA9T8QcFBmo83FFoPvnid67aqg/tFsHl+YF9rUxMZndGRE9Hk96lkH1Y2wHMEs
24 mAa582RELVEDDD2ellOPmQr69fRPa5IdJHkXjqGtoNQy5hAp49ofMLmeQ82d2OA+
25 kpzgiuSw8Nh1VrMZludcUArSQDCHoXuiPG/7Wn9Vy6fvKkTQK3mCW8i5HgCa0qxe
26 vOKlDMz4virEEADMBs79iIyM6w1xm8JOD4734sgii2MPcQgmAlbu5LyBM5FfuO0u
27 rTMvZM0btSWQX3nIsxQ3far9MJvUT4nebhTo59cED+1EjkD14mReTHwtWt1aye/b
28 I8Rvor15RFiB8Ku6c41YmNKarSCzJDs4VEfsos4oMieEqA98J4ZOX67IT++ortcB
29 uXmDJgvzGWEeyVOMoc/4oDJHNQjJg9XRGy8b/J3AVhk2BE/CD4lKhX3hWGbufrQz
30 E8ENWuT4m3igQnBmOsrGlBPYIOKZvczQxri01vcKY95dKXb1jtnR9yR+JKgEP388
31 1B/8dEohynhMnzEqR9TIMEEy9Y8RKZ+Jiy+/Lg2XGrChiLsouUetfMQww6BTK+++
32 pw==
33 =tIux
34 -----END PGP PUBLIC KEY BLOCK-----
/etc/apt/sources.list.d/nextcloud-devs-ubuntu-client-jammy.sources
1 Types: deb
2 URIs: https://ppa.launchpadcontent.net/nextcloud-devs/client/ubuntu/
3 Suites: noble
4 Components: main
5 Signed-By: -----BEGIN PGP PUBLIC KEY BLOCK-----
6 .
7 mQINBFiCZ7ABEACU9RF6XKGkVdWBkgjh41VCkkDnaBFTVUQU3sA4pKNVhKUGwrT+
8 SWzS7O3i3Nhk8QkYm/Tz1h9IJuJQhmiNV3rS/aU+Z8EdNvIMuptemiDJ+hVQx5XF
9 6nMSEzRqCECGfHIEiqAKh2XcFPjYv75HJaaLcD7cBFqEA4imnzUvyE+JXSOockhd
10 zybSe0RmIbpFWSgYgcTDKUhBzjJnWIl/Dnzi4uICstyqgn6d3ehN4AggBdfD/geG
11 tNWvHQNm0YGK6qspEhRVeP6bUKZc9lTDsTCNFlR4ngWodQya1mFBKGEGqR7NeRDK
12 h9BW3j0IGK+TTQTw15cCjcwJ7xLBCuuerVR8gYYJW2UiqugcBD4suYeR/wmqAP/k
13 VWKlS3LHZopJNQZ20fv7waYByHgw0jzPSEPS26htOhcWnNjQGhFecb5jk5JHPSFq
14 CnCdm7w/LIUuAEJ+CtUO1ZsAcMC5J6Iiw1WpjzSGaSVbevHJq2ZfjVHLNDhYoM/k
15 zjHfa62ITR9hQTBiBFJbuBH/YQf6dP1tk9hjuz68awR13cg/dlVZcjQMpOL8OW3f
16 aeTCU4isoieCqEZCVwxrwLZ5AzUNUgqJZHfDGW68ZyBy0ShIt+nHnT6mEDhAYSuW
17 jeklQyben9fMB1WlR7FGHkOSK/PeS/Tgyb8Wkv57ekTydgbVEUWLOaGy3wARAQAB
18 sAwAAGdwZwEAAAAAAAC0J0xhdW5jaHBhZCBQUEEgZm9yIE5leHRjbG91ZCBkZXZl
19 bG9wbWVudLAMAABncGcCAAAAAAAAiQI4BBMBAgAiBQJYgmewAhsDBgsJCAcDAgYV
20 CAIJCgsEFgIDAQIeAQIXgAAKCRBg7kf7rT3UaWa2D/9xbyCrOPYSlZuA2AREJUzh
21 k7pqVS+hqSXaT/3awlxgzBwmO+UQtMQdYyDnw2nnhtQSAxb7AuORKE2chFYzAdzU
22 3/dclYZQ/pXft0oALdFS5qeHPPsINCxl5zoDaEH04eHvEV5Xr7TCU8m1oIwgCxcy
23 i9NRPL2WcSq/LwzswdLRw1X2HBtKy667OfHW+EFMJ5AxZo3dt1NPI7Nl/PI1qUMb
24 VcDuyXzROMGUl9Tbffqm0rpJ23LIwQTgEVu13xzB660Wg4jKabS73zKf9P37oCkv
25 ll0RFhGIJ7IcfS7XMGrKvEfrM+3Myp2mg0y4GDJ7/oAznH/Ti0ymnvPNbNPbmSWi
26 qoeJ/pwNFvO3tms3EqVK0PIkDrPcDuVlQ4jzOtFtCZRpZA9H/FuNOLSNxH80gMTO
27 lKGPz1Ve7ihsYjYiZQ69YvMpiyT4oLhPOWx+E/akNckrtTfW+/cmPqinvEsc13GM
28 fqfGOdEboex+eIWcPeEYsslW/y96kXJPDw/3ZN9gncZWuCicnfxyoqC41gTj9Vqo
29 lK99NVQuv6mAvogICGQQZNWiObQNCl0fCYDyD8MScBb/tJCX0B3G6GLdGMC4XybP
30 8XSY3SDHwYJ9KmcotSJOG+z/+A2WMMLIZQyd0ArBK7Fr1Z7pt4OIYESGjcNiqNtj
31 Nfbou/Ygk3rVk03iBpeEZbAGAANncGcA
32 -----END PGP PUBLIC KEY BLOCK-----
/etc/apt/sources.list.d/samsung.sources
1 Types: deb
2 URIs: https://www.bchemnet.com/suldr/
3 Suites: debian
4 Components: extra
5 Enabled: no
/etc/apt/sources.list.d/ubuntu.sources
1 Types: deb
2 URIs: http://archive.ubuntu.com/ubuntu/
3 Suites: noble noble-updates noble-backports
4 Components: main restricted universe multiverse
5 Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
6
7 Types: deb
8 URIs: http://security.ubuntu.com/ubuntu/
9 Suites: noble-security
10 Components: main restricted universe multiverse
11 Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
/etc/apt/sources.list.d/element-io.list
1 deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main
/etc/apt/sources.list.d/mozilla.list
1 deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main
/etc/apt/sources.list.d/signal-xenial.list
1 deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main
vizir@carbonx1-20qd00lnfr:~$
Hors ligne
#85 Hier à 17:21
- iznobe
Re : installation de firefox en .deb sur ubuntu 22.04
cd /etc/apt/sources.list.d/ && sudo rm mozilla.list;cd
sudo apt clean
sudo apt update
apt policy firefox thunderbird
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#86 Hier à 17:23
- ylag
Re : installation de firefox en .deb sur ubuntu 22.04
Bonjour,
La mise à jour a installé le firefox du PPA en plus de celui déjà présent ; désolé ...
J'aurais dû proposer une simple simulation de la mise à jour au lieu.
Faudra probablement supprimer la version du dépôt packages.mozilla.org pour ne conserver que celle du PPA.
De toute façon, attends l'avis de @iznobe sur ce point.
A+
Hors ligne
#87 Hier à 17:53
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
oui, j'ai un peu hésité avant de valider la mise à jour du fichier firefox...
vizir@carbonx1-20qd00lnfr:~$ sudo apt update
Atteint :1 http://archive.ubuntu.com/ubuntu noble InRelease
Atteint :2 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Atteint :3 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Atteint :4 https://updates.signal.org/desktop/apt xenial InRelease
Atteint :5 https://packages.element.io/debian default InRelease
Atteint :6 http://security.ubuntu.com/ubuntu noble-security InRelease
Atteint :7 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Atteint :8 https://ppa.launchpadcontent.net/nextcloud-devs/client/ubuntu noble InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
vizir@carbonx1-20qd00lnfr:~$
vizir@carbonx1-20qd00lnfr:~$ apt policy firefox thunderbird
firefox:
Installé : 142.0+build1-0ubuntu0.24.04.1~mt1
Candidat : 142.0+build1-0ubuntu0.24.04.1~mt1
Table de version :
1:1snap1-0ubuntu5 -1
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
*** 142.0+build1-0ubuntu0.24.04.1~mt1 1001
500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
thunderbird:
Installé : 1:128.14.0+build2-0ubuntu0.24.04.1~mt1
Candidat : 1:128.14.0+build2-0ubuntu0.24.04.1~mt1
Table de version :
2:1snap1-0ubuntu3 -1
500 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages
*** 1:128.14.0+build2-0ubuntu0.24.04.1~mt1 1001
500 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
vizir@carbonx1-20qd00lnfr:~$
Hors ligne
#88 Hier à 18:05
- iznobe
Re : installation de firefox en .deb sur ubuntu 22.04
Bon firefox et thunderbird sont maintenant tout deux en provenance du dépôt mozilla team .
Ca me parait correct . Surtout qu ' a priori , les 2 dépôts fournissent les mêmes versions de logiciels .
retour COMPLET et utilisable de commande | script montage partitions | script install auto BROTHER]
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#89 Hier à 20:13
- kouaka
Re : installation de firefox en .deb sur ubuntu 22.04
Super ! Merci pour votre aide. Super efficace et clair avec toutes ces explications dans la conversation. Cela faisait un moment que je réinstallais thunderbird à chaque mise à jour la version snap car elle ne retrouve pas les fichiers des comptes utilisateurs. J'avais tenté mozillateam en suivant des indications de l'époque, mais visiblement sans succès.
Je vais essayer de faire la même chose avec Element que j'ai aussi en double et je n'arrive jamais à savoir lequel s'ouvre.
Hors ligne