>From the error message:

install-info: No dir file specified; try --help for more information.

This is likely due to install-info being installed in /usr/local/bin, by
some other piece of software, and it is not the dpkg version of install-
info but rather the GNU version.  Subsequently, when a package installer
tries to use the wrong version of install-info it fails.  You could
remove install-info from /usr/local/bin or rename but that might break
whatever software you installed that put that there.  I'd recommend you
create a symlink for the dpkg version of install-info in
/usr/local/sbin:

ln -s /usr/sbin/install-info /usr/local/sbin/install-info

This will allow to use a package manager again.

-- 
after install macchanger -> erro : subprocess post-install script returned 
error exit status 1
https://bugs.launchpad.net/bugs/386033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to