|
Sometimes, using sudo apt-get install on Ubuntu can lead to unexpected errors, especially when the installation is interrupted, the error message is:
Errors were encountered while processing:
/var/cache/apt/archives/shotwell_0.18.0-1~saucy1-i386.deb
E: Sub-process / usr / bin / dpkg returned an error code (1)
At this point can be solved:
Cd / var / lib / dpkg
Sudo mv info info.bak
Sudo mkdir info
Reinstall, here is:
Sudo apt-get install shotwell
The following have not been tested:
This is the solution I used to share with you ~ ~ ~ ~
An error occurred while processing:
Ttf-opensymbol
E: Sub-process / usr / bin / dpkg returned an error code (1)
Solution Code:
Sudo fc-cache -fv 2> & 1 | grep failed | cut -f1 -d ":" | xargs -i sudo touch {} && sudo fc-cache -fv |
|
|
|