sure looks ugly!
in terminal, type:
and then
see if ti comes back with an "extended_states" file, or with "extended_states.bak"
if you do have one, try renaming it
Code:
sudo mv extended_states extended_states_two
apt should create a new one, so just try installing anything, or updating:
Code:
sudo apt-get update
if it doesn't, try creating one yourself. run:
Code:
touch extended_states
you may also need to change ownership
Code:
sudo chown root.root extended_states
and give yourself read permission
Code:
sudo chmod a+r extended_states
then try
Code:
sudo apt-get update
Bookmarks