dpkg: error processing language-pack-gnome-en_1%3a6.06+20070311_all.deb (--insta ll):

Asked by Zeeshan Saeed Paracha

dpkg: error processing language-pack-gnome-en_1%3a6.06+20070311_all.deb (--insta ll):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 language-pack-gnome-en_1%3a6.06+20070311_all.deb

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu language-pack-gnome-en Edit question
Assignee:
No assignee Edit question
Solved by:
Zeeshan Saeed Paracha
Solved:
Last query:
Last reply:
Revision history for this message
Skrynesaver (philip-quinlan) said :
#1

What package were you trying to install when this happened?

Revision history for this message
Zeeshan Saeed Paracha (paracha) said :
#2

Sorry for my delayed reply but i have posted the same problems in many help forum but didnt get any solution , actually when i try to use commands apt-get upgrade or apt-get install <package> , it download the whole package and when it try to install it give me same error every time "dpkg: error processing language-pack-gnome-en_1%3a6.06+20070311_all.deb"

Revision history for this message
Zeeshan Saeed Paracha (paracha) said :
#3

I m using Ubuntu 6.06.1 Lts

Revision history for this message
Cesare Tirabassi (norsetto) said :
#4

Try with this:

sudo apt-get install -f

And if it doesn't work this:

sudo apt-get update
sudo apt-get clean
sudo apt-get install --reinstall language-pack-gnome-en

Revision history for this message
Best Zeeshan Saeed Paracha (paracha) said :
#5

thanx for your help , the problem is solved