Guest User

Untitled

a guest
Jan 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. sudo apt install mysql-client-core-5.7
  2.  
  3. Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: libnvidia-common-390 libwayland-client0:i386 libwayland-server0:i386 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: mysql-client-core-5.7 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded. Need to get 6,985 kB of archives. After this operation, 31.5 MB of additional disk space will be used. Ign:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mysql-client-core-5.7 amd64
  4. 5.7.23-0ubuntu0.18.04.1 Err:1 http://us.archive.ubuntu.com/ubuntu bionic-security/main amd64 mysql-client-core-5.7 amd64
  5. 5.7.23-0ubuntu0.18.04.1 404 Not Found [IP: 91.189.88.161 80] E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/m/mysql-5.7/mysql-client-core-5.7_5.7.23-0ubuntu0.18.04.1_amd64.deb 404 Not Found [IP: 91.189.88.161 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
  6.  
  7. sudo apt update
  8.  
  9. sudo apt upgrade
  10.  
  11. # deb cdrom:[Ubuntu 18.04.1 LTS _Bionic Beaver_ - Release amd64 (20180725)]/ bionic main restricted
  12.  
  13. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  14. # newer versions of the distribution.
  15. deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
  16. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted
  17.  
  18. ## Major bug fix updates produced after the final release of the
  19. ## distribution.
  20. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
  21.  
  22. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  23. ## team. Also, please note that software in universe WILL NOT receive any
  24. ## review or updates from the Ubuntu security team.
  25. deb http://us.archive.ubuntu.com/ubuntu/ bionic universe
  26. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic universe
  27. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates universe
  28.  
  29. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  30. ## team, and may not be under a free licence. Please satisfy yourself as to
  31. ## your rights to use the software. Also, please note that software in
  32. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  33. ## security team.
  34. deb http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
  35. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic multiverse
  36. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
  37.  
  38. ## N.B. software from this repository may not have been tested as
  39. ## extensively as that contained in the main release, although it includes
  40. ## newer versions of some applications which may provide useful features.
  41. ## Also, please note that software in backports WILL NOT receive any review
  42. ## or updates from the Ubuntu security team.
  43. # deb-src http://us.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
  44.  
  45. ## Uncomment the following two lines to add software from Canonical's
  46. ## 'partner' repository.
  47. ## This software is not part of Ubuntu, but is offered by Canonical and the
  48. ## respective vendors as a service to Ubuntu users.
  49. # deb http://archive.canonical.com/ubuntu bionic partner
  50. # deb-src http://archive.canonical.com/ubuntu bionic partner
  51.  
  52. deb http://security.ubuntu.com/ubuntu bionic-security main restricted
  53. # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
  54. deb http://security.ubuntu.com/ubuntu bionic-security universe
  55. # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
  56. deb http://security.ubuntu.com/ubuntu bionic-security multiverse
  57. # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
  58. deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse
Add Comment
Please, Sign In to add comment