QODER veya VSCODE Yüklenemiyor mu?
TR: Türkçe (Tr: Turkish ) En: English
code_x.xxx.x-xxxxxxxxxx_amd64.deb
code_1.106.3-1764110892_amd64.deb
veya
qoder_amd64.deb (qoder 0.x.xx.xxxxxxxxx)
qoder_amd64.deb (qoder 0.2.20.1764756575)
Dependency is not satisfiable: libglib2.0-0 (>= 2.37.3)
Dependency is not satisfiable: libgtk-3-0 (>= 3.9.10)
Dependency is not satisfiable: libXXX-5-0 (>= 4.1.10)
Çözüm:
Bir dizine “qoder_amd64.deb” dosyasını indirin.
Terminal / Komut satırından
# Paketi düzenle
mkdir qoder-ac
dpkg-deb -R qoder_amd64.deb qoder-ac
# Control dosyasını düzenle
nano qoder-ac/DEBIAN/control
# Şu satırı bul:
# Depends: libglib2.0-0 (>= 2.37.3)
# Şöyle değiştir:
# Depends: libglib2.0-0t64 (>= 2.37.3)
# Şu satırı bul:
# Depends: libgtk-3-0 (>= 3.9.10)
# Şöyle değiştir:
# Depends: libgtk-3-0t64 (>= 3.9.10)
Ctrl+O ile kaydedin
# Paketi yeniden oluştur
dpkg-deb -b qoder-extract qoder-modife.deb
# Kur
sudo dpkg -i qoder-modife.deb
Eng: English
code_x.xxx.x-xxxxxxxxxx_amd64.deb
code_1.106.3-1764110892_amd64.deb
or
qoder_amd64.deb (qoder 0.x.xx.xxxxxxxxx)
qoder_amd64.deb (qoder 0.2.20.1764756575)
Dependency is not satisfiable: libglib2.0-0 (>= 2.37.3)
Dependency is not satisfiable: libgtk-3-0 (>= 3.9.10)
Dependency is not satisfiable: libXXX-5-0 (>= 4.1.10)
Solution:
Download “qoder_amd64.deb” to a directory.
From the Terminal / Command Line
# Edit the package
mkdir qoder-ac
dpkg-deb -R qoder_amd64.deb qoder-ac
# Edit the control file
nano qoder-ac/DEBIAN/control
# Find the following line:
# Depends: libglib2.0-0 (>= 2.37.3)
# Change to:
# Depends: libglib2.0-0t64 (>= 2.37.3)
# Find the following line:
# Depends: libgtk-3-0 (>= 3.9.10)
# Change to:
# Depends: libgtk-3-0t64 (>= 3.9.10)
Save with Ctrl+O
# Rebuild the package
dpkg-deb -b qoder-extract qoder-modife.deb
# Cure
sudo dpkg -i qoder-modife.deb
