how do i solve this issue please

Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission denied)

1 Reply

Hey @Coded264!

Are you running apt-get update and apt-get upgrade? If so, are you running them with sudo? If not, you may want to add it and try running the command again with this syntax:

sudo apt-get update && sudo apt-get upgrade

This previous Community Questions post titled 13: Permission Denied During Updates has some additional information regarding this issue you may find useful.

Hope this helps!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct