Label:
Linux
Jika kalian mengalami masalah saat install Google Chrome
Could not open ‘google-chrome-stable_current_i386.deb’
The package might be corrupted or you are not allowed to open the file. Check the permissions of the file.
Buka Terminal (Ctrl + Alt +T) dan kemudian arahkan ke direktori tempat anda menyimpan file .deb, biasanya di folder Downloads.
cd Downloads
chmod u+x google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome-stable_current_i386.deb
Ini akan menghasilkan error seperti ini:
Errors were encountered while processing:
google-chrome-stable
Sekarang ketik perintah berikut di terminal:
sudo apt-get install -f
Sekarang ketik lagi perintah berikut:
sudo dpkg -i google-chrome-stable_current_i386.deb
Comments