Guest User

Untitled

a guest
Sep 9th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. nsadmin@ubuntu16-template:~$ sudo apt-get install \
  2. > apt-transport-https \
  3. > ca-certificates \
  4. > curl \
  5. > software-properties-common
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. ca-certificates is already the newest version (20170717~16.04.1).
  10. curl is already the newest version (7.47.0-1ubuntu2.8).
  11. apt-transport-https is already the newest version (1.2.27).
  12. You might want to run 'apt-get -f install' to correct these:
  13. The following packages have unmet dependencies:
  14. linux-image-extra-4.4.0-134-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
  15. linux-image-generic : Depends: linux-image-4.4.0-134-generic but it is not going to be installed
  16. software-properties-common : Depends: python3-software-properties (= 0.96.20.7) but it is not going to be installed
  17. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Add Comment
Please, Sign In to add comment