web-dev-qa-db-fra.com

Ubuntu 16.04 + Bitnami WP Échec de l'installation d'AWS + Webmin + E: Le package [] n'a pas de candidat pour l'installation

J'ai aussi un fil ouvert sur forum de support de Bitnami . J'ai installé WordPress Multisite Certified by Bitnami via le marché AWS.

J'essaie d'installer Webmin (ou n'importe quel paquet, vraiment) et je ne peux pas

Via SSH, je lance:

Sudo apt-get update

Sudo apt-get install Perl libnet-ssleay-Perl openssl libauthen-pam-Perl libpam-runtime libio-pty-Perl apt-show-versions python

Quelles sorties:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libnet-ssleay-Perl 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

Package libauthen-pam-Perl 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

Package libio-pty-Perl 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

Package apt-show-versions 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

Package python 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

E: Package 'libnet-ssleay-Perl' has no installation candidate
E: Package 'libauthen-pam-Perl' has no installation candidate
E: Package 'libio-pty-Perl' has no installation candidate
E: Package 'apt-show-versions' has no installation candidate
E: Package 'python' has no installation candidate

J'ai essayé plusieurs correctifs et il semble qu'il y ait quelque chose qui doit être modifié dans /etc/apt/sources.list ... ce qui est étrange, c'est que ce fichier est vide.

J'ai aussi essayé

nano /etc/apt/sources.list

deb http://download.webmin.com/download/repository sarge contrib

...ensuite..

Sudo apt-get -f install webmin

... quelles sorties

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 webmin : Depends: libnet-ssleay-Perl but it is not installable
          Depends: libauthen-pam-Perl but it is not installable
          Depends: libio-pty-Perl but it is not installable
          Depends: apt-show-versions but it is not installable
          Depends: python but it is not installable
E: Unable to correct problems, you have held broken packages.

Merci d'avance!

1
Ryan Dorn

Avez-vous essayé de peupler /etc/apt/sources.list? Ceci est ma fi pour 16.04 dans aws:

cat /etc/apt/sources.list | grep -v '#'

deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ xenial principal restreint deb-src http: //eu-west-2.ec2. archive.ubuntu.com/ubuntu/ xenial main restreint

deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ xenial-updates principal restreint deb-src http: // eu-west-2. ec2.archive.ubuntu.com/ubuntu/ xenial-updates main restreint

deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ univers xenial deb-src http: //eu-west-2.ec2.archive .ubuntu.com/ubuntu / univers xenial deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ univers xenial-updates deb-src http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ univers xenial-updates

deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ multivers xenial deb-src http: //eu-west-2.ec2.archive .ubuntu.com/ubuntu / xenial multiverse deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb-src http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ xenial-updates multiverse

deb http://eu-west-2.ec2.archive.ubuntu.com/ubuntu/ xenial-backports principal univers restreint multivers deb-src http: // eu-west- 2.ec2.archive.ubuntu.com/ubuntu/ xenial-backports principal univers restreint multivers

deb http://security.ubuntu.com/ubunt xenial-security restreint par deb http://security.ubuntu.com/ubunt xenial-security restreint deb http://security.ubuntu.com/ubunt univers xenial-security deb-src http://security.ubuntu.com/ubunt xenial-security universe deb - http://security.ubuntu.com/ubunt multivers xenial-security deb-src http://security.ubuntu.com/ubunt multivers xenial-security

fonctionnement

apt-cache madison  libnet-ssleay-Perl libauthen-pam-Perl libio-pty-Perl apt-show-versions python

montre les paquets disponibles à partir des dépôts sélectionnés

libnet-ssleay-Perl | 1.72-1build1 | http://gb.archive.ubuntu.com/ubuntu xenial/main AMD64 Packages

libauthen-pam-Perl | 0.16-3build2 | http://gb.archive.ubuntu.com/ubuntu xenial/universe AMD64 Packages

libio-pty-Perl | 1:1.08-1.1build1 | http://gb.archive.ubuntu.com/ubuntu xenial/main AMD64 Packages

apt-show-versions |     0.22.7 | http://gb.archive.ubuntu.com/ubuntu xenial/universe AMD64 Packages 

apt-show-versions |     0.22.7 | http://gb.archive.ubuntu.com/ubuntu xenial/universe i386 Packages

python | 2.7.12-1~16.04 | http://gb.archive.ubuntu.com/ubuntu xenial-updates/main AMD64 Packages

python |   2.7.11-1 | http://gb.archive.ubuntu.com/ubuntu xenial/main AMD64 Packages

J'espère que cela aidera. Merci

1
bogdan