Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. sudo add-apt-repository ppa:nginx/stable
  2. sudo apt-get update
  3. sudo apt-get install nginx
  4.  
  5. sudo apt-get install nginx
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. Some packages could not be installed. This may mean that you have
  10. requested an impossible situation or if you are using the unstable
  11. distribution that some required packages have not yet been created
  12. or been moved out of Incoming.
  13. The following information may help to resolve the situation:
  14.  
  15. The following packages have unmet dependencies:
  16. nginx : Depends: nginx-full (>= 1.8.0-1+vivid1) but it is not going to be installed or
  17. nginx-light (>= 1.8.0-1+vivid1) but it is not going to be installed or
  18. nginx-extras (>= 1.8.0-1+vivid1) but it is not going to be installed
  19. Depends: nginx-full (< 1.8.0-1+vivid1.1~) but it is not going to be installed or
  20. nginx-light (< 1.8.0-1+vivid1.1~) but it is not going to be installed or
  21. nginx-extras (< 1.8.0-1+vivid1.1~) but it is not going to be installed
  22.  
  23. W: Duplicate sources.list entry http://ports.ubuntu.com/ubuntu-ports/ vivid/main arm64 Packages (/var/lib/apt/lists/ports.ubuntu.com_ubuntu-ports_dists_vivid_main_binary-arm64_Packages)
  24. W: Duplicate sources.list entry http://ports.ubuntu.com/ubuntu-ports/ vivid/universe arm64 Packages (/var/lib/apt/lists/ports.ubuntu.com_ubuntu-ports_dists_vivid_universe_binary-arm64_Packages)
  25. W: You may want to run apt-get update to correct these problems
  26. E: Unable to correct problems, you have held broken packages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement