Çözüldü Linux Mint bazı uygulamalarda "not available" uyarısı

Bu konu çözüldü olarak işaretlenmiştir. Çözülmediğini düşünüyorsanız konuyu rapor edebilirsiniz.
Katılım
26 Haziran 2020
Mesajlar
3.877
Makaleler
7
Çözümler
39
Yer
Türkiye
Merhaba. Linux Mint 20.1 Cinnamon'da yazılım yöneticisindeki bazı uygulamalar (örneğin Blender, lmms, Kdenlive vb.) Resimdeki gibi "not available" olarak gözüküyor.

Blender.png


Aynı uygulamayı uçbirim üzerinden kurmak istediğimdeyse şu çıktıyı alıyorum:

Kod:
The following packages have unmet dependencies:
 blender : Depends: libopenimageio2.1 (>= 2.1.10.1~dfsg0) but it is not going to be installed.
E: Unable to correct problems, you have held broken packages.

Bunun sebebi nedir acaba? Kendi sitelerinden falan indirerek çözüyorum ancak sebebini merak ettim. Teşekkürler. @OzgunP
 
Son düzenleyen: Moderatör:
Çözüm
apt update komutundan sonra işler değişmiştir.

The following packages have unmet dependencies: libopenimageio2.1 : Depends: libopencv-videoio4.2 (>= 4.2.0+dfsg) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

Yukarıda alıntıladığım kısımda, libopenimageio2.1 paketinin bağımlısı olarak libopenimageio2.1 paketinin 4.2.0+dfsg sürümü kurulmaya çalışılıyor. Ama bu pakete güncelleme gelmiş (4.2.0+dfsg-5 sürüm olmuş) ve senin paket önbelleğin güncel olmadığı için, güncellenen paketi kuramıyordun.

Blender'a geldiğimde uyarı yoktu, "Install" tuşu vardı. O esnada uçbirimde yazanlar şunlardı:

apt update komutu ile paket önbelleğini güncelleyince, sorun çözülmüş oldu. Yazılım Yöneticisindeki kuramadığın diğer uygulamalar için de aynı durum geçerlidir, kontrol edersin.

Installer: User pkgcache is most recent, using it.

Aslında Yazılım Yöneticisi apt önbelleğini kontrol eder, ve güncel değilse günceller. Yukarıdaki kısım bununla ilgili mesela, apt update komutu ile paket önbelleğini güncellediğin için, bu aşamayı es geçtiğini söylüyor. Yazılım Yöneticisinin sağ üst kısmında gizli bir menü olacak, buradaki seçenekle de gerektiğinde paket önbelleğini güncelleyebilirsin.
Aşağıdaki komutların çıktılarını paylaş bakalım.

