[Çözüldü] Cinelerra Silme (Bozuk Paket)

Başlatan erdaltaskesen, 02 Şubat 2013 - 16:25:55

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

erdaltaskesen

Deneme amacıyla Cinelerra'yı sistemime kurmaya çalıştım. Kurulumda bağımlılıklardan bir tanesini kuramamıştı. İş öyle olunca silmeye karar verdim. Fakat yapamadım. Paketlerde sorun olduğu için başka program kurarken de sorun yaşıyorum. Aşağıda denediğim yollar ve çıktıları mevcut.


sudo apt-get clean && sudo apt-get autoremove

Alıntı Yap
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  cinelerra-cv
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 24.3 MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 214536 files and directories currently installed.)
Removing cinelerra-cv ...
Description:   Ubuntu 12.04.2 LTS
locale "en_US.ISO-8859-15" not in archive
rm: cannot remove `/usr/bin/Cinelerra'locale "ru_RU.KOI8-R" not in archive
: No such file or directory
dpkg: error processing cinelerra-cv (--remove):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
cinelerra-cv
E: Sub-process /usr/bin/dpkg returned an error code (1)


sudo apt-get -f install
Alıntı Yap
Yukarıdaki ile aynı çıktı

sudo apt-get install synaptic (Synaptic'de bozuk paketleri ayıklamak için bir kısım vardı. Şansımı denemek istedim.)
Alıntı Yap
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libept1.4.12 libvte-common libvte9
Suggested packages:
  dwww deborphan
The following packages will be REMOVED:
  cinelerra-cv
The following NEW packages will be installed:
  libept1.4.12 libvte-common libvte9 synaptic
0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 2,943 kB of archives.
After this operation, 14.6 MB disk space will be freed.
Do you want to continue [Y/n]? y
Get:1 http://ubuntu.mirrors.uk2.net/ubuntu/ precise/main libept1.4.12 amd64 1.0.6~exp1ubuntu1 [129 kB]
Get:2 http://ubuntu.mirrors.uk2.net/ubuntu/ precise/main libvte-common all 1:0.28.2-3ubuntu2 [22.8 kB]
Get:3 http://ubuntu.mirrors.uk2.net/ubuntu/ precise/main libvte9 amd64 1:0.28.2-3ubuntu2 [372 kB]
Get:4 http://ubuntu.mirrors.uk2.net/ubuntu/ precise/universe synaptic amd64 0.75.9ubuntu1 [2,419 kB]
Fetched 2,943 kB in 49s (59.6 kB/s)                                           
(Reading database ... 214536 files and directories currently installed.)
Removing cinelerra-cv ...
Description:   Ubuntu 12.04.2 LTS
locale "en_US.ISO-8859-15" not in archiverm: cannot remove `/usr/bin/Cinelerra': No such file or directory

dpkg: error processing cinelerra-cv (--remove):
subprocess installed post-removal script returned error exit status 1
locale "ru_RU.KOI8-R" not in archive
Errors were encountered while processing:
cinelerra-cv
E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo dpkg --force-all -P cinelerra-cv
Alıntı Yap
(Reading database ... 214536 files and directories currently installed.)
Removing cinelerra-cv ...
Description:   Ubuntu 12.04.2 LTS
locale "en_US.ISO-8859-15" not in archive
locale "ru_RU.KOI8-R" not in archive
rm: cannot remove `/usr/bin/Cinelerra': No such file or directory
dpkg: error processing cinelerra-cv (--purge):
subprocess installed post-removal script returned error exit status 1
Errors were encountered while processing:
cinelerra-cv




= ÇÖZÜM =

sudo mv /var/lib/dpkg/info/Paket_İsmi.* /tmp/
sudo dpkg --remove --force-remove-reinstreq Paket_İsmi


Sorunlu paketi geçici klasöre taşıyıp oradanda silme mantığına dayanıyor. Epey uğraştığım için başkasına da lazım olur diye konuyu açtım