Comment 3 for bug 93715

Revision history for this message
Yuri (yoghoyogho) wrote :

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)