PDA

View Full Version : [ubuntu] Got sudo back, now can't install new packages



AussieGuy
October 19th, 2012, 04:14 AM
After booting into my 12.04 system with a live CD and fiddlin' about, I've managed to add myself back to the sudo group.

But I get errors when using apt-get. Here's an example:

--
>> sudo apt-get install libtiff4-dev

<... a whole lotta stuff ...>

Errors were encountered while processing:
texlive-binaries
<... and other texlive packages ...>

E: Sub-process /usr/bin/dpkg returned an error code (1)
--

Clearly something, sometime, went wrong with my texlive installation and it's hanging about causing strife whenever I attempt to install another package. What are the best ways of getting round this?

Thanks,
-A.

funicorn
October 19th, 2012, 09:44 AM
The given example fails to tell the error is from apt-get or texlive.

You need to give other examples.

drmrgd
October 19th, 2012, 12:27 PM
Yes, please post the entire output from the command. The actual error description is likely to be in the text that you omitted from your post.