sudo apt-get install unity-tweak-tool
results in
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
account-plugin-windows-live libupstart1 linux-headers-3.16.0-30
linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
linux-image-extra-3.16.0-30-generic
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
unity-tweak-tool
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 0 B/333 kB of archives.
After this operation, 2,610 kB of additional disk space will be used.
Selecting previously unselected package unity-tweak-tool.
dpkg: unrecoverable fatal error, aborting:
reading files list for package 'texlive-fonts-recommended': Input/output error
E: Sub-process /usr/bin/dpkg returned an error code (2)
before doing this I used this command.
sudo -E apt-add-repository ppa:izx/askubuntu -y
sudo apt-get update
results in this error
W: Failed to fetch http://ppa.launchpad.net/izx/askubuntu/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
Edit1: I tried to install other packages but that dpkg error keeps showing up.
ppa:izx/askubuntu
has no packages for 14.04 (trusty). You should remove it (usingsudo add-apt-repository --remove ppa:izx/askubuntu
or better usingsudo ppa-purge ppa:izx/askubuntu
, but you must have ppa-purge installed for the second variant). – Byte Commander Jan 26 '16 at 13:42sudo apt-get update
andsudo apt-get upgrade
, if it still reports not upgraded or held back packages, also runsudo apt-get dist-upgrade
. Then report back what happened. – Byte Commander Jan 26 '16 at 13:43