Minggu, 10 Juli 2011

mencoba gnome3 di Ubuntu 11.04

Gagal maning .............

berulang kali mencoba gnome3 tidak pernah berhasil, akibatnya terpaksa install ulang ubuntu.

Install LibreOffice 3.3.3 (Updade dari 3.3.2)



LibreOffice 3.3.3 update dari 3.3.2 sehingga meningkatkan stabilitas keamanan


Sedangkan instalasi melalui PPA ikuti
langkah-langkah berikut melalui terminal anda:

sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get install libreoffice libreoffice-l10n-it libreoffice-help-it

Untuk ubuntu bisa anda tambahkan perintah berikut:
sudo apt-get install libreoffice-gnome
Sedangkan untuk kubuntu bisa anda tambahkan juga dengan perintah berikut:
sudo apt-get install libreoffice-kde

Rabu, 06 Juli 2011

install Google earth di Ubuntu 11.04















Langsung aja ya .....
ketik perintah dibawah ini, dan isi password bila diminta

sudo apt-get install googleearth-package lsb-core
sudo make-googleearth-package --force
sudo dpkg -i googleearth_6.0.3.2197+0.6.0-1_i386.deb

Senin, 04 Juli 2011

pengalaman instalasi DraftSight di Ubuntu 11.04

Installasi DraftSight yang berhasil saya intall di kompi saya (Ubuntu 11.04)

Install the two missing dependencies first:
(Copy and paste the following commands in to your terminal)
Quote:
sudo apt-get install libxcb-render-util0
Press enter and enter your password if asked

Quote:
sudo apt-get install libdirectfb-extra
Press enter and enter your password if asked


Move your DraftSight.deb file to your home folder (/home/yourusernamehere)

Then you have to force install the DraftSight package:
(Copy and paste the following command in to your terminal)
Quote:
sudo dpkg -i --force-architecture DraftSight.deb
Press enter and enter your password if asked

Hope this will work for you, too!
__________________