Je ne parviens pas à installer Midnight Commander (mc
) sur Ubuntu 18.04.1.
fichier /etc/apt/sources.list
:
deb http://archive.ubuntu.com/ubuntu bionic main
deb http://archive.ubuntu.com/ubuntu bionic-security main
deb http://archive.ubuntu.com/ubuntu bionic-updates main
Et voici la réponse que je reçois lorsque j'essaye d'installer:
$ Sudo apt-get install mc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Cela n'a pas aidé (# 1):
$ Sudo apt-get update
Cela n'a pas aidé (# 2):
$ Sudo add-apt-repository ppa:eugenesan/ppa
Sudo apt-get update
Sudo apt-get install mc
Cela n'a pas non plus aidé à changer de miroir en http://de.archive.ubuntu.com
, par exemple.
Vous devez activer le référentiel universe
:
Univers Sudo add-apt-repository
puis mettre à jour
Sudo apt update
puis installez mc
:
Sudo apt install mc