8.04: Update manager

Asked by peter

Hi

I updated my system and used the Update manager. I got a file called language-pack-en but I couldn't install this file. Because I couldn't select the file - the file description was read-only.

Till yet I always get this file. Bur it's always read-only and I can't install it.

What is the meaning of this file? And why isn't it possible to install it? Thanks.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu language-pack-en Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

You strictly need to open a Terminal from the menu Applications->Accessories->Terminal and type:

sudo dpkg --configure -a

give your user password when requested, you don't see nothing when you type it, then press enter.
-------------------------------------------------------------------

But to fully check and upgrade your system using terminal using command line,
open a Terminal from the menu Applications->Accessories->Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

give your user password when requested, you don't see nothing when you type it, then press enter.

Hope this helps

Revision history for this message
peter (peter-neuweiler) said :
#2

Hi marcobra

Thanks for the hints. I did it, but without success.

sudo apt-get update, and also other commands, give the following:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  language-pack-en
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

And language-pack-en is listed.
Peter

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3
Revision history for this message
peter (peter-neuweiler) said :
#4

Maybe. Thanks!