Problem in update-manager

Asked by ramana

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

You have an error in the configuration file to enable the gnome3 ppa, that is not hard to repair.

For the details we need some more information.
Please open a terminal (ctrl-alt-t) and enter the following command:

cat /etc/apt/sources.list.d/gnome3-team-gnome3-natty.list

when that command has completed please select all output in the terminal window (edit - select all), copy it (edit - copy) and paste it into a new message of this question thread.

Revision history for this message
ramana (rvramana7) said :
#2
Revision history for this message
Best Manfred Hampl (m-hampl) said :
#3

The error is the extra 'ain' in the last line.

Open a terminal and issue the following command

gksudo gedit /etc/apt/sources.list.d/gnome3-team-gnome3-natty.list

this will ask for your password (please enter it) and will then open an editor window with these tree lines loaded.

In the editor window delete the third line (containing 'ain').
Then save the file and close the editor.

And then try update-manager again.

Revision history for this message
ramana (rvramana7) said :
#4

thanks, for for solving my problem ,Actually i disgraded gnome3 to old gnome.

Revision history for this message
ramana (rvramana7) said :
#5

Thanks Manfred Hampl, that solved my question.