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.

#1 Le 23/04/2019, à 18:14

homaley24

mise a jour sources.list

bonsoir,
suite a la mise a jour vers la 19.04 dans  Logiciel et mise a jour dans autres logiciels certains dépôts sont "désactivé pour la mise a jour vers disco"
dois-je les réactiver, est-ce nécessaire et comment mettre a jour le fichier sources.list ?
Merci
A+ Fred

Dernière modification par homaley24 (Le 23/04/2019, à 18:23)

Hors ligne

#2 Le 23/04/2019, à 18:30

cqfd93

Re : mise a jour sources.list

Bonjour,

Tu peux essayer de les réactiver et faire les mises à jour. Certains n'ont peut-être pas encore ou plus de version pour Disco, auquel cas tu auras des messages d'erreur.

Si tu veux faire plus propre, il vaut mieux éditer les fichiers de sources à la main. Tu peux donner :

find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

cqfd93

Hors ligne

#3 Le 28/04/2019, à 18:37

homaley24

Re : mise a jour sources.list

Voilas, avec un peu de retard désolé...

fred@fred-PX60-6QE:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.10 _Cosmic Cuttlefish_ - Release amd64 (20181017.3)]/ cosmic main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ disco main restricted
     6	
     7	## Major bug fix updates produced after the final release of the
     8	## distribution.
     9	deb http://fr.archive.ubuntu.com/ubuntu/ disco-updates main restricted
    10	
    11	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    12	## team. Also, please note that software in universe WILL NOT receive any
    13	## review or updates from the Ubuntu security team.
    14	deb http://fr.archive.ubuntu.com/ubuntu/ disco universe
    15	deb http://fr.archive.ubuntu.com/ubuntu/ disco-updates universe
    16	
    17	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    18	## team, and may not be under a free licence. Please satisfy yourself as to 
    19	## your rights to use the software. Also, please note that software in 
    20	## multiverse WILL NOT receive any review or updates from the Ubuntu
    21	## security team.
    22	deb http://fr.archive.ubuntu.com/ubuntu/ disco multiverse
    23	deb http://fr.archive.ubuntu.com/ubuntu/ disco-updates multiverse
    24	
    25	## N.B. software from this repository may not have been tested as
    26	## extensively as that contained in the main release, although it includes
    27	## newer versions of some applications which may provide useful features.
    28	## Also, please note that software in backports WILL NOT receive any review
    29	## or updates from the Ubuntu security team.
    30	deb http://fr.archive.ubuntu.com/ubuntu/ disco-backports main restricted universe multiverse
    31	
    32	## Uncomment the following two lines to add software from Canonical's
    33	## 'partner' repository.
    34	## This software is not part of Ubuntu, but is offered by Canonical and the
    35	## respective vendors as a service to Ubuntu users.
    36	deb http://archive.canonical.com/ubuntu disco partner
    37	# deb-src http://archive.canonical.com/ubuntu cosmic partner
    38	
    39	deb http://security.ubuntu.com/ubuntu disco-security main restricted
    40	deb http://security.ubuntu.com/ubuntu disco-security universe
    41	deb http://security.ubuntu.com/ubuntu disco-security multiverse
    42	
    43	# This system was installed using small removable media
    44	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    45	# entries were disabled at the end of the installation process.
    46	# For information about how to configure apt package sources,
    47	deb http://fr.archive.ubuntu.com/ubuntu/ disco-proposed restricted main multiverse universe
    48	# see the sources.list(5) manual.

/etc/apt/sources.list.d/nextcloud-devs-ubuntu-client-disco.list

     1	deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu disco main
     2	# deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu disco main

/etc/apt/sources.list.d/opera-stable.list

     1	# This file makes sure that Opera Browser is kept up-to-date
     2	# as part of regular system upgrades
     3	
     4	deb https://deb.opera.com/opera-stable/ stable non-free #Opera Browser (final releases) désactivé pour la mise à niveau vers disco

/etc/apt/sources.list.d/stellarium-ubuntu-stellarium-releases-cosmic.list

     1	deb http://ppa.launchpad.net/stellarium/stellarium-releases/ubuntu disco main # désactivé pour la mise à niveau vers disco
     2	# deb-src http://ppa.launchpad.net/stellarium/stellarium-releases/ubuntu cosmic main

/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-gimp-cosmic.list

     1	deb http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu disco main # désactivé pour la mise à niveau vers disco
     2	# deb-src http://ppa.launchpad.net/otto-kesselgulasch/gimp/ubuntu cosmic main

/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-cosmic.list

     1	deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu disco main # désactivé pour la mise à niveau vers disco
     2	# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu cosmic main

Hors ligne

#4 Le 28/04/2019, à 19:26

cqfd93

Re : mise a jour sources.list

Bonjour,

Les dépôts src ne sont pas activés (en général on n'en a pas besoin) mais ils sont toujours en version cosmic alors que tu es maintenant sous disco.

Le plus gênant est la présence des dépôts proposed qui sont très souvent sources d'ennuis, je te conseille donc très fortement de les désactiver. Quand ça sera fait, tu pourras nous montrer :

sudo apt update
sudo apt full-upgrade

cqfd93

Hors ligne

#5 Le 03/05/2019, à 20:29

homaley24

Re : mise a jour sources.list

du coup j'ai réinstallé la 19.04 directement, plus de problème
Merci a tous

Hors ligne

#6 Le 03/05/2019, à 22:25

cqfd93

Re : mise a jour sources.list

Résolution de windowsien sad


cqfd93

Hors ligne

#7 Le 04/05/2019, à 20:38

homaley24

Re : mise a jour sources.list

ouai je comprends mais j'en ai profiter pour faire une installe propre, et puis pas facile de perdre de mauvaises habitude...;)
A+ Fred

Hors ligne