J'essayais de réinstaller Apache 2 après l'avoir désinstallé. Mais pour l’installer en utilisant command-
Sudo apt-get install Apache2
je reçois une erreur-
rahul@rahulpc:~$ Sudo apt-get install Apache2
[Sudo] password for rahul:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Apache2 is already the newest version.
The following packages were automatically installed and are no longer required:
libblas3 liblinear-tools liblinear1
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 474 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up javascript-common (11) ...
dpkg: error processing package javascript-common (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
javascript-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
je pense avoir supprimé certains répertoires essentiels lors de la désinstallation de Apache 2. N'importe qui, aidez-moi à récupérer les fichiers et à installer Apache 2.
Supprimez javascript common et réinstallez à nouveau:
Sudo apt-get purge javascript-common
Sudo apt-get install javascript-common
Et puis installez les paquets.
Mon problème était avec javascript-common (j'utilise Dedian) non configuré. Ma solution était de le supprimer et d'installer Apache2 avant d'installer javascript-common. Il semble que javascript-common attend certains fichiers de configuration avant d’être en mesure de le configurer.
Sudo touch /etc/Apache2/conf-available/javascript-common.conf
Sudo apt-get install Apache2
Téléchargez le paquet javascript-common_11_all.deb manuellement et installez-le avec
dpkg -i javascript-common_11_all.deb --force-all
bonne chance
je le désinstalle et le dpkg reconfigure
apt-get --purge remove javascript-common
Sudo dpkg --configure -a
si vous en avez besoin, réinstallez-le
Sudo apt-get update
Sudo apt-get install javascript-common