I wasn't able to remove this package using: sudo apt-get remove oo2c libooc-x11-dev
I also tried sudo apt-get autoremove Whatever I tried I kept getting: xargs: /usr/lib/oo2c/ooconfig: No such file or directory So finally I created the file and tried removing the packages again. This time it worked. Here's what I did: sudo echo "#!/bin/bash" > /usr/lib/oo2c/ooconfig sudo chmod u+x /usr/lib/oo2c/ooconfig sudo apt-get remove oo2c libooc-x11-dev (I made the file a bash script as I didn't know if it was going to be executed) -- [can-not-install] maintainer script failure https://bugs.launchpad.net/bugs/93715 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
