|
|
2010-09-27
, 10:25
|
|
Posts: 195 |
Thanked: 102 times |
Joined on Feb 2010
@ Vancouver, Canada
|
#22
|
It shouldn't but could..
If you try
1. sudo gainroot
2. apt-get install leafpad
and gets an error post it here.. Post the fapman log too.
And
1. leafpad /etc/apt/sources.list.d/hildon-application-manager.list
|
|
2010-09-27
, 10:34
|
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#23
|
| The Following User Says Thank You to AlMehdi For This Useful Post: | ||
|
|
2010-09-27
, 10:42
|
|
Posts: 195 |
Thanked: 102 times |
Joined on Feb 2010
@ Vancouver, Canada
|
#24
|
And this?
leafpad /etc/apt/sources.list.d/hildon-application-manager.list
|
|
2010-09-27
, 10:52
|
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#25
|

| The Following User Says Thank You to AlMehdi For This Useful Post: | ||
|
|
2010-09-27
, 10:57
|
|
Posts: 195 |
Thanked: 102 times |
Joined on Feb 2010
@ Vancouver, Canada
|
#26
|
Ohh.. sorry. You do not have leafpad installed.. of cource
Try:
cat /etc/apt/sources.list.d/hildon-application-manager.list
|
|
2010-09-27
, 11:07
|
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#27
|
| The Following User Says Thank You to AlMehdi For This Useful Post: | ||
|
|
2010-09-27
, 11:25
|
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#28
|
the output is:
/home/user # cat /etc/apt/sources.list.d/hildon-application-manager.list
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-devel fremantle free non-free
deb http://repository.maemo.org/extras-testing/ fremantle free non-free
deb http://moff.mozilla.com/ chinook release
deb http://moff.mozilla.com/maemo/multi/ chinook release
deb http://moff.mozilla.com/latest-beta/maemo/multi/ chinook release
deb http://repository.sygic.com/maemo/ fremantle non-free
deb http://codex.xiaoka.com/apt/ fremantle-1.2 free non-free
deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free
/home/user #
sudo gainroot [enter] cp /etc/apt/sources.list.d/hildon-application-manager.list /etc/apt/sources.list.d/hildon-application-manager.list.backup [enter] echo "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-1.2 free non-free deb http://repository.maemo.org/extras-devel fremantle free non-free deb http://repository.maemo.org/extras-testing/ fremantle free non-free deb http://moff.mozilla.com/ chinook release deb http://moff.mozilla.com/maemo/multi/ chinook release deb http://moff.mozilla.com/latest-beta/maemo/multi/ chinook release deb http://repository.sygic.com/maemo/ fremantle non-free deb http://codex.xiaoka.com/apt/ fremantle-1.2 free non-free deb http://repository.maemo.org/extras/ fremantle-1.2 free non-free" > /etc/apt/sources.list.d/hildon-application-manager.list [enter]
|
|
2010-09-27
, 11:31
|
|
Posts: 195 |
Thanked: 102 times |
Joined on Feb 2010
@ Vancouver, Canada
|
#29
|
You should have 9 lines left after editing it..
To edit it you could use Vi.
1. vi /etc/apt/sources.list.d/hildon-application-manager.list
2. i (to start editing)
3. edit by removing the lines that are doubletts
4. Esc (in the bottom of xterm)
5. :wq (to save and quit)

|
|
2010-09-27
, 11:47
|
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#30
|
how do i delete the empty lines? backspacing doesn't delete them; is it okay to have blank lines? here's how it looks:
i have also just tried application manager with this change, and it still says "Operation Failed." Is a reboot required, or what should i do next?
| The Following User Says Thank You to AlMehdi For This Useful Post: | ||
--- 2010-09-27 04:21:10 ---
Start reading package lists
--- 2010-09-27 04:21:24 ---
Finished reading package lists
--- 2010-09-27 04:21:24 ---
Start fetching package dates
--- 2010-09-27 04:21:24 ---
need to fetch date for 0 packages
--- 2010-09-27 04:21:24 ---
sent 0 requests, received 0 replies with 0 errors
--- 2010-09-27 04:21:24 ---
Finished fetching package dates
--- 2010-09-27 04:21:36 ---
/usr/bin/apt-get -qsy --allow-unauthenticated -o Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o Dir::State::lists=/opt/fapman-cache/lists -o Dir::Etc::sourceparts="" --auto-remove install transitioncontrol
--- 2010-09-27 04:22:05 ---
Output from last process:
---
Reading package lists...
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.2/free Packages (/opt/fapman-cache/lists/repository.maemo.org_extras_dists_fremantle-1.2_free_binary-armel_Packages)
W: Duplicate sources.list entry http://repository.maemo.org fremantle-1.2/non-free Packages (/opt/fapman-cache/lists/repository.maemo.org_extras_dists_fremantle-1.2_non-free_binary-armel_Packages)
W: You may want to run apt-get update to correct these problems
E: Invalid record in the preferences file, no Package header
Last edited by excelar8; 2010-09-27 at 10:51.