Не удалось установить калеку на Ubuntu 14.04 64bit

Я использую Ubuntu 14.04 64bit и судивший для установки GIMP.

Во-первых, я пытаюсь установить через Центр программного обеспечения Ubuntu, и вот результат

enter image description here

Затем я пытался установить через терминал и здесь являюсь выводом.

dontus@n0cturn4L-PC:~$ sudo apt-get install gimp
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:
 gimp : Depends: libgegl-0.2-0 (>= 0.2.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$

Затем я пытаюсь установить зависимости вручную

dontus@n0cturn4L-PC:~$ sudo apt-get install libgegl-0.2-0
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:
 libgegl-0.2-0 : Depends: libumfpack5.6.2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$ sudo apt-get install libumfpack5.6.2
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:
 libumfpack5.6.2 : Depends: libcholmod2.1.2 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$ sudo apt-get install libcholmod2.1.2
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:
 libcholmod2.1.2 : Depends: liblapack3 but it is not going to be installed or
                            liblapack.so.3
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$ sudo apt-get install liblapack3
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:
 liblapack3 : Depends: libgfortran3 (>= 4.6) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$ sudo apt-get install libgfortran3
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:
 libgfortran3 : Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.3) but 4.8.5-2ubuntu1~14.04.1 is to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$ sudo apt-get install gcc-4.8-base
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gcc-4.8-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
dontus@n0cturn4L-PC:~$ sudo apt-get install gcc-4.8.4-2ubuntu1~14.04.3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gcc-4.8.4-2ubuntu1~14.04.3
E: Couldn't find any package by regex 'gcc-4.8.4-2ubuntu1~14.04.3'
dontus@n0cturn4L-PC:~$ sudo apt-get install gcc-4.8.5-2ubuntu1~14.04.1
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gcc-4.8.5-2ubuntu1~14.04.1
E: Couldn't find any package by regex 'gcc-4.8.5-2ubuntu1~14.04.1'
dontus@n0cturn4L-PC:~$ 

После этого я пытаюсь установить с PPA

dontus@n0cturn4L-PC:~$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp
 This PPA is for Ubuntu >=12.04 and Linux Mint >=13

Installing: 
open a terminal and type:
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp

Removing:
open a terminal and type:
sudo apt-get install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp 

Many thanks to David Tschumperlé for his masterpiece called G'MIC. 
http://gmic.eu/
Look for the gmic packages!

We should not forget the Gimp crew!
http://www.gimp.org/

And many, many thanks to http://siduction.org. They helped me on my first steps making the Gimp packages.

I promise as long as I live this PPA will never die and the most recent packages will for ever be. ;-)

Regards

Otto Meier

If you had a really problem: 
Skype: thorsten.stettin
G+: https://plus.google.com/u/0/117581776478455814502/posts
FB: https://www.facebook.com/otto06217

Some stats:

