[16.10] Error in Synaptic

Some time, when I install a package, Synaptic give this mysterious error message

W: Can't drop privileges for downloading as file '/root/.synaptic/tmp//tmp_sh' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission non accordée)

Seen this?

https://bugs.launchpad.net/ubuntu/+source/aptitude/+bug/1543280

Very long conversation :slight_smile:
I will take the time to read. Thanks for the usefull link

1 Like

And welcome to our forums :slight_smile:

aris@LinuxBox:~$ sudo ls -dl /root/.synaptic/tmp//tmp_sh
-rw-r--r-- 1 root root 196069 avril 5 17:25 /root/.synaptic/tmp//tmp_sh

User _apt exist but root own this directory

Is this the problem ?

Can we solve it by a chown command like this ?

aris@LinuxBox:~$ sudo chown _apt /root/.synaptic/tmp//tmp_sh

Tried. We will see within next days if this is the solution…

1 Like