Ubuntu dapper id
From
Panduan tidak resmi Ubuntu 6.06 (Dapper Drake)
Panduan ini http://ubuntuguide.org/ dimulai oleh Chua Wen Kiat (Kuala Lumpur, Malaysia). Yang Sekarang dimaintain oleh Linux Center Universitas Latvia, dan semua orang lain yang mau ikut berkontribusi
Kontributors: Orvils, Quash, Manicka, Jiyuu0, Cargo, Byte, krampo, Simos, Stubby, eljaco, shai, ThunderM, Hasile, adammichaelroach, Belisarivs...
Panduan ini dapat didiskusikan pada official UbuntuGuide.org Forum at ubuntuforums.org. Berhenti sejenak dan ikut serta dalam diskusi.
Sayangnya, dikarenakan wiki-vandalism, hanya user terdaftar yang dapat mengedit wiki ini, dan hanya user terdaftar yang dapat membuatkan kamu sebuah account. Jika kamu berharap untuk bergabung dan membantu, beritahukan kepada saya [ orvils _at_ gmail _dot_ com ]. Jangan lupa untuk memberitahukan username yang kamu mau.
Versi yang lebih lama: Ubuntu 5.10 (Breezy Badger)
| Translasi: | Português • Português do Brasil • Bulgarian • Bangla • 中文 • Česky • English • Filipino • Français • German • Italiano • Nederlands • Norsk • Suomi • Polski• Lietuviškai• Español • Română • Indonesian • Türkçe • Русский • Persian • 日本語 (翻訳中) | edit |
Catatan Umum
- Ini adalah Panduan Permulaan Tidak Resmi Ubuntu 6.06 (Dapper Drake). Yang tidak diasosiasikan dengan Ubuntu dan Canonical Ltd.
- Panduan ini dapat didiskusikan pada Situs Resmi UbuntuGuide.org Forum at ubuntuforums.org. Berhenti sejenak dan bergabunglah dalam diskusi.
- Panduan ini diujicoba pada instalasi penuh dari Ubuntu 6.06 x86 Install CD (Dapper Drake)
- Jika kamu menjumpai box biru, ini berarti kamu harus mengeksekusi perintah dalam mode Terminal (Applications -> System Tools -> Terminal) atau gunakan content dari box itu seperti yang dijelaskan dalam beberapa instruksi lainnya.
- Untuk mengurangi kesalahan ketik, copy dan paste command kedalam Terminal mode (klik knan pada command -> "Copy" atau "Paste". Kamu juga bisa menggunakan Ctrl+C untuk copy dan Shift+Insert untuk pastenya)
- "sudo" berarti superuser do. "sudo" akan meminta prompt untuk "Password:". Tolong masukkan password user
- Jika kamu menginginkan informasi lebih tentang perintah/command yang ada, mudah saja lihat pada halaman manualnya menggunakan perintah "man". Sebagai contoh, "man sudo" akan menampilkan manual page untuk perintah "sudo".
- Jika kamu lelah mengetikkan "apt-get" setiap waktu, Baca #How to apt-get the easy way (Synaptic)
- "apt-get" dan "wget" membutuhkan koneksi Internet untuk menginstall/update/download program
- Untuk mendownload file, klik kanan pada link -> Pilih "Save Link As..." -> Pastikan nama file dan exstensinya benar
- Jika kamu harap untuk membanu menterjemahkan Ubuntu kebahasa asal kamu atau sebaliknya kunjungi https://launchpad.net/
- Biarkan semangat "humanity to others" selalu bersama kamu...
- Jika kamu menggunakan Kubuntu kamu tidak membutuhkan untuk menginstall Gedit lagi, karena sekarang sudah ada link symbolic dari "gedit" ke "kate", jadi kamu dapat menggunakan semua perintah/command dibawah tanpa ada masalah. Lagi pula, kalau kamu mau menggunakan gedit sebagai editor kamu, lakukan:
sudo apt-get install gedit
- Jika perintah/command "gedit" (symbolic link) tidak bekerja, kamu dapat juga membuatkannya:
sudo ln -s /usr/bin/kate /usr/bin/gedit
- Jika kamu menggunakan versi 64-bit gantikan setiap "i386" dengan "amd64"
Sebagai Permulaan
Apakah itu Ubuntu
Apa yang baru dalam Ubuntu 6.06 Dapper Drake
Dimana melihat screenshots / screencast Ubuntu
- http://shots.osdir.com/slideshows/slideshow.php?release=659&slide=4&title=ubuntu+6.06+screenshots
- http://www.phoronix.com/scan.php?page=article&item=481&num=1
- Video
- http://osvids.com/files/page3-1034-pop.html
- http://osvids.com/files/page3-1035-pop.html
- http://osvids.com/files/page3-1036-pop.html
Dimana melihat screenshots / screencast Kubuntu
- http://shots.osdir.com/slideshows/slideshow.php?release=662&slide=4&title=kubuntu+6.06+screenshots
- http://www.phoronix.com/scan.php?page=article&item=320&num=1
- Video
http://osvids.com/files/page3-108-pop.html
Dimana mencari daftar semua program/libraries yang datang bersama Ubuntu
- Hasil dari dpkg -l: Disini
- http://packages.ubuntu.com/dapper
- http://distrowatch.com/table.php?distribution=ubuntu
Dimana untuk mendownload Ubuntu
Dimana memesan CD Ubuntu yang sepenuhnya BEBAS/FREE
Tolong dicatat bahwa pengiriman CD akan memakan waktu empat sampai enam minggu untuk dikirimkan. Kamu dibolehkan untuk mengcopy, memodifikasi, dan mendistribusikan ulang disknya sebanyak yang kamu bisa.
Dimana menemukan pertolongan untuk Ubuntu
- Lihat: System -> Help -> System Documentation
- Website Dokumentasi Resmi
- Dokumentasi Pengguna Resmi (wiki)
- Fasilitas Penyimpanan Dokument Ubuntu
- Mailing Lists
- Forum Web
- Channel IRC
Dimana tempat untuk melihat program baru
Dimana tempat untuk melihat element style/gaya untuk desktop kamu
Repositori
Bagaimana cara menambahkan extra repositori
- Baca #Catatan Umum
- Kamu juga dapat menambahkan extra repositori menggunakan Synaptic Package Manager. User baru dapat lebih mudah (user-friendly) menambahkan extra repositori menggunakan Package Manager. Apabila kamu ikuti link diatas, kamu tidak perlu mengikuti sisa dari tip dibawah.
sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup sudo gedit /etc/apt/sources.list
- Gantikan semuanya dengan baris dibawah
- Untuk menggunakan mirror lokal sendiri, kamu dapat menambahkan "cc." sebelum archive.ubuntu.com (cc = country code anda)
- e.g. deb http://lv.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
## Tambahkan comment (##) didepan setiap baris untuk mengeluarkannya dari pilihan. ## Pengunaan sources.list dibawah atas resiko anda sendiri. deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse ## MAJOR BUG FIX UPDATES produced after the final release deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse ## UBUNTU SECURITY UPDATES deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse ## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse ## PLF REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.) deb http://packages.freecontrib.org/plf dapper free non-free deb-src http://packages.freecontrib.org/plf dapper free non-free ## CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu ## servers. RealPlayer10, Opera and more to come.) deb http://archive.canonical.com/ubuntu dapper-commercial main
- Simpan file yang telah diubah
sudo apt-get update
- Kamu juga dapat membuat sources.list sendiri dan temukan repositori lainnya di : http://www.ubuntulinux.nl/source-o-matic
- Kamu juga dapat gantikan sources.list kamu dengan list yang sangat lengkap ini: sources.list (yakinkan untuk menggantikan "it" dari "it.archive.ubuntu.com" dengan country code kamu sendiri. Gunakan dengan resiko sendiri.
- Merubah sources.list default Ubuntu hanya jika kamu mengetahui apa yang akan kamu lakukan. Mencampurkan repos dapat menyebabkan kerusakan.
Ubuntu Updates
Bagaimana Cara mengupdate Ubuntu secara manual
sudo apt-get update sudo apt-get upgrade
ATAU
Gunakan Update Manager: System -> Administration -> Update Manager
Add-On Applications
Bagaimana Cara menggunakan Easy Ubuntu
- Baca #Catatan Umum
- Easy Ubuntu adalah utiliti straight-forward kecil yang membolehkan user baru agar dapat dengan mudah menginstall bermacam-macam variasi content untuk Ubuntu seperti media codecs, fonts, Macromedia Flash dan Sun Java.
wget http://easyubuntu.freecontrib.org/files/easyubuntu-3.021.tar.gz tar -zxf easyubuntu-3.021.tar.gz cd easyubuntu sudo python easyubuntu.in
- Dari window Easy Ubuntu, check box yang tepat untuk mendownload dan menginstall content ke Ubuntu.
- Catatan: Pengguna versi EasyUbuntu 3.0 sebelumnya mungkin berpengalaman dalam menginstall Flash and Java.
Bagaimana cara menginstall Clipboard Daemon untuk GNOME
- Baca #Catatan Umum
wget -c http://easylinux.info/uploads/gnome-clipboard-daemon-1.0.bin.tar.bz2 sudo tar jxvf gnome-clipboard-daemon-1.0.bin.tar.bz2 -C /usr/bin/ sudo chown root:root /usr/bin/gnome-clipboard-daemon sudo chmod 755 /usr/bin/gnome-clipboard-daemon sudo gnome-clipboard-daemon & export EDITOR=gedit && crontab -e
- Tambahkan baris berikut pada akhir file
@reboot gnome-clipboard-daemon
- Simpan file yang telah diedit
Bagaimana cara menginstall J2SE Runtime Environment (JRE) dengan Plug-in untuk Mozilla Firefox
sudo apt-get install sun-java5-jre sun-java5-plugin
- Jika ditanya, jawab agree with DLJ license terms.
- Untuk konfigurasi J2SE sebagai default JVM (diperlukan untuk program-program seperti Frostwire, RSSOwl dan sebagai plugin untuk Mozilla Firefox):
sudo update-alternatives --config java
Lalu pilih option yang berkorespondensi dengan J2SE.
Bagaimana cara menginstall Flash Player (Macromedia Flash) Plug-in untuk Mozilla Firefox
sudo apt-get install flashplugin-nonfree sudo update-flashplugin
- Restart Mozilla Firefox
Bagaimana cara menginstall PDF Reader (Adobe Reader) dengan Plug-in untuk Mozilla Firefox
sudo apt-get install acroread sudo apt-get install mozilla-acroread sudo apt-get install acroread-plugins
- Baca #Bagaimana cara merefresh GNOME panel
- Applications -> Office -> Adobe Reader
- Restart Mozilla Firefox
Bagaimana cara menginstall Download Manager (Downloader untuk X)
sudo apt-get install d4x
- Baca #Bagaimana cara merefresh GNOME panel
- Applications -> Internet -> Downloader for X
Bagaimana cara menginstall FTP Client (gFTP)
sudo apt-get install gftp
- Read #Bagaimana cara merefresh GNOME panel
- Applications -> Internet -> gFTP
Bagaimana cara menginstall File share utility (DC++)
- Baca #Catatan Umum
wget -c http://easylinux.info/uploads/linuxdcpp.tar.gz sudo tar zxvf linuxdcpp.tar.gz -C /opt sudo gedit /usr/share/applications/dcpp.desktop
- Masukkan baris dibawah ini kedalam file baru
[Desktop Entry] Encoding=UTF-8 Name=DC++ Exec=/opt/linuxdcpp/ldcpp Terminal=false Type=Application StartupNotify=true Icon=/opt/linuxdcpp/pixmaps/linuxdcpp.svg Categories=Application;Network;
- Simpan file yang telah diedit
- Applications -> Internet -> DC++
How to install P2P BitTorrent Client (Azureus)
- Read #General Notes
sudo apt-get install azureus
- Applications -> Internet -> Azureus
How to install P2P BitTorrent Client (Bittornado)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install bittornado sudo apt-get install bittornado-gui
- Applications -> Internet -> Bittornado Client
How to install P2P eMule Client (aMule)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install amule
- Read #How to refresh GNOME panel
- Applications -> Internet -> aMule
How to install P2P Gnutella Client (FrostWire)
- Read #General Notes
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://www.users.on.net/~stubby/FrostWire-4.10.9-2.i586.deb sudo dpkg -i FrostWire-4.10.9-2.i586.deb
- Applications -> Internet -> FrostWire
How to install Messenger (Skype)
- Read #General Notes
sudo gedit /etc/apt/sources.list
- Add the following lines at the end of file
## Repository for Skype deb http://download.skype.com/linux/repos/debian/ stable non-free
- Save the edited file
sudo apt-get update sudo apt-get install skype
- Applications -> Internet -> Skype
How to install WinPopup (LinPopUp)
- Read #General Notes
- Read #How to add extra repositories
- Read #How to install Samba Server for files/folders sharing service
sudo apt-get install linpopup sudo gedit /usr/share/applications/linpopup.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=LinPopUp Comment=LinPopUp Exec=linpopup Icon=/usr/share/pixmaps/linpopup.xpm Terminal=false Type=Application Categories=Application;Utility;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Accessories -> LinPopUp
How to install Multimedia Codecs
Stubby All known codecs work except for wmv
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install gstreamer0.10-ffmpeg sudo apt-get install gstreamer0.10-gl sudo apt-get install gstreamer0.10-plugins-base sudo apt-get install gstreamer0.10-plugins-good sudo apt-get install gstreamer0.10-plugins-bad sudo apt-get install gstreamer0.10-plugins-bad-multiverse sudo apt-get install gstreamer0.10-plugins-ugly sudo apt-get install gstreamer0.10-plugins-ugly-multiverse
How to install DVD playback capability
ironss: gstreamer dvd plugin is available as part of plugins-bad (or ugly?) and does not work reliably. However, Totem works with the xine backend to play back DVDs. This will keep you going until gstreamer gets dvd playback. Note that you do not have to install xine-ui or mplayer as suggested in
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install libdvdread3 sudo /usr/share/doc/libdvdread3/examples/install-css.sh sudo apt-get install totem-xine
Stubby: gstreamer dvd plugin not ported to dapper yet. following instructions will not work properly
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install libdvdcss2
How to install Multimedia Player (xine-ui)
- Read #General Notes
- Read #How to add extra repositories
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
sudo apt-get install xine-ui libxine-extracodecs
- Associate xine-ui to play multimedia files
gconftool-2 --type string --set /desktop/gnome/volume_manager/autoplay_dvd_command "xine dvd://" sudo rm -f /usr/share/applnk/Multimedia/xine.desktop sudo ln -fs /usr/share/xine/desktop/xine.desktop /usr/share/applications/ sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo sed -e 's/totem.desktop/xine.desktop/g' /usr/share/applications/defaults.list_backup > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> xine
How to install VLC Multimedia Player with plug-in for Mozilla Firefox
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install vlc vlc-plugin-* mozilla-plugin-vlc
- Applications -> Sound and Video -> VLC Media Player
How to install Multimedia Player (Mplayer) with plug-in for Mozilla Firefox
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install mozilla-mplayer
- Applications -> Sound and Video -> MPlayer Movie Player
How to install Multimedia Player (Totem) with Plug-in for Mozilla Firefox
- Read #General Notes
- Read #How to add extra repositories
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
sudo apt-get install totem-gstreamer-firefox-plugin
- Restart Mozilla Firefox
How to install Multimedia Player (XMMS)
sudo apt-get install xmms sudo apt-get install xmms-skins wget -c http://easylinux.info/uploads/xmms-wma_1.0.4-2_i386.deb sudo dpkg -i xmms-wma_1.0.4-2_i386.deb
- Associate XMMS to play MP3/M3U/WAV files
sudo cp /usr/share/applications/defaults.list /usr/share/applications/defaults.list_backup sudo cp /usr/share/applications/defaults.list /tmp/defaults.list_tmp sudo sed -e 's/audio\/mpeg=.*/audio\/mpeg=XMMS.desktop/g' /tmp/defaults.list_tmp > /tmp/defaults.mp3 sudo sed -e 's/audio\/x-mpegurl=.*/audio\/x-mpegurl=XMMS.desktop/g' /tmp/defaults.mp3 > /tmp/defaults.m3u sudo sed -e 's/audio\/x-wav=.*/audio\/x-wav=XMMS.desktop/g' /tmp/defaults.m3u > /tmp/defaults.list sudo mv /tmp/defaults.list /usr/share/applications/defaults.list sudo rm -f /tmp/defaults.*
- Read #How to refresh GNOME panel
- Read #How to refresh GNOME desktop
- Applications -> Sound & Video -> XMMS
How to install Multimedia Player (amaroK)
sudo apt-get install amarok
- Applications -> Sound & Video -> amaroK
How to install Multimedia Player (RealPlayer 10)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install realplay
- Note: 'realplay' installs RealPlayer 10 from PLF repository, which you should be enabled if you followed this guide. 'realplayer' installs RealPlayer 8 from multiverse.
- Applications -> Sound & Video -> RealPlayer 10
- It will also install all the necessary plugins automagically for it to view embedded real videos in Firefox
- To avoid issues of flickering or screen going blank when switching windows, goto
- RealPlayer 10 -> Tools -> Preferences -> Hardware -> Uncheck XVideo
How to install Stream Directory Browser (streamtuner)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install streamtuner sudo apt-get install streamripper
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> streamtuner
How to install Music Organizer (Cowbell)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install cowbell
- Applications -> Sound & Video -> Cowbell Music Organizer
How to install ID3 Tag Editor (EasyTAG)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install easytag
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> EasyTAG
How to install Video Editor (Kino)
sudo apt-get install kino sudo apt-get install kinoplus sudo apt-get install kino-timfx sudo apt-get install kino-dvtitler
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Kino Video Editor
How to install Audio Editor (Audacity)
sudo apt-get install audacity
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> Audacity
How to install DVD Ripper (dvd::rip)
- Read #General Notes
- Read #How to add extra repositories
- Read #How to install Multimedia Codecs
- Read #How to install DVD playback capability
- Read #How to install Multimedia Player (Totem) with Plug-in for Mozilla Firefox
- Read #How to install RAR Archiver (rar)
sudo apt-get install dvdrip sudo apt-get install vcdimager sudo apt-get install cdrdao sudo apt-get install subtitleripper sudo ln -fs /usr/bin/rar /usr/bin/rar-2.80 sudo gedit /usr/share/applications/dvdrip.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=dvd::rip Comment=dvd::rip Exec=dvdrip Icon=/usr/share/perl5/Video/DVDRip/icon.xpm Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> dvd::rip
How to install CD Ripper (Goobox)
sudo apt-get install goobox sudo rm -f /usr/share/applications/goobox.desktop sudo gedit /usr/share/applications/goobox.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=CD Player & Ripper Comment=Play and extract CDs Exec=goobox Icon=goobox.png Terminal=false Type=Application Categories=Application;AudioVideo;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> CD Player & Ripper
How to install Image Viewer (digiKam)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install digikam digikamimageplugins kipi-plugins
- Applications -> Graphics -> digikam
How to install Picasa image organizer
- Read #General Notes
sudo gedit /etc/apt/sources.list
- Add the following lines at the end of file
# Google Picasa for Linux repository deb http://dl.google.com/linux/deb/ stable non-free
- Save the edited file
sudo apt-get update sudo apt-get install picasa
- Applications -> Graphics -> Picasa
How to install Opera web browser
- Read #General Notes
sudo gedit /etc/apt/sources.list
- Add the following lines at the end of file
# The Opera web browser repopsitory deb http://deb.opera.com/opera etch non-free
- Save the edited file
sudo apt-get update sudo apt-get install opera
- Applications -> Internet -> Opera
- To get java working go to Tools->Preferences->Advanced->Content-> Check "Enable Java". Click the "Enable Java..." button enter "/usr/lib/jvm/java-1.5.0-sun/jre/lib/i386" (for sun java) in the new dialog and then click the "Validate Java Path" button.
How to install Email Client (Mozilla Thunderbird)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install mozilla-thunderbird
- Read #How to refresh GNOME panel
- Applications -> Internet -> Thunderbird Mail Client
How to install Newsreader (Pan)
- Read #General Notes
wget -c http://www.users.on.net/~stubby/pan_0.100_i386.deb sudo apt-get install libgmime2.1 sudo dpkg -i pan_0.100_i386.deb
- Read #How to refresh GNOME panel
- Applications -> Internet -> Pan Newsreader
How to install RSS/RDF/Atom Newsreader (RSSOwl)
- Read #General Notes
- Read #How to install J2SE Runtime Environment (JRE) with Plug-in for Mozilla Firefox
wget -c http://easylinux.info/uploads/rssowl_linux_1_1_3_bin.tar.gz sudo tar zxvf rssowl_linux_1_1_3_bin.tar.gz -C /opt/ sudo chown -R root:root /opt/rssowl_linux_1_1_3_bin/ sudo gedit /usr/bin/runRSSOwl.sh
- Insert the following lines into the new file
export MOZILLA_FIVE_HOME=/usr/lib/mozilla-firefox
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
cd /opt/rssowl_linux_1_1_3_bin/
./run.sh
- Save the edited file
sudo chmod +x /usr/bin/runRSSOwl.sh sudo gedit /usr/share/applications/RSSOwl.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=RSSOwl Comment=RSSOwl Exec=runRSSOwl.sh Icon=/opt/rssowl_linux_1_1_3_bin/rssowl.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Applications -> Internet -> RSSOwl
How to install Web Authoring System (Nvu)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install nvu sudo rm -f /usr/share/applications/nvu.desktop sudo gedit /usr/share/applications/nvu.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=Nvu Comment=Web Development Editor Exec=nvu Icon=nvu.xpm Terminal=false Type=Application Categories=Application;Network;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Internet -> Nvu
How to install Web Development Environment (quanta plus)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install quanta
- Applications -> Programming -> Quanta Plus
How to install Project Management Application (Planner)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install planner
- Read #How to refresh GNOME panel
- Applications -> Office -> Project Management
How to install Accounting Application (GnuCash)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install gnucash sudo rm -fr /usr/share/gnome/apps/Applications/ sudo gedit /usr/share/applications/GnuCash.desktop
- Insert the following lines into the new file
[Desktop Entry] Name=GnuCash Comment=GnuCash Personal Finance Exec=gnucash Icon=/usr/share/pixmaps/gnucash/gnucash-icon.png Terminal=false Type=Application Categories=Application;Office;
- Save the edited file
- Read #How to refresh GNOME panel
- Applications -> Office -> GnuCash
How to install Desktop Publishing Application (Scribus)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install scribus
- Read #How to refresh GNOME panel
- Applications -> Office -> Scribus
How to install Diagram Editor (Dia)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install dia-gnome
- Read #How to refresh GNOME panel
- Applications -> Graphics -> Dia
How to install Compiled HTML Help (CHM) Viewer (xCHM)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install xchm
- Read #How to refresh GNOME panel
- Applications -> Graphics -> xCHM
How to install CD/DVD Burning Application (GnomeBaker)
- Read #General Notes
- Read #How to add extra repositories
sudo apt-get install gnomebaker
- Read #How to refresh GNOME panel
- Applications -> Sound & Video -> GnomeBaker
