Advertisement
Guest User

Untitled

a guest
May 10th, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. user@server:~$ sudo apt update
  2. [sudo] password for user:
  3. Hit:1 http://ca.archive.ubuntu.com/ubuntu xenial InRelease
  4. Hit:2 http://ca.archive.ubuntu.com/ubuntu xenial-updates InRelease
  5. Hit:3 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease
  6. Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
  7. Hit:5 http://ca.archive.ubuntu.com/ubuntu xenial-backports InRelease
  8. Hit:6 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. 1 package can be upgraded. Run 'apt list --upgradable' to see it.
  13. user@server:~$ apt list --upgradable
  14. Listing... Done
  15. ubuntu-advantage-tools/xenial-updates 27.0~16.04.1 all [upgradable from: 17]
  16. N: There is 1 additional version. Please use the '-a' switch to see it
  17. user@server:~$ apt list --upgradeable -a
  18. Listing... Done
  19. ubuntu-advantage-tools/xenial-updates 27.0~16.04.1 all [upgradable from: 17]
  20. ubuntu-advantage-tools/now 17 all [installed,upgradable to: 27.0~16.04.1]
  21. user@server:~$ sudo apt upgrade
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. Calculating upgrade... Done
  26. Some packages could not be installed. This may mean that you have
  27. requested an impossible situation or if you are using the unstable
  28. distribution that some required packages have not yet been created
  29. or been moved out of Incoming.
  30. The following information may help resolve the situation:
  31.  
  32. The following packages have unmet dependencies:
  33. distro-info-data : Breaks: distro-info (< 0.18ubuntu0.18.04.1~) but 0.14ubuntu0.2 is to be installed
  34. E: Broken packages
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement