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!