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 07/03/2024, à 10:15

azardeux

depot ubuntu "mantic releasene " fonctionne pas [resolu]

bonjour,
voici ce que me renvoie le terminal a la demande :

sudo apt update

...............

Le dépôt < http://archive.canonical.com/ubuntu mantic Release  > n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

...............
je ne réussi pas a acceder/utiliser 

apt-secure

le logiciel "Ubuntu Software" n’accède pas au serveur Ubuntu
mais je peux me servir du logiciel  "discover"
Pouvez vous m’éclairer sur ce dysfonctionnement
merci d'avance

Dernière modification par azardeux (Le 13/03/2024, à 09:02)

Hors ligne

#2 Le 07/03/2024, à 10:33

xubu1957

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

Bonjour,

Pour ajouter toi-même les balises code à ton précédent message #1 :

  • Cliquer sur le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

Balisesmoko138.jpg

Le dépôt http://archive.canonical.com/ubuntu mantic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

Fournis les retours de :

sudo apt update

et d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

en te servant du Retour utilisable de commande.


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

En ligne

#3 Le 07/03/2024, à 10:34

nany

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

Bonjour,



Le serveur archive.canonical.com est pour le dépôt partner qui a été abandonné et n’existe donc pas pour mantic.

Donne le retour de :

cat /etc/apt/sources.list

Hors ligne

#4 Le 10/03/2024, à 12:43

azardeux

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

merci pour les réponses
mais j'ai rien compris
on peut donc dire que c'est [resolu]
la faute a moi qui suis pas au niveau pour aller dans ce forum

Dernière modification par azardeux (Le 10/03/2024, à 13:19)

Hors ligne

#5 Le 13/03/2024, à 08:59

azardeux

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

bonjour
bon j'ai fait ça :

~$ cat /etc/apt/sources.list

et voici la reponse:

## 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/ mantic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse

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

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
:~$ 

conclusion:
mon Pc avec Ubuntu pré installé a quelques restrictions afin d'assurer une certaine sécurité
en particulier aussi ne pas avoir samba , est ce que cela est un problème?
je sais pas , c'est juste dommage que ce soit si compliqué !
[resolu]

Dernière modification par azardeux (Le 13/03/2024, à 09:03)

Hors ligne

#6 Le 13/03/2024, à 09:18

nany

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

Bonjour,



azardeux a écrit :


et voici la reponse:

Le retour semble incomplet (voir le premier message de cette discussion pour faire un retour complet); il manque le début.
Ça devrait ressembler à ça :

nany@ubuntu-23-10-virtualbox:~$ 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/ mantic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ mantic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu/ mantic-security main restricted
deb http://security.ubuntu.com/ubuntu/ mantic-security universe
# deb-src http://security.ubuntu.com/ubuntu/ mantic-security universe
deb http://security.ubuntu.com/ubuntu/ mantic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu/ mantic-security multiverse
nany@ubuntu-23-10-virtualbox:~$

Puisqu’Ubuntu est préinstallé, montre tous les fichiers de sources en donnant le retour de :

find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;

Hors ligne

#7 Le 13/03/2024, à 17:39

azardeux

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

carlos@L390:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu Legacy 23.10 _Mantic Minotaur_ - Release amd64 (20231010)]/ mantic 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/ mantic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic universe
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ mantic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-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/ mantic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ mantic-backports main restricted universe multiverse

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

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
carlos@L390:~$ ^[[200~find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
find : commande introuvable
carlos@L390:~$ 

============================
comme ça devient vraiment compliqué et que je suis très très loin d'y comprendre quoi que ce soit. je préfère laisser tomber.

Hors ligne

#8 Le 13/03/2024, à 17:47

nany

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

Le sources.list est correct.

azardeux a écrit :
carlos@L390:~$ ^[[200~find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;

C’est une erreur de copier-coller. La commande ne doit pas être précédée de « ^[[200~ ». Recommence en prenant soin de bien coller (tu vas y arriver wink).

Hors ligne

#9 Le 13/03/2024, à 18:32

azardeux

Re : depot ubuntu "mantic releasene " fonctionne pas [resolu]

merci pour tout;
je stoppe ici

Hors ligne