Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 06/10/2017, à 17:47

nam1962

Re : Résolu Probleme de son sous Pluzz

Wahhh, j'ai vu les dépôts proposed ! Pas bon çà.
Donne :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d

Par ailleurs tu remplaceras très avantageusement adblock (lourd et pas éthique) par ublock origin


[ Modéré ]

Hors ligne

#27 Le 06/10/2017, à 17:51

APV

Re : Résolu Probleme de son sous Pluzz

Merci pour la relève :

laurent@laurent:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ trusty main restricted
# deb cdrom:[Ubuntu 14.04.3 LTS _Trusty Tahr_ - Beta amd64 (20150805)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.

deb http://security.ubuntu.com/ubuntu xenial-security main restricted
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse

## Uncomment the following two lines to add software from Canonical's
##'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.


# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

## Major bug fix updates produced after the final release of the
## distribution.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.


## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner

deb http://fr.archive.ubuntu.com/ubuntu/ xenial-proposed main restricted universe multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports multiverse universe main restricted
deb http://www.openprinting.org/download/printdriver/debian/ lsb3.2 contrib
laurent@laurent:~$ 
laurent@laurent:~$ ls /etc/apt/sources.list.d
google-chrome.list              skype-wrapper-ppa-trusty.list.distUpgrade
google-chrome.list.distUpgrade  skype-wrapper-ppa-trusty.list.save
google-chrome.list.save         xenial-partner.list
megasync.list                   xenial-partner.list.save
megasync.list.save              yoggic-ubuntu-dpluzz-xenial.list
skype-wrapper-ppa-trusty.list
laurent@laurent:~$ 

