Advertisement
Guest User

mysql

a guest
May 4th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.52 KB | None | 0 0
  1. root@debian-s-2vcpu-2gb-fra1-01:~# apt-get install mysql=8.0.15-1debian9
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. E: Version '8.0.15-1debian9' for 'mysql' was not found
  6. root@debian-s-2vcpu-2gb-fra1-01:~# apt-get install mysql-server=8.0.15-1debian9
  7. Reading package lists... Done
  8. Building dependency tree
  9. Reading state information... Done
  10. E: Version '8.0.15-1debian9' for 'mysql-server' was not found
  11. root@debian-s-2vcpu-2gb-fra1-01:~# apt-get install -s mysql-server
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. The following additional packages will be installed:
  16.   libmecab2 libperl5.24 mecab-ipadic mecab-ipadic-utf8 mecab-utils mysql-client mysql-common mysql-community-client mysql-community-client-core mysql-community-server
  17.   mysql-community-server-core perl perl-modules-5.24 psmisc rename
  18. Suggested packages:
  19.   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl make
  20. The following NEW packages will be installed:
  21.   libmecab2 libperl5.24 mecab-ipadic mecab-ipadic-utf8 mecab-utils mysql-client mysql-common mysql-community-client mysql-community-client-core mysql-community-server
  22.   mysql-community-server-core mysql-server perl perl-modules-5.24 psmisc rename
  23. 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
  24. Inst perl-modules-5.24 (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [all])
  25. Inst libperl5.24 (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [amd64])
  26. Inst perl (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [amd64])
  27. Inst mysql-common (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  28. Inst mysql-community-client-core (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  29. Inst mysql-community-client (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  30. Inst mysql-client (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  31. Inst libmecab2 (0.996-3.1 Debian:9.9/stable [amd64])
  32. Inst mysql-community-server-core (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  33. Inst psmisc (22.21-2.1+b2 Debian:9.9/stable [amd64])
  34. Inst mysql-community-server (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  35. Inst mecab-utils (0.996-3.1 Debian:9.9/stable [amd64])
  36. Inst mysql-server (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  37. Inst rename (0.20-4 Debian:9.9/stable [all])
  38. Inst mecab-ipadic (2.7.0-20070801+main-1 Debian:9.9/stable [all])
  39. Inst mecab-ipadic-utf8 (2.7.0-20070801+main-1 Debian:9.9/stable [all])
  40. Conf perl-modules-5.24 (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [all])
  41. Conf libperl5.24 (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [amd64])
  42. Conf perl (5.24.1-3+deb9u5 Debian:9.9/stable, Debian-Security:9/stable [amd64])
  43. Conf mysql-common (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  44. Conf mysql-community-client-core (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  45. Conf mysql-community-client (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  46. Conf mysql-client (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  47. Conf libmecab2 (0.996-3.1 Debian:9.9/stable [amd64])
  48. Conf mysql-community-server-core (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  49. Conf psmisc (22.21-2.1+b2 Debian:9.9/stable [amd64])
  50. Conf mysql-community-server (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  51. Conf mecab-utils (0.996-3.1 Debian:9.9/stable [amd64])
  52. Conf mysql-server (8.0.16-1debian9 MySQL:repo.mysql.com [amd64])
  53. Conf rename (0.20-4 Debian:9.9/stable [all])
  54. Conf mecab-ipadic (2.7.0-20070801+main-1 Debian:9.9/stable [all])
  55. Conf mecab-ipadic-utf8 (2.7.0-20070801+main-1 Debian:9.9/stable [all])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement