![]() |
| Mozilla Firefox Browser Installer |
Untuk bisa menggunakan web browser firefox pada kubuntu 11.04 ini, kita harus menginstallnya terlebih dahulu, karena dari default distro hanya menyediakan Mozilla firefox browser installer. Tampilannya seperti pada gambar disamping.
Setelah selesai menginstall, saya ingin segera untuk mencobanya, tapi apa yang terjadi? Browser firefox tidak bisa kebuka... "hmmm,, mungkin minta direstart dulu" pikirku. Saya pun segera menjalankan terminal dan mengetik Sudo reboot. Sudah direstart tapi firefox juga masih belum jalan, "kenapa ya?".
Saya coba double klik hingga 3 kali belum bisa jalan juga, akhirnya saya cek melalui terminal, apakah sudah terinstall dengan baik atau belum.
Setelah selesai menginstall, saya ingin segera untuk mencobanya, tapi apa yang terjadi? Browser firefox tidak bisa kebuka... "hmmm,, mungkin minta direstart dulu" pikirku. Saya pun segera menjalankan terminal dan mengetik Sudo reboot. Sudah direstart tapi firefox juga masih belum jalan, "kenapa ya?".
Saya coba double klik hingga 3 kali belum bisa jalan juga, akhirnya saya cek melalui terminal, apakah sudah terinstall dengan baik atau belum.
ip4ndz@ze-asphire:~$ sudo apt-get install firefox
dan informasi yang ditampilkan seperti ini:
Reading package lists... Done
Building dependency tree
Reading state information... Done
firefox is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
firefox : Depends: python-gtk2 but it is not going to be installed
libstartup-notification0 : Depends: libxcb-event1 (>= 0.3.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Building dependency tree
Reading state information... Done
firefox is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
firefox : Depends: python-gtk2 but it is not going to be installed
libstartup-notification0 : Depends: libxcb-event1 (>= 0.3.6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
"Nah, bener dugaanku ternyata", ada dependensi yang belum terinstall. Kemudian saya ketikkan perintah sesuai saran dari terminal
Sudo apt-get -f install
ip4ndz@ze-asphire:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxcb-event1 python-gtk2
Suggested packages:
python-gtk2-doc python-numpy
The following NEW packages will be installed:
libxcb-event1 python-gtk2
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 1,405 kB of archives.
After this operation, 5,284 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://id.archive.ubuntu.com/ubuntu/ natty/main python-gtk2 i386 2.22.0-0ubuntu1 [1,396 kB]
Get:2 http://id.archive.ubuntu.com/ubuntu/ natty/main libxcb-event1 i386 0.3.6-1build1 [8,732 B]
Fetched 1,405 kB in 3min 42s (6,324 B/s)
Selecting previously deselected package python-gtk2.
(Reading database ... 86694 files and directories currently installed.)
Unpacking python-gtk2 (from .../python-gtk2_2.22.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxcb-event1.
Unpacking libxcb-event1 (from .../libxcb-event1_0.3.6-1build1_i386.deb) ...
Setting up python-gtk2 (2.22.0-0ubuntu1) ...
Setting up libxcb-event1 (0.3.6-1build1) ...
Setting up libstartup-notification0 (0.10-1build1) ...
Setting up firefox (4.0.1+build1+nobinonly-0ubuntu0.11.04.1) ...
update-alternatives: using /usr/bin/firefox to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode.
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-globalmenu (4.0.1+build1+nobinonly-0ubuntu0.11.04.1) ...
Setting up firefox-kde-support (0.6.2-0ubuntu2) ...
Setting up xul-ext-ubufox (0.9-0ubuntu1) ...
Setting up ubufox (0.9-0ubuntu1) ...
Processing triggers for python-support ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
libxcb-event1 python-gtk2
Suggested packages:
python-gtk2-doc python-numpy
The following NEW packages will be installed:
libxcb-event1 python-gtk2
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 1,405 kB of archives.
After this operation, 5,284 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://id.archive.ubuntu.com/ubuntu/ natty/main python-gtk2 i386 2.22.0-0ubuntu1 [1,396 kB]
Get:2 http://id.archive.ubuntu.com/ubuntu/ natty/main libxcb-event1 i386 0.3.6-1build1 [8,732 B]
Fetched 1,405 kB in 3min 42s (6,324 B/s)
Selecting previously deselected package python-gtk2.
(Reading database ... 86694 files and directories currently installed.)
Unpacking python-gtk2 (from .../python-gtk2_2.22.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package libxcb-event1.
Unpacking libxcb-event1 (from .../libxcb-event1_0.3.6-1build1_i386.deb) ...
Setting up python-gtk2 (2.22.0-0ubuntu1) ...
Setting up libxcb-event1 (0.3.6-1build1) ...
Setting up libstartup-notification0 (0.10-1build1) ...
Setting up firefox (4.0.1+build1+nobinonly-0ubuntu0.11.04.1) ...
update-alternatives: using /usr/bin/firefox to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode.
Please restart all running instances of firefox, or you will experience problems.
Setting up firefox-globalmenu (4.0.1+build1+nobinonly-0ubuntu0.11.04.1) ...
Setting up firefox-kde-support (0.6.2-0ubuntu2) ...
Setting up xul-ext-ubufox (0.9-0ubuntu1) ...
Setting up ubufox (0.9-0ubuntu1) ...
Processing triggers for python-support ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Setelah proses di atas Firefox 4.0.1 bisa berjalan lancar pada kubuntu 11.04 saya...
Tips:
Jika ada aplikasi yang tidak berjalan normal setelah instalasi melalui gui, proses instalasi dari gui yang tidak kunjung selesai atau bengong di 99%, "Jangan panik!", Coba cek dulu melalui terminal dengan mengetikkan perintah "Sudo apt-get install namaaplikasi". Jika ada dependensi yang belum terpenuhi akan kelihatan dari situ. Inilah salah satu pentingnya terminal atau konsol pada linux.

0 comments:
Post a Comment