Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2018
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. sudo add-apt-repository -y ppa:ondrej/php
  2. Ign:1 http://archive.ubuntu.com/ubuntu trusty InRelease
  3. Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB]
  4. Ign:3 http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu bionic InRelease
  5. Hit:4 http://archive.ubuntu.com/ubuntu trusty Release
  6. Hit:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic InRelease
  7. Err:6 http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu bionic Release
  8. 404 Not Found [IP: 91.189.95.83 80]
  9. Hit:8 http://ams2.mirrors.digitalocean.com/ubuntu bionic InRelease
  10. Hit:9 http://ams2.mirrors.digitalocean.com/ubuntu bionic-updates InRelease
  11. Hit:10 http://ams2.mirrors.digitalocean.com/ubuntu bionic-backports InRelease
  12. Reading package lists... Done
  13. E: The repository 'http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu bionic Release' does not have a Release file.
  14. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  15. N: See apt-secure(8) manpage for repository creation and user configuration details.
  16.  
  17. sudo apt-get purge php *
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. E: Unable to locate package bin
  22. E: Unable to locate package boot
  23. E: Unable to locate package dev
  24. E: Unable to locate package etc
  25. E: Unable to locate package home
  26. E: Unable to locate package initrd.img
  27. E: Couldn't find any package by glob 'initrd.img'
  28. E: Couldn't find any package by regex 'initrd.img'
  29. E: Unable to locate package initrd.img.old
  30. E: Couldn't find any package by glob 'initrd.img.old'
  31. E: Couldn't find any package by regex 'initrd.img.old'
  32. E: Unable to locate package lib
  33. E: Unable to locate package lib64
  34. E: Unable to locate package lost+found
  35. E: Couldn't find any package by regex 'lost+found'
  36. E: Unable to locate package media
  37. E: Unable to locate package mnt
  38. E: Unable to locate package proc
  39. E: Unable to locate package root
  40. E: Unable to locate package run
  41. E: Unable to locate package sbin
  42. E: Unable to locate package srv
  43. E: Unable to locate package sys
  44. E: Unable to locate package tmp
  45. E: Unable to locate package usr
  46. E: Unable to locate package var
  47. E: Unable to locate package vmlinuz
  48. E: Unable to locate package vmlinuz.old
  49. E: Couldn't find any package by glob 'vmlinuz.old'
  50. E: Couldn't find any package by regex 'vmlinuz.old'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement