LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-01-2012, 10:25 AM   #1
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Rep: Reputation: Disabled
software source ubuntu 11.10 does not work


software source ubuntu 11.10 does not work.

software source does not operate when right clicking in system settings Ubuntu 11.10

updates do not work either.
I tried opening terminal and using command code by suggestion. with no joy.

I really do not want to do a fresh installation.
Can anyone help?
 
Old 08-01-2012, 11:21 AM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I believe it's called "software-properties-gtk" - try running it from a terminal emulator (you'll need root privileges, so use gksu or gksudo) and see what errors appear.

In any Debian based distro you can also edit your sources manually (in fact this is the best way to do it):

e.g.
Code:
# nano /etc/apt/sources.list
(or you can use vim if you prefer - prefix with sudo if you use that to become root)
 
Old 08-01-2012, 06:45 PM   #3
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
thanx Caravel,

below is the printout of :

jeffs@jeffs-Lenovo:~$ software-properties-gtk
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 38, in <module>
from softwareproperties.gtk.SoftwarePropertiesGtk import SoftwarePropertiesGtk
File "/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 45, in <module>
from softwareproperties.SoftwareProperties import SoftwareProperties
File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 42, in <module>
from xml.sax.saxutils import escape
EOFError: EOF read where object expected

it is jiberish to me??
 
Old 08-01-2012, 06:53 PM   #4
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
hi, a second printout:

jeffs@jeffs-Lenovo:~$ gksudo software-properties-gtk
Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 38, in <module>
from softwareproperties.gtk.SoftwarePropertiesGtk import SoftwarePropertiesGtk
File "/usr/lib/python2.7/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py", line 45, in <module>
from softwareproperties.SoftwareProperties import SoftwareProperties
File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 42, in <module>
from xml.sax.saxutils import escape
EOFError: EOF read where object expected
 
Old 08-02-2012, 06:07 AM   #5
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
It's crashing...

Are your sources correctly formatted?

Code:
$ cat /etc/apt/sources.list
Also reinstall it and see if the problem persists.
 
Old 08-02-2012, 06:56 AM   #6
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
from what I understand the are rem'ed out (#):

jeffs@jeffs-Lenovo:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric main restricted
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric universe
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric universe
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates universe
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric multiverse
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric multiverse
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://il.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse
# deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse

# deb http://security.ubuntu.com/ubuntu oneiric-security main restricted
# deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted
# deb http://security.ubuntu.com/ubuntu oneiric-security universe
# deb-src http://security.ubuntu.com/ubuntu oneiric-security universe
# deb http://security.ubuntu.com/ubuntu oneiric-security multiverse
# deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu oneiric partner
# deb-src http://archive.canonical.com/ubuntu oneiric partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu oneiric main
# deb-src http://extras.ubuntu.com/ubuntu oneiric main
# deb http://ppa.launchpad.net/nijel/ppa/ubuntu oneiric main
# deb-src http://ppa.launchpad.net/nijel/ppa/ubuntu oneiric main

What do you mean "reinstall them" ?
I have tried reinstall updates, software-centre -> output is no change.
from what i am gathering i really have to learn more in depth how Ubuntu/linux works
I do appreciate your help
 
Old 08-05-2012, 10:37 AM   #7
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
I do appreciate your help

Yubi52
 
Old 08-09-2012, 03:46 AM   #8
Yubi52
LQ Newbie
 
Registered: May 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
Hi,
can anyone pls confirm my results?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Source insight software in Ubuntu Pramod.koparde@gmail.com Linux - Software 1 07-18-2012 07:14 PM
Ubuntu Software Center does not work properly jgabase Linux - Newbie 3 04-11-2010 03:19 AM
Software Center does not work properly in UBUNTU 9.10 alamgir Linux - Newbie 2 11-01-2009 03:51 PM
Ubuntu Kernel Source + Software Suspend 2 cobrajs Ubuntu 0 09-19-2005 09:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration