The Following 4 Users Say Thank You to cool_guy For This Useful Post: | ||
![]() |
2008-02-27
, 12:39
|
|
Posts: 159 |
Thanked: 21 times |
Joined on Jan 2008
@ Houston, texas
|
#2
|
![]() |
2008-02-27
, 20:08
|
|
Posts: 159 |
Thanked: 21 times |
Joined on Jan 2008
@ Houston, texas
|
#3
|
![]() |
2008-03-06
, 22:47
|
Posts: 35 |
Thanked: 10 times |
Joined on Oct 2007
|
#4
|
![]() |
2008-03-07
, 17:37
|
Posts: 16 |
Thanked: 3 times |
Joined on Feb 2008
|
#5
|
![]() |
2008-03-16
, 15:27
|
Posts: 35 |
Thanked: 10 times |
Joined on Oct 2007
|
#6
|
![]() |
2008-03-16
, 15:41
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
![]() |
2008-03-16
, 17:29
|
|
Posts: 159 |
Thanked: 21 times |
Joined on Jan 2008
@ Houston, texas
|
#8
|
Here is a small howto for those who don't know what I meant above.
Intro:
Apt is a Debian package management system and os2008 is of course Debian based. The Application Manager is a front end to apt. Apt does all the installation but in difference to the graphical counterpart it doesn't complain as much.
Here it goes:
1. Check that you have the repository.
Open Application Manager. In the menu go Tools -> Application catalogue.
If you attempted to intall it earlier than you should find gjiten catalogue in the list,
else add it manually. It should contain:
Name: gjiten (you can choose any)
Web address: http://gjiten.garage.maemo.org
Distribution: chinook
Components: user
Close and let it refresh if it asks too.
2. Install becomeroot package http://eko.one.pl/maemo/dists/bora/u....1-2_armel.deb
using the aplication manager.
3. Close aplication manager and open xterm (in Utilities menu).
Become root with:
sudo gainroot
Install gjiten with:
apt-get install gjiten
After executing this command you need to agree with all questions by entering 'y'.
If that succeeded then you have gjiten installed and should find it in the menu with other apps.
A couple hints on using apt.
To search for packages use command:
apt-cache search name
where name is what you look for.
To refresh to package list:
apt-get update
I hope that helps.