[Çözüldü] Yazılım merkezi açılmıyor.

Başlatan 03n63512, 18 Şubat 2012 - 01:20:02

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

03n63512

11.10 sürümü kulalnıyorum fakat dünden itibaren yazılım merkezini bir türlü açamıyorum. Tıkladığımda hiç hata vermiyor fakat açmıyorda. terminalden açmaya çalıştığımda ise aşağıdaki gibi bir hata alıyorum. Nasıl düzeltebilirim?

Traceback (most recent call last):
  File "/usr/bin/software-center", line 151, in <module>
    app = SoftwareCenterAppGtk3(datadir, xapian_base_path, options, args)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 213, in __init__
    self.cache.open()
  File "/usr/share/software-center/softwarecenter/db/pkginfo_impl/aptcache.py", line 209, in open
    self._cache = apt.Cache(GtkMainIterationProgress())
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 93, in __init__
    self.open(progress)
  File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 140, in open
    self._list.read_main_list()
SystemError: E:60 hatalı satır /etc/apt/sources.list kaynak listesinde (URI)


alquirel

Şu komutun çıktısını alabilir miyiz?


cat /etc/apt/sources.list

03n63512

# deb cdrom:[Ubuntu 11.04 _Natty Narwhal_ - Release i386 (20110427.1)]/ natty main restricted

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
deb-src http://tr.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://tr.archive.ubuntu.com/ubuntu/ oneiric universe
deb-src http://tr.archive.ubuntu.com/ubuntu/ oneiric universe
deb http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates universe
deb-src http://tr.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://tr.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb-src http://tr.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
deb-src http://tr.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## 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://tr.archive.ubuntu.com/ubuntu/ natty-backports main restricted universe multiverse
# deb-src http://tr.archive.ubuntu.com/ubuntu/ natty-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 natty partner
# deb-src http://archive.canonical.com/ubuntu natty 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
# Fingerprint reader support (fprint)
deb
http://ppa.launchpad.net/madman2k/ubuntu hardy main restricted
universe multiverse

heartsmagic

Depo eklemiş ancak yanlış eklemişsin. Üç satır halinde değil, tek satır halinde ekleyeceksin. Fakat, eklediğin depo senin sürümün için değil, çok eski bir sürüm için. Kaldı ki artık öyle bir PPA'nın da olduğundan şüpheliyim. Kısacası sen o depoyu kaldır ve ne yapmak istiyorsan onun için tekrar bir araştırma yap.
Hayattan çıkarı olmayanların, ölümden de çıkarı olmayacaktır.
Hayatlarıyla yanlış olanların ölümleriyle doğru olmalarına imkân var mıdır?


Böylece yalan, dünyanın düzenine dönüştürülüyor.

03n63512

Peki o depoyu nasıl kaldıracağım?

alquirel

/etc/apt/sources.list dosyasını yönetici hakkıyla açıp sonundaki şu üç satırı silin, kaydedip çıkın.
Bu dosyayı yönetici olarak açmak için sudo gedit /etc/apt/sources.list


deb
http://ppa.launchpad.net/madman2k/ubuntu hardy main restricted
universe multiverse



03n63512


alquirel