-2
Reading package lists... Done
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission denied)
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)
Zanna
  • 70,465

1 Answers1

2

Like Parsa Mousavi said, it looks like you don't have administrator privileges. Try running it on the default user you created while installing (if you are not on it already) and use sudo:

sudo apt update && sudo apt upgrade

I'm guessing you did apt update instead of sudo apt update.

If a command outputs Permission Denied, try adding sudo before it.

Eliah Kagan
  • 117,780
me is me
  • 389