J'ai récemment essayé d'installer le serveur MySQL, mais je suis bloqué avec cette erreur:
E: Le sous-processus / usr / bin / dpkg a renvoyé un code d'erreur (1)
Voici ce que j'ai essayé de faire pour installer le serveur MySQL:
sudo apt-get install mysql-server
mais après avoir tapé cette commande j'ai eu cette erreur:
dev@webos-develop:/var/lib/dpkg/info$ sudo apt-get install mysql-
server
Reading package lists... Done
Building dependency tree
Reading state information... Done
mysql-server is already the newest version.
The following packages were automatically installed and are no longer required:
gnome-video-effects gyp libc-ares-dev libc-ares2 libjs-inherits libjs-jquery
libjs-node-uuid libjs-underscore libv8-3.14-dev libv8-3.14.5 node-abbrev
node-ansi node-ansi-color-table node-archy node-async node-block-stream
node-combined-stream node-cookie-jar node-delayed-stream node-forever-agent
node-form-data node-fstream node-fstream-ignore node-github-url-from-git
node-glob node-graceful-fs node-gyp node-inherits node-ini
node-json-stringify-safe node-lockfile node-lru-cache node-mime
node-minimatch node-mkdirp node-mute-stream node-node-uuid node-nopt
node-normalize-package-data node-npmlog node-once node-osenv node-qs
node-read node-read-package-json node-request node-retry node-rimraf
node-semver node-sha node-sigmund node-slide node-tar node-tunnel-agent
node-underscore node-which
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 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 mysql-server-5.6 (5.6.25-0ubuntu1) ...
/var/lib/dpkg/info/mysql-server-5.6.postinst: line 95: /usr/share/mysql-common/configure-symlinks: No such file or directory
dpkg: error processing package mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of mysql-server:
mysql-server depends on mysql-server-5.6; however:
Package mysql-server-5.6 is not configured yet.
dpkg: error processing package mysql-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encountered while processing:
mysql-server-5.6
mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
après avoir utilisé
apt-cache policy mysql-server mysql-common
Je reçois la sortie comme
mysql-server:
Installed: 5.6.25-0ubuntu1
Candidate: 5.6.25-0ubuntu1
Version table:
*** 5.6.25-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status
mysql-common:
Installed: 10.1.16+maria-1~wily
Candidate: 10.1.16+maria-1~wily
Version table:
*** 10.1.16+maria-1~wily 0
500 http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu/ wily/main amd64 Packages
100 /var/lib/dpkg/status
5.6.25-0ubuntu1 0
500 http://in.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages
apt-cache policy mysql-server mysql-common
mariadb
déjà installé une version de - et peut-être un fouillis d'anciens et de nouveaux référentiels dans votre sources.listRéponses:
/usr/share/mysql-common/configure-symlinks: No such file or directory
Voir: https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1455818 Ce problème a été corrigé dans la version 5.6.27 selon le rapport de bogue.
Mise à jour: OP indique qu'il utilise Ubuntu 15.10 alors qu'il a la balise 14.04 dans sa question.
Bien que 15.10 soit EOL, vous devriez avoir accès à la version 5.6.31 de MySQL https://launchpad.net/ubuntu/wily/+package/mysql-server.
Les lignes du fichier sources.list que vous avez publiées affichent xenial (16.04). Je crois que vous avez mis à niveau le système. J'espère que tout fonctionne maintenant :)
la source
universe
n’est pas commenté. Si c'est commenté, décommentez-le, puis lancez apt-get update et essayez à nouveau de l'installer.