Setelah menghapus aplikasi tetapi anda masih bisa mengeksekusi perintah nya dari CLI walaupun hanya menampilkan error?
$ dnscrypt-proxy
-bash: /usr/sbin/dnscrypt-proxy: No such file or directory
-bash: /usr/sbin/dnscrypt-proxy: No such file or directory
hal ini terjadi karena bash
menyimpan cache full path semua file, ketika di uninstall cache tersebut belum di update. Untuk mengecek apakah file tersebut di cache gunakan format type namafile
, contoh
$ type dnscrypt-proxy dnscrypt-proxy is hashed (/usr/sbin/dnscrypt-proxy)
Solusi
untuk mengenerate ulang semua cache gunakan
hash -r
untuk mengupdate hanya 1 file gunakan
hash -d dnscrypt-proxy