Linux'ta bulunan Apt ve Apt-GET komutlarının farkı nedir? Farklı sunuculardan mı uygulama yüklüyor?
/etc/apt/sources.list
isimli dosyada saklanıyor. Eğer dışarıdan DEB kurduysanız /etc/apt/sources.list.d
isimli dizinde ekstra .list
uzantılı dosyalar oluşabiliyor.(Örneğin google-chrome.list
, vscode.list
gibi.)Hangi dağıtımı kullanıyorsunuz? Xubuntu kullanırken bende bu sorunu yaşamıştım, ama bir türlü çözemedim. Sonuç olarak Linux Mint'e geçtim. Şu konudaki yöntemler bende işe yaramadı ama belki sizde işe yarar.Hâlâ aynı.
Hangi dağıtımı kullanıyorsunuz? Xubuntu kullanırken ben de bu sorunu yaşamıştım, ama bir türlü çözemedim. Sonuç olarak Linux Mint'e geçtim. Şu konudaki yöntemler bende işe yaramadı ama belki sizde işe yarar.
sudo apt-get update Komutu Çalışmıyor
Terminale sudo apt-get update komutunu yazınca bu hatayı alıyorum. Paket listeleri okunuyor... Bitti E: Could not get lock /var/lib/apt/lists/lock. It is held by process 1702 (packagekitd) N: Be aware that removing the lock file is not a solution and may break your system. E...www.technopat.net
man apt
ve man apt-get
yazarak gorebilirsiniz farki.apt provides a high-level commandline interface for the package
management system. It is intended as an end user interface and enables
some options better suited for interactive usage by default compared to
more specialized APT tools like apt-get(8) and apt-cache(8).
apt-get is the command-line tool for handling packages, and may be
considered the user's "back-end" to other tools using the APT library.
Several "front-end" interfaces exist, such as aptitude(8), synaptic(8)
and wajig(1).
Bu sitenin çalışmasını sağlamak için gerekli çerezleri ve deneyiminizi iyileştirmek için isteğe bağlı çerezleri kullanıyoruz.