|
2010-08-24
, 14:33
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#322
|
OK since I am not familier with linux command can you tell me how can I browse this data folder in XTerminal Console?
sudo gainroot apt-get update apt-get install libqtm-contacts mycontacts
|
2010-08-25
, 05:06
|
Posts: 215 |
Thanked: 27 times |
Joined on Jul 2010
|
#323
|
Let's try step by step:
Option #1: use application manager (extras version)
Just start application manager, hit the update button, select "download" and find mycontacts. It is by far the easiest way and it will install all the missing dependencies (libqtm-contacts). The one downside is that it will install an old version but should be your first attempt anyway.
Option #2: use application manager but install the latest version
You will need to enable extras-testing or extras-devel on the application manager and follow the same steps of option #1.
Option #3: apt-get
1. using the application manager install "rootsh"
2. start the x-terminal (you will find an icon for it on the applications menu)
3. type each one of the lines on the code section bellow followed by the enter key:
The option #3 will install the old version or the latest version depending on what repositories you have enabled. The latest version it is not on extras yet so you can only install it if you have extras-testing or extras-devel enabled during the the process.Code:sudo gainroot apt-get update apt-get install libqtm-contacts mycontacts
After you get libqtm-contacts installed using any of the 3 options you should be able to download and install the latest deb file as described by eitama earlier on this thread (even if you have disabled the extras-testing and extras-devel).
Hope this helps.
|
2010-08-25
, 12:43
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#324
|
OK thanks. I ran the 3rd option. First 2 commands were executed successfully, but when I rain the 3rd command
1) Reading package list is successful
2) reading state information is successful
but in the end it says, "Could;nt find package my contacts"
I ran the first option also, but mycontacts is not there in the list of App Managers yet
apt-get install libqtm-contacts
|
2010-08-25
, 12:57
|
Posts: 215 |
Thanked: 27 times |
Joined on Jul 2010
|
#325
|
The "mycontacts" package is now on all 3 extras repositories (extras, extras-testing, extras-devel) - unless your application manager is just not getting updates you should find one if you have any of the 3 enabled.
Please repeat the process but replace the last line with:
If it works you should be able to install mycontacts using the deb package you downloaded by double clicking on it on the file manager. If it fails we will know for sure that there is a problem with your "repositories" settings/application manager.Code:apt-get install libqtm-contacts
|
2010-08-25
, 13:02
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#326
|
Thanks once again, this time when i ran this command it asked, "Install package without verification", I clicked on yes and then in the end it displayed this error message "unable to fetch some archives, maybe run apt-get update or try with fixing"
deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./ deb https://downloads.maemo.nokia.com/fremantle/ssu/002 ./ deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./ deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free deb http://repository.maemo.org/extras-testing/ fremantle free non-free deb http://repository.maemo.org/extras-devel/ fremantle free non-free
|
2010-08-25
, 13:08
|
Posts: 215 |
Thanked: 27 times |
Joined on Jul 2010
|
#327
|
Can you post the contents of the file /etc/apt/sources.list.d/hildon-application-manager.list ?
Mine looks like this:
I assume (hope) we will spot something odd with yours.Code:deb https://downloads.maemo.nokia.com/fremantle/ssu/apps/ ./ deb https://downloads.maemo.nokia.com/fremantle/ssu/002 ./ deb https://downloads.maemo.nokia.com/fremantle1.2/ovi/ ./ deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free deb http://repository.maemo.org/extras-testing/ fremantle free non-free deb http://repository.maemo.org/extras-devel/ fremantle free non-free
Felipe
|
2010-08-25
, 13:13
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#328
|
cp /etc/apt/sources.list.d/hildon-application-manager.list \ /home/user/MyDocs/ham.txt
|
2010-08-25
, 13:50
|
Posts: 54 |
Thanked: 0 times |
Joined on Nov 2009
@ Cornwall
|
#329
|
|
2010-08-25
, 14:07
|
|
Posts: 722 |
Thanked: 1,223 times |
Joined on Apr 2010
@ USA
|
#330
|
Hi, I have tried following the steps above but when I do the revised third step nothing happens, should a download launch or is the file automatically saved ?
Rob
OK since I am not familier with linux command can you tell me how can I browse this data folder in XTerminal Console?