Tip: Synaptic error  [Solved]

Here is where you can post tips and tricks to share with other users of MX. Do not ask for help in this Forum.
Message
Author
rijnsma11111

Tip: Synaptic error  [Solved]

#1 Post by rijnsma11111 »

When you see in Synaptic:
W: Download is performed unsandboxed as root as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
..you can do:

Code: Select all

sudo chown -Rv _apt:root /var/cache/apt/archives/partial/
sudo chmod -Rv 700 /var/cache/apt/archives/partial/
Problem solved. ;)

Return to “Tips & Tricks by users”