[Çözüldü] 10.04 paketlerine ne oldu?

Başlatan bsod1, 05 Kasım 2010 - 22:32:40

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

bsod1

Ubuntumu 10.10'a güncellemedim ve paketler konusunda bazı sıkıntılar yaşıyorum.

Birkaç gün önce bir Haskell derleyicisi kuracaktım, paketi synaptic'den bulup seçtiğimde bazı paketler gerekli fakat yüklenemiyor gibi bir hata vermişti.

Az önce de bir Common Lisp derleyicisi olan CLISP kurmak için sudo apt-get install clisp komutunu verdim ve aşağıdaki hatayı aldım:

osa1@osa1-laptop:~$ sudo apt-get install clisp
[sudo] password for osa1:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  clisp: Depends: libdb4.7 but it is not installable
         Depends: common-lisp-controller (>= 5.11) but it is not going to be installed
E: Broken packages


Aynı komutu 10.10'da veridğimde sorunsuz kuruyor. İki baketi de (CLISP ve haskell) kurmam gerek. Bir yolu var mıdır? Neden böyle oluyor?

raspacı

Tesadüf ki yaklaşık 3 saat önce 10.04 te Clisp kurdum. Bir sorun çıkmadı. Sorun çıkaran paket  libdb4.7 depolarda mevcut.
Güncelleme yapman gerekebilir ya da sources.list dosyanda bozukluk olabilir. Bir kontrol et istersen.  Haskell için ise ghc6 paketini kurman gerekli. O da depolarda var. ghc6 ile ghci yorumlayıcısı ve ghc derleyici kuruluyor.
nereye gidersen git kendini de götürürsün.

bsod1

osa1@osa1-laptop:~$ sudo apt-get install libdb4.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libdb4.7 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libdb4.7 has no installation candidate


Olmuyor, bir sorun var benim paketlerde..

raspacı

apt-get update denediniz mi? Bir de Synapticte düzenle menüsünden bozuk paketleri düzelti deneyin belki işe yarar.
nereye gidersen git kendini de götürürsün.

bsod1

O da çalışmadı. Ne saçma iştir anlamadım.

Yazılım kaynaklarımda bir sorun olsa bile, bu ubuntunun kendi depolarında var zaten, eklediğim başka bir kaynaktan falan indirmiyorum ki.

raspacı

sudo apt-get update ne dedi?  Ve sudo apt-get install -f ne diyor? Ve /etc/sources.list dosyanda ne var ne yok?
nereye gidersen git kendini de götürürsün.

bsod1

sudo apt-get update: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures were invalid: BADSIG 61E091672E206FF0 Launchpad nautilus-elementary
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D45DF2E8FC91AE7E
W: Failed to fetch http://ppa.launchpad.net/c-korn/vlc/ubuntu/dists/lucid/main/binary-i386/Packages.gz  404  Not Found

E: Some index files failed to download, they have been ignored, or old ones used instead.


sudo apt-get install -f: Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  asymptote-doc libsigsegv0
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.


Sources.list'de bir tek deb http://gb.archive.ubuntu.com/ubuntu/ lucid universe var. Çok ilginç, bir sürü şey olması lazımdı içinde..

raspacı

sudo gedit /etc/apt/sources.list ile açtığın dosyayı şununla değiştirebilirsin sanırım:

#deb cdrom:[Ubuntu 10.04.1 LTS _Lucid Lynx_ - Release i386 (20100816.1)]/ lucid 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/ lucid main restricted
deb-src http://tr.archive.ubuntu.com/ubuntu/ lucid main restricted

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

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


Sonra da apt-get update.
nereye gidersen git kendini de götürürsün.

bsod1

Teşşekkürler raspacı şimdi oldu.

Haskell'i de kurdum CLISP'i de..


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 05 Kasım 2010 - 23:23:52

Nasıl silinebilir ki sources.list dosyam? Garip bir olay..

raspacı

Geçmiş olsun. Clisp ile uğraşacaksan yeni bir kitap çıktı. Land of Lisp isminde Clisp kullanarak oyunlar yazmayı ve Lisp'i öğretiyor. Ben kitabı inceledim ama uğraşacak zamanım yok şu aralar. Tavsiye ederim Lispe niyetin varsa.
nereye gidersen git kendini de götürürsün.

guestwho

Alıntı YapW: Failed to fetch http://ppa.launchpad.net/c-korn/vlc/ubuntu/dists/lucid/main/binary-i386/Packages.gz  404  Not Found

    Bu ppa kaldırılalı birkaç ay oldu, silsen fena olmaz.
You want weapons? We're in a library. Books are the best weapon in the world. This room's the greatest arsenal we could have. Arm yourself!