I got this message again and need a new fix as the old one didn't work as before.
Here is the error:
“There was an error committing changes. There was possibly a problem downloading some packages, or else the commit would break packages.”
This is the fix that worked before but not this time.
$ sudo bash
# wget -O folder_list.txt http://ubuntuforums.org/attachment.p...6&d=1175696100
# cat folder_list.txt | xargs touch
# cd /usr/share/fonts/truetype
# for i in * ; do touch ${i}; done
# cd /var/lib/defoma/fontconfig.d
# for i in * ; do touch ${i}; done
# apt-get dist-upgrade
Can anyone help?
harecanada
Here is the error:
“There was an error committing changes. There was possibly a problem downloading some packages, or else the commit would break packages.”
This is the fix that worked before but not this time.
$ sudo bash
# wget -O folder_list.txt http://ubuntuforums.org/attachment.p...6&d=1175696100
# cat folder_list.txt | xargs touch
# cd /usr/share/fonts/truetype
# for i in * ; do touch ${i}; done
# cd /var/lib/defoma/fontconfig.d
# for i in * ; do touch ${i}; done
# apt-get dist-upgrade
Can anyone help?
harecanada
Comment