Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. alias up='apt-get update && apt-get upgrade'
  2.  
  3. nano /etc/bash.bashrc
  4. source /etc/bash.bashrc
  5.  
  6. sudo up: commmand not found
  7.  
  8. Reading package lists... Done
  9. E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
  10. E: Unable to lock directory /var/lib/apt/lists/
  11. W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
  12. W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
  13.  
  14. alias up='sudo apt-get update && sudo apt-get upgrade'
  15.  
  16. E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
  17. E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement