Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/user/repo.git/info/refsoke ini dia cara memulihkannya atau menghilangkan pesan error tersebut
git config --global http.sslVerify false
Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/user/repo.git/info/refsoke ini dia cara memulihkannya atau menghilangkan pesan error tersebut
git config --global http.sslVerify false
dpkg --get-selections | grep NAMA APLIKASI YANG DICARIdengan cara diatas kita bisa lebih banyak mencari dan lebih expert tentunya, contoh:
dpkg --get-selections | grep phpdpkg --get-selections | grep apache
sudo apt-get --purge remove NAMA APLIKASIpada nama aplikasi silahkan ganti dengan nama program yang akan anda uninstall contoh seperti apache atau mysql.
sudo apt-get updatecara diatas semoga berhasil mengatasi permasalahan yang terjadi pada sistem ubuntu anda ketika anda ingin menginstal suatu aplikasi dengan cara apt-get install ...
sudo apt-get install aptitude
sudo apt-get autoclean -y
sudo aptitude update
sudo aptitude safe-upgrade -y
sudo aptitude autoclean -y
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/oneiric-security/Release
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/oneiric/Release
W: Some index files failed to download. They have been ignored, or old ones used instead.
$ sudo -isemoga cara diatas bisa memperbaiki pesan error yang muncul :)
# apt-get clean
# cd /var/lib/apt
# mv lists lists.old
# mkdir -p lists/partial
# apt-get clean
# apt-get update