When I run sudo apt-get update
this is the result:
can't create /var/cache/apt-show-versions/files: No such file or directory at /usr/bin/apt-show-versions line 196.
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
How can I solve this?
Output of ls -ld /var/cache/apt-show-versions
ls: cannot access /var/cache/apt-show-versions: No such file or directory
ls -ld /var/cache/apt-show-versions
– A.B. Sep 18 '15 at 08:07ls: cannot access /var/cache/apt-show-versions: No such file or directory
– rkevx21 Sep 18 '15 at 08:19