Kod:
inxi -r
apt depends blender
apt install blender -s
apt depends libopenimageio2.1
Buyrun:
[CODE title="inxi -r Çıktısı"]Repos:
No active apt repos in: /etc/apt/sources.list
Active apt repos in: /etc/apt/sources.list.d/official-package-repositories.list
1: deb http://packages.linuxmint.com ulyssa main upstream import backport #id:linuxmint_main
2: deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse
3: deb http://archive.ubuntu.com/ubuntu focal-updates main restricted universe multiverse
4: deb http://archive.ubuntu.com/ubuntu focal-backports main restricted universe multiverse
5: deb http://security.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
6: deb http://archive.canonical.com/ubuntu/ focal partner
[/CODE]
[CODE title="apt depends blender Çıktısı"]blender
Depends: blender-data
Depends: fonts-dejavu
Depends: libavcodec58
libavcodec-extra58
Depends: libavdevice58
Depends: libavformat58
Depends: libavutil56
Depends: libboost-locale1.71.0
Depends: libc6
Depends: libfftw3-double3
Depends: libfreetype6
Depends: libgcc-s1
Depends: libgl1
Depends: libglew2.1
Depends: libgomp1
Depends: libilmbase24
|Depends: libjack-jackd2-0
Depends: <libjack-0.125>
libjack-jackd2-0
libjack0
Depends: libjemalloc2
Depends: libjpeg8
Depends: libopenal1
Depends: libopencolorio1v5
Depends: libopenexr24
Depends: libopenimageio2.1
Depends: libopenjp2-7
Depends: libopenvdb6.2
Depends: libosdcpu3.4.0
Depends: libosdgpu3.4.0
Depends: libpcre3
Depends: libpng16-16
Depends: libpython3.8
Depends: libsdl1.2debian
Depends: libsndfile1
Depends: libspnav0
Depends: libstdc++6
Depends: libswscale5
Depends: libtbb2
Depends: libtiff5
Depends: libx11-6
Depends: libxfixes3
Depends: libxi6
Depends: libxml2
Depends: libxrender1
Depends: libxxf86vm1
Depends: zlib1g
[/CODE]
[CODE title="apt install blender -s Çıktısı"]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:
blender : Depends: libopenimageio2.1 (>= 2.1.10.1~dfsg0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
[/CODE]
[CODE title="apt depends libopenimageio2.1 Çıktısı"]libopenimageio2.1
Depends: libavcodec58
libavcodec-extra58
Depends: libavformat58
Depends: libavutil56
Depends: libboost-filesystem1.71.0
Depends: libboost-thread1.71.0
Depends: libc6
Depends: libdcmtk14
Depends: libfreetype6
Depends: libgcc-s1
Depends: libgif7
Depends: libilmbase24
Depends: libjpeg8
Depends: libopencolorio1v5
Depends: libopencv-core4.2
Depends: libopencv-imgproc4.2
Depends: libopencv-videoio4.2
Depends: libopenexr24
Depends: libopenjp2-7
Depends: libopenvdb6.2
Depends: libpng16-16
Depends: libraw19
Depends: libsquish0
Depends: libstdc++6
Depends: libswscale5
Depends: libtbb2
Depends: libtiff5
Depends: libwebp6
Depends: zlib1g
[/CODE]
 
Bir de aşağıdaki komutların çıktılarına bakalım.

Kod:
apt policy blender
apt policy libopenimageio2.1
apt install libopenimageio2.1 -s
apt update

Buna ek olarak, Yazılım Yöneticisini aşağıdaki komutla uçbirimde aç. Blender kısmına gelip çıktıları paylaş.

Kod:
mintinstall
 
Bir de aşağıdaki komutların çıktılarına bakalım.

Kod:
apt policy blender
apt policy libopenimageio2.1
apt install libopenimageio2.1 -s
apt update

Buna ek olarak, Yazılım Yöneticisini aşağıdaki komutla uçbirimde aç. Blender kısmına gelip çıktıları paylaş.

Kod:
mintinstall
Hemen paylaşıyorum.
[CODE title="apt policy libopenimageio2.1 Çıktısı"]libopenimageio2.1:
Installed: (none)
Candidate: 2.1.12.0~dfsg0-1
Version table:
2.1.12.0~dfsg0-1 500
500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages[/CODE]
[CODE title="apt install libopenimageio2.1 -s Çıktısı"]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:
libopenimageio2.1 : Depends: libopencv-videoio4.2 (>= 4.2.0+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
[/CODE]
[CODE title="apt update Çıktısı"]Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.canonical.com/ubuntu focal InRelease [12,1 kB]
Ign:5 http://packages.linuxmint.com ulyssa InRelease
Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
Get:7 http://packages.linuxmint.com ulyssa Release [24,1 kB]
Get:8 http://archive.canonical.com/ubuntu focal/partner amd64 Packages [856 B]
Get:9 http://archive.canonical.com/ubuntu focal/partner Translation-en [384 B]
Get:10 http://packages.linuxmint.com ulyssa Release.gpg [833 B]
Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [988 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [480 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [224 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [263 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [13,4 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [16,3 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [226 kB]
Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [33,3 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [664 kB]
Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [436 B]
Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [777 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [573 kB]
Get:23 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [167 kB]
Get:24 http://packages.linuxmint.com ulyssa/main amd64 Packages [14,7 kB]
Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [323 kB]
Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [17,5 kB]
Get:27 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [6.128 B]
Get:28 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [21,7 kB]
Get:29 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [5.508 B]
Get:30 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [2.468 B]
Get:31 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [604 B]
Get:32 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4.032 B]
Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [2.932 B]
Get:34 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [1.768 B]
Get:35 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [224 B]
Get:36 http://packages.linuxmint.com ulyssa/main i386 Packages [14,2 kB]
Get:37 http://packages.linuxmint.com ulyssa/upstream i386 Packages [13,2 kB]
Get:38 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [237 kB]
Get:39 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [134 kB]
Get:40 http://packages.linuxmint.com ulyssa/upstream amd64 Packages [51,9 kB]
Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [24,5 kB]
Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [7.648 B]
Get:43 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [207 kB]
Get:44 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [15,0 kB]
Get:45 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [30,7 kB]
Get:46 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [440 B]
Get:47 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [578 kB]
Get:48 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [457 kB]
Get:49 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [90,1 kB]
Get:50 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [58,3 kB]
Get:51 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [11,3 kB]
Get:52 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [19,9 kB]
Get:53 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [5.380 B]
Get:54 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [4.316 B]
Get:55 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2.468 B]
Get:56 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [528 B]
Get:57 http://packages.linuxmint.com ulyssa/backport i386 Packages [7.603 B]
Get:58 http://packages.linuxmint.com ulyssa/backport amd64 Packages [35,6 kB]
Fetched 7.198 kB in 3s (2.255 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
333 packages can be upgraded. Run 'apt list --upgradable' to see them.
[/CODE]

Bu kısmı tam anlamadım hocam ancak yazılım yöneticisini verdiğiniz komutla uçbirim üzerinden açıp Blender'a geldiğimde uyarı yoktu, "Install" tuşu vardı. O esnada uçbirimde yazanlar şunlardı:
[CODE title="mintinstall Çıktısı"]MintInstall: Detected system architecture: 'x86_64'
Installer: User pkgcache is most recent, using it.
MintInstall: Deleting old screenshots
MintInstall: No new reviews
Installer: Calculating changes required for APT package: blender
For install: ['blender', 'libsocket++1', 'libosdcpu3.4.0', 'libfyba0', 'liblapack3', 'libopencolorio1v5', 'libgdal26', 'liburiparser1', 'libgeos-c1v5', 'libopencv-imgcodecs4.2', 'libraw19', 'libsquish0', 'libaec0', 'libhdf5-103', 'libarmadillo9', 'libepsilon1', 'libminizip1', 'libspatialite7', 'libgdcm3.0', 'libdap25', 'libdapclient6v5', 'blender-data', 'libkmlbase1', 'fonts-dejavu', 'libopencv-imgproc4.2', 'libkmldom1', 'libpq5', 'libopenvdb6.2', 'libgeotiff5', 'libyaml-cpp0.6', 'libqhull7', 'libodbc1', 'libsz2', 'odbcinst1debian2', 'libxerces-c3.2', 'libhdf4-0-alt', 'libfreexl1', 'libosdgpu3.4.0', 'libblosc1', 'libkmlengine1', 'libgfortran5', 'fonts-dejavu-extra', 'libglew2.1', 'libsuperlu5', 'libtbb2', 'libtinyxml2.6.2v5', 'libjemalloc2', 'odbcinst', 'proj-bin', 'libopenimageio2.1', 'libarpack2', 'libnetcdf15', 'proj-data', 'libgeos-3.8.0', 'libdcmtk14', 'libopencv-core4.2', 'libogdi4.1', 'libcfitsio8', 'libspnav0', 'gdal-data', 'libopencv-videoio4.2', 'libcharls2', 'libproj15']
For removal: []
For upgrade: []


[/CODE]
 
apt update komutundan sonra işler değişmiştir.

The following packages have unmet dependencies: libopenimageio2.1 : Depends: libopencv-videoio4.2 (>= 4.2.0+dfsg) but it is not going to be installed E: Unable to correct problems, you have held broken packages.

Yukarıda alıntıladığım kısımda, libopenimageio2.1 paketinin bağımlısı olarak libopenimageio2.1 paketinin 4.2.0+dfsg sürümü kurulmaya çalışılıyor. Ama bu pakete güncelleme gelmiş (4.2.0+dfsg-5 sürüm olmuş) ve senin paket önbelleğin güncel olmadığı için, güncellenen paketi kuramıyordun.

Blender'a geldiğimde uyarı yoktu, "Install" tuşu vardı. O esnada uçbirimde yazanlar şunlardı:

apt update komutu ile paket önbelleğini güncelleyince, sorun çözülmüş oldu. Yazılım Yöneticisindeki kuramadığın diğer uygulamalar için de aynı durum geçerlidir, kontrol edersin.

Installer: User pkgcache is most recent, using it.

Aslında Yazılım Yöneticisi apt önbelleğini kontrol eder, ve güncel değilse günceller. Yukarıdaki kısım bununla ilgili mesela, apt update komutu ile paket önbelleğini güncellediğin için, bu aşamayı es geçtiğini söylüyor. Yazılım Yöneticisinin sağ üst kısmında gizli bir menü olacak, buradaki seçenekle de gerektiğinde paket önbelleğini güncelleyebilirsin.
 
Son düzenleme:
Çözüm
apt update komutu ile paket önbelleğini güncelleyince, sorun çözülmüş oldu. Yazılım Yöneticisindeki kuramadığın diğer uygulamalar için de aynı durum geçerlidir, kontrol edersin.
Çok teşekkür ederim yardımlarınız için. Dediğiniz gibi bu sorunu yaşadığım diğer uygulamalarda da artık problem görünmüyor. :)
 
Uyarı! Bu konu 5 yıl önce açıldı.
Muhtemelen daha fazla tartışma gerekli değildir ki bu durumda yeni bir konu başlatmayı öneririz. Eğer yine de cevabınızın gerekli olduğunu düşünüyorsanız buna rağmen cevap verebilirsiniz.

Technopat Haberler

Yeni konular

Geri
Yukarı