web-dev-qa-db-fra.com

Essayer d'installer Apache, mais il dit « paquet apache2 n'est pas disponible »

Sudo apt install Apache2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package Apache2 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 'Apache2' has no installation candidate
2
De Legend

La plupart des manuels d'installation recommandent la bonne pratique pour mettre à jour le référentiel et mettre à niveau les paquetages existants avant d'en installer un nouveau. Alors essayez:

Sudo apt update && Sudo apt upgrade 
Sudo apt install Apache2
4
pa4080

Tasksel est un outil Debian/Ubuntu qui installe plusieurs packages associés en tant que "tâche" coordonnée sur votre système.

Installation:

Sudo apt-get install tasksel

Utilisation:

Sudo tasksel

Le menu tasksel sera affiché, cochez la case dont vous avez besoin du type SpaceTabEnter, attends… fini.

Installation à partir de terminal lamp-server (serveur Apache/PHP/MySQL)

Sudo tasksel install lamp-server

Facultatif pour PHP:

Sudo apt-get install php php-mysql php-mbstring php-all-dev php-cgi libapache2-mod-php php-imagick

PhpMyAdmin

Sudo apt-get install phpmyadmin