Je change de suite adblock (merci pour l'info !)

Hors ligne

#28 Le 06/10/2017, à 18:01

nam1962

Re : Résolu Probleme de son sous Pluzz

C'est donc bien le bazar !

Tes dépôts ne sont pas propres et tes PPA sont plein de pas propre (du trusty, des PPA probablement obsolètes - megasync existe-t-il toujours )

Passe un

gksudo gedit /etc/apt/sources.list

Si gksu et gedit ne sont pas installés :

sudo apt-get install gksu 
sudo apt-get install gedit

Dans le fichier qui s'ouvre, remplace tout par tout ceci :

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner

Puis on karscherise tes PPA :

sudo rm /etc/apt/sources.list.d/*

(Tu réinstalleras les PPA indispensables ensuite)

Puis on nettoie le système des crasses laissées par proposed :

gksudo gedit /etc/apt/preferences.d/99-downgrade-proposed

Dans le fichier vide qui s’ouvre, copie/colle çà d'un bloc :

Package: *
Pin: release a=xenial
Pin-Priority: 1001
Package: *
Pin: release a=xenial-updates
Pin-Priority: 1001
Package: *
Pin: release a=xenial-security
Pin-Priority: 1001
Package: *
Pin: release a=xenial-backports
Pin-Priority: 1001
Package: *
Pin: release a=xenial-proposed
Pin-Priority: -1

Ferme en enregistrant, puis va dans le terminal et passe :

sudo apt update
sudo apt full-upgrade
sudo rm /etc/apt/preferences.d/99-downgrade-proposed

Puis

sudo apt clean
sudo apt update
sudo apt full-upgrade
sudo apt autoremove --purge

[ Modéré ]

Hors ligne

#29 Le 06/10/2017, à 18:10

APV

Re : Résolu Probleme de son sous Pluzz

Voilà c'est fait !

Hors ligne

#30 Le 06/10/2017, à 18:20

APV

Re : Résolu Probleme de son sous Pluzz

Je sais pas si c'est fini...mais je m'absente 1/2 heures

Hors ligne

#31 Le 06/10/2017, à 18:20

nam1962

Re : Résolu Probleme de son sous Pluzz

Ah, euhhh, on va avoir du mal à suivre sans les retours ! (Toujours donner tous les retours complets dans un fil d'aide !) --> https://forum.ubuntu-fr.org/viewtopic.php?id=1614731
Bon, tes problèmes sont-ils toujours présents ?

Dernière modification par nam1962 (Le 06/10/2017, à 18:21)


[ Modéré ]

Hors ligne

#32 Le 06/10/2017, à 19:06

APV

Re : Résolu Probleme de son sous Pluzz

Mes excuses !

laurent@laurent:~$ gksudo gedit /etc/apt/sources.list

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-spell-enabled n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-encoding n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-spell-enabled n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-encoding n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-spell-enabled n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-encoding n'est pas prise en charge

** (gedit:16397): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-position n'est pas prise en charge
laurent@laurent:~$ sudo rm /etc/apt/sources.list.d/*
[sudo] Mot de passe de laurent : 
rm: impossible de supprimer '/etc/apt/sources.list.d/*': Aucun fichier ou dossier de ce type
laurent@laurent:~$ gksudo gedit /etc/apt/preferences.d/99-downgrade-proposed

** (gedit:11720): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-spell-enabled n'est pas prise en charge

** (gedit:11720): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-encoding n'est pas prise en charge

** (gedit:11720): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-spell-enabled n'est pas prise en charge

** (gedit:11720): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-encoding n'est pas prise en charge

** (gedit:11720): WARNING **: Set document metadata failed: La définition de l'attribut metadata::gedit-position n'est pas prise en charge
laurent@laurent:~$ sudo apt update
Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
Atteint:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease         
Atteint:3 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease       
Atteint:4 http://archive.canonical.com/ubuntu xenial InRelease
Lecture des listes de paquets... Fait                         
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
All packages are up to date.
laurent@laurent:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
laurent@laurent:~$ sudo rm /etc/apt/preferences.d/99-downgrade-proposed
laurent@laurent:~$ sudo apt clean
laurent@laurent:~$ sudo apt update
Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
Atteint:2 http://archive.canonical.com/ubuntu xenial InRelease                 
Atteint:3 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease         
Atteint:4 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
All packages are up to date.
laurent@laurent:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
laurent@laurent:~$ sudo apt autoremove --purge
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
laurent@laurent:~$ sudo apt-get install gksu 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
gksu is already the newest version (2.0.2-9ubuntu1).
gksu passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
laurent@laurent:~$ 

Hors ligne

#33 Le 06/10/2017, à 19:32

nam1962

Re : Résolu Probleme de son sous Pluzz

Je ne suis pas tout.
...redonne :

cat /etc/apt/sources.list
ls /etc/apt/sources.list.d -1

[ Modéré ]

Hors ligne

#34 Le 06/10/2017, à 19:34

APV

Re : Résolu Probleme de son sous Pluzz

Voila

laurent@laurent:~$ 
laurent@laurent:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
laurent@laurent:~$ ls /etc/apt/sources.list.d -1
laurent@laurent:~$ 

Hors ligne

#35 Le 06/10/2017, à 19:49

nam1962

Re : Résolu Probleme de son sous Pluzz

Là c'est propre !

Donc as-tu récupéré ton son ?

Sinon de tes anciens PPA :

google-chrome.list                   
megasync.list                   
skype-wrapper-ppa
yoggic-ubuntu-dpluzz-xenial.list

Qu'est ce qui est à jour et indispensable ?

(je te conseillerai de virer Chrome pour le remplacer par Chromium et que ce soit l'un ou l'autre, y mettre ublock origin & ublock origin extra)


[ Modéré ]

Hors ligne

#36 Le 06/10/2017, à 19:51

APV

Re : Résolu Probleme de son sous Pluzz

j'utilise jamais chrome ! est-ce que j'en ai besoin ?

Hors ligne

#37 Le 06/10/2017, à 19:57

nam1962

Re : Résolu Probleme de son sous Pluzz

Dans ce cas vire le !!!

sudo apt remove --purge google-chrome*

Si tu en avais besoin à l'avenir, passe juste un :

sudo apt install chromium-browser chromium-browser-l10n

Pour le reste problème résolu ?


[ Modéré ]

Hors ligne

#38 Le 06/10/2017, à 20:00

APV

Re : Résolu Probleme de son sous Pluzz

Merci beaucoup ! comment je marque  "problème résolu" ?

Hors ligne

#39 Le 06/10/2017, à 20:01

xubu1957

Re : Résolu Probleme de son sous Pluzz

Pour éditer ta discussion et rajouter [Résolu] au début du titre, il faut utiliser le bouton Modifier dans ton premier message.

Merci wink

Et Merci à nam1962 wink


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

Hors ligne

#40 Le 06/10/2017, à 20:02

APV

Re : Résolu Probleme de son sous Pluzz

Merci encore !

Hors ligne