http://kesselgulasch.org/ppastats/gimp/

 More info: https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keyring `/tmp/tmp2rcqjr64/secring.gpg' created
gpg: keyring `/tmp/tmp2rcqjr64/pubring.gpg' created
gpg: requesting key 614C4B38 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp2rcqjr64/trustdb.gpg: trustdb created
gpg: key 614C4B38: public key "Launchpad otto06217" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
dontus@n0cturn4L-PC:~$ sudo apt update
Ign http://extras.ubuntu.com trusty InRelease
Ign http://archive.ubuntu.com trusty InRelease                                 
Hit http://ppa.launchpad.net trusty InRelease                                  
Ign http://archive.canonical.com trusty InRelease                              
Hit http://repo.steampowered.com precise InRelease                             
Hit http://extras.ubuntu.com trusty Release.gpg                                
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65,9 kB]             
Hit http://ppa.launchpad.net trusty InRelease                                  
Hit http://archive.canonical.com trusty Release.gpg                            
Hit http://extras.ubuntu.com trusty Release                                    
Hit http://archive.canonical.com trusty Release                                
Get:2 http://ppa.launchpad.net trusty InRelease [15,4 kB]                      
Hit http://extras.ubuntu.com trusty/main amd64 Packages                        
Hit http://archive.canonical.com trusty/partner amd64 Packages                 
Hit http://archive.ubuntu.com trusty-backports InRelease                       
Hit http://extras.ubuntu.com trusty/main i386 Packages                         
Hit http://repo.steampowered.com precise/steam amd64 Packages                  
Hit http://archive.ubuntu.com trusty-security InRelease                        
Hit http://ppa.launchpad.net trusty InRelease                                  
Hit http://archive.canonical.com trusty/partner i386 Packages                  
Hit http://archive.ubuntu.com trusty Release.gpg                               
Hit http://repo.steampowered.com precise/steam i386 Packages                   
Hit http://ppa.launchpad.net trusty InRelease                                  
Hit http://archive.canonical.com trusty/partner Translation-en                 
Get:3 http://archive.ubuntu.com trusty-updates/main Sources [395 kB]           
Hit http://ppa.launchpad.net trusty InRelease                                  
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Get:4 http://archive.ubuntu.com trusty-updates/restricted Sources [6.327 B]    
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Get:5 http://archive.ubuntu.com trusty-updates/universe Sources [176 kB]       
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Get:6 http://archive.ubuntu.com trusty-updates/multiverse Sources [7.763 B]    
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Ign http://extras.ubuntu.com trusty/main Translation-en_US                     
Get:7 http://archive.ubuntu.com trusty-updates/main amd64 Packages [972 kB]    
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Ign http://extras.ubuntu.com trusty/main Translation-en                        
Get:8 http://ppa.launchpad.net trusty/main amd64 Packages [7.633 B]            
Get:9 http://ppa.launchpad.net trusty/main i386 Packages [7.646 B]             
Get:10 http://ppa.launchpad.net trusty/main Translation-en [7.388 B]           
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Get:11 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [17,1 kB]
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Get:12 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [402 kB]
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Get:13 http://archive.ubuntu.com trusty-updates/multiverse amd64 Packages [14,3 kB]
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Get:14 http://archive.ubuntu.com trusty-updates/main i386 Packages [932 kB]    
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Hit http://ppa.launchpad.net trusty/main amd64 Packages                        
Hit http://ppa.launchpad.net trusty/main i386 Packages                         
Ign http://repo.steampowered.com precise/steam Translation-en_US               
Hit http://ppa.launchpad.net trusty/main Translation-en                        
Ign http://repo.steampowered.com precise/steam Translation-en                  
Get:15 http://archive.ubuntu.com trusty-updates/restricted i386 Packages [16,9 kB]
Get:16 http://archive.ubuntu.com trusty-updates/universe i386 Packages [403 kB]
Get:17 http://archive.ubuntu.com trusty-updates/multiverse i386 Packages [14,6 kB]
Hit http://archive.ubuntu.com trusty-updates/main Translation-en               
Hit http://archive.ubuntu.com trusty-updates/multiverse Translation-en         
Hit http://archive.ubuntu.com trusty-updates/restricted Translation-en         
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en           
Hit http://archive.ubuntu.com trusty-backports/main Sources                    
Hit http://archive.ubuntu.com trusty-backports/restricted Sources              
Hit http://archive.ubuntu.com trusty-backports/universe Sources                
Hit http://archive.ubuntu.com trusty-backports/multiverse Sources              
Hit http://archive.ubuntu.com trusty-backports/main amd64 Packages             
Hit http://archive.ubuntu.com trusty-backports/restricted amd64 Packages       
Hit http://archive.ubuntu.com trusty-backports/universe amd64 Packages         
Hit http://archive.ubuntu.com trusty-backports/multiverse amd64 Packages       
Hit http://archive.ubuntu.com trusty-backports/main i386 Packages              
Hit http://archive.ubuntu.com trusty-backports/restricted i386 Packages        
Hit http://archive.ubuntu.com trusty-backports/universe i386 Packages          
Hit http://archive.ubuntu.com trusty-backports/multiverse i386 Packages        
Hit http://archive.ubuntu.com trusty-backports/main Translation-en             
Hit http://archive.ubuntu.com trusty-backports/multiverse Translation-en       
Hit http://archive.ubuntu.com trusty-backports/restricted Translation-en       
Hit http://archive.ubuntu.com trusty-backports/universe Translation-en         
Hit http://archive.ubuntu.com trusty-security/main Sources                     
Hit http://archive.ubuntu.com trusty-security/restricted Sources               
Hit http://archive.ubuntu.com trusty-security/universe Sources                 
Hit http://archive.ubuntu.com trusty-security/multiverse Sources               
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages              
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages        
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages          
Hit http://archive.ubuntu.com trusty-security/multiverse amd64 Packages        
Hit http://archive.ubuntu.com trusty-security/main i386 Packages               
Hit http://archive.ubuntu.com trusty-security/restricted i386 Packages         
Hit http://archive.ubuntu.com trusty-security/universe i386 Packages           
Hit http://archive.ubuntu.com trusty-security/multiverse i386 Packages         
Hit http://archive.ubuntu.com trusty-security/main Translation-en              
Hit http://archive.ubuntu.com trusty-security/multiverse Translation-en        
Hit http://archive.ubuntu.com trusty-security/restricted Translation-en        
Hit http://archive.ubuntu.com trusty-security/universe Translation-en          
Hit http://archive.ubuntu.com trusty Release                                   
Hit http://archive.ubuntu.com trusty/main Sources                              
Hit http://archive.ubuntu.com trusty/restricted Sources                        
Hit http://archive.ubuntu.com trusty/universe Sources                          
Hit http://archive.ubuntu.com trusty/multiverse Sources                        
Hit http://archive.ubuntu.com trusty/main amd64 Packages                       
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages                 
Hit http://archive.ubuntu.com trusty/universe amd64 Packages                   
Hit http://archive.ubuntu.com trusty/multiverse amd64 Packages                 
Hit http://archive.ubuntu.com trusty/main i386 Packages                        
Hit http://archive.ubuntu.com trusty/restricted i386 Packages                  
Hit http://archive.ubuntu.com trusty/universe i386 Packages                    
Hit http://archive.ubuntu.com trusty/multiverse i386 Packages                  
Hit http://archive.ubuntu.com trusty/main Translation-en                       
Hit http://archive.ubuntu.com trusty/multiverse Translation-en                 
Hit http://archive.ubuntu.com trusty/restricted Translation-en                 
Hit http://archive.ubuntu.com trusty/universe Translation-en                   
Ign http://archive.ubuntu.com trusty/main Translation-en_US                    
Ign http://archive.ubuntu.com trusty/multiverse Translation-en_US              
Ign http://archive.ubuntu.com trusty/restricted Translation-en_US              
Ign http://archive.ubuntu.com trusty/universe Translation-en_US                
Fetched 3.461 kB in 28s (120 kB/s)                                             
Reading package lists... Done
dontus@n0cturn4L-PC:~$ sudo apt install gimp
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:
 gimp : Depends: libgegl-0.2-0 (>= 0.2.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
dontus@n0cturn4L-PC:~$

Я также попытался изменить "Загрузку С" на Основной сервер, Сервер из США, моего самого близкого зеркала, и другое зеркало затем повторяет шаг с PPA, но это не работало. Какая-либо идея?

Спасибо

Dontus

2
задан 8 April 2017 в 04:13

1 ответ

Для кого-то, кто испытывает ту же проблему, которую я имел, который, кажется, вызывается путем установки Virtualbox от эти .deb обеспеченный на официальном сайте:

Попытка использовать Синаптический Диспетчер пакетов (sudo apt install synaptic), чтобы сделать следующее:

  • Удаляют libgimp2.0 и gimp-data
  • , Установка libgegl-0.2-0

Теперь synaptics удалит некоторый Virtualbox depedencies и установит некоторый другой depedencies, требуемый для калеки.

Для возвращения Virtualbox можно переустановить его при помощи sudo apt-get install virtualbox-qt.

Особая благодарность для М. Becerra и @g_p для предоставления мне некоторые подсказки, которые приводят меня решать эту проблему.

2
ответ дан 2 December 2019 в 03:41

Другие вопросы по тегам:

Похожие вопросы: