Advertisement
dedicating

Fix 'E: Unable to locate package' Debian

Jan 20th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Demonstrated on Parrot
  2.  
  3. Either the the package doesn't exist or something is wrong with your repositories. Here is how you fix it
  4.  
  5. go to:
  6. /etc/apt/sources.list.d
  7.  
  8. open parrot.list as root.
  9.  
  10. c & p this into the file:
  11.  
  12. deb http://deb.parrotsec.org/parrot stable main contrib non-free
  13. #deb-src http://deb.parrotsec.org/parrot stable main contrib non-free
  14.  
  15. now, run: apt update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement