View Single Post
bouznak's Avatar
Posts: 34 | Thanked: 7 times | Joined on Dec 2011
#10
else command:
devel-su
rootme
mv /etc/apt/sources.list.d ./
mv /etc/apt/sources.list ./
apt-get update
dpkg -i /var/cache/apt/archive/ (my dependency)

mv sources.list.d /etc/apt/
mv sources.list /etc/apt/
This workaround do the job but it's took me a lot of time to install all the 5 dependencies I need. But it works now.

I've voted on bugzilla for a fix.