
Apabila rekan-rekan ingin menggunakan repository tidak resmi dari joomla, maka tambahkan entry berikut ke /etc/apt/sources.list :
deb http://ubuntu.nad.go.id/repo/debian etch local
Jangan lupa untuk meng-update indeks paket setelah memodifikasi sources.list :
# apt-get update
Apabila diinginkan, paket Joomla juga bisa dicari dengan apt-cache :
# apt-cache search joomla
joomla - Cutting Edge Content Management (http://joomla.org)
Untuk informasi lebih detail dari paket Joomla, maka apt-cache show dapat digunakan :
# apt-cache show joomla
Package: joomla
Version: 1.5.3
Architecture: all
Maintainer: Nur Aini Rakhmawati
Installed-Size: 23576
Depends: apache2 | httpd, debconf (>= 1.2.0), mysql-client | virtual-mysql-client, php5, php5-gd, php5-mysql, wwwconfig-common (>= 0.0.37)
Recommends: mysql-server
Filename: pool/etch/local/joomla/joomla_1.5.3_all.deb
Size: 3523616
MD5sum: 2de282adabbe3e439e3aec9238902c8f
Section: web
Priority: extra
Description: Cutting Edge Content Management (http://joomla.org)
Joomla! is one of the most powerful Open Source Content Management Systems on the planet. It is used all over the world for everything from simple websites to complex corporate applications. Joomla! is easy to install, simple to manage, and reliable.
Instalasi dapat dilakukan dengan menggunakan perintah berikut :
# apt-get install joomla
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
wwwconfig-common
Suggested packages:
postgresql-client apache apache-ssl
The following NEW packages will be installed:
joomla wwwconfig-common
0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
Need to get 3545kB of archives.
After unpacking 24.4MB of additional disk space will be used.
Do you want to continue [Y/n]?
semoga bermanfaat...