Notices


Reply
Thread Tools
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#1
I know it is availabe via easy debian, but I don't see it in app manager or via apt_cache search.

No way to get this very usefull linux command?
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#2
the program seems live in the SDK repo

http://maemo.org/packages/view/screen/
 

The Following User Says Thank You to timoph For This Useful Post:
clasificado's Avatar
Posts: 466 | Thanked: 180 times | Joined on Feb 2010
#3
take in account that the sdk repo isnt optified.

For something small like screen, is not a problem.

But dont get used to that repo, or you could have a full rootfs in no time
 

The Following User Says Thank You to clasificado For This Useful Post:
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#4
thanks guys I tried adding these to repos at the bottom of this file...

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-devel fremantle free non-free
deb http://repository.maemo.org/extras-testing fremantle free non-free
deb http://my.arava.co.il/~matan/repo/binary/ ./
deb http://moff.mozilla.com/latest/maemo/multi/ chinook release
deb http://download.videolan.org/pub/videolan/maemo fremantle free
deb http://repository.maemo.org/ fremantle/sdk free non-free
deb-src http://repository.maemo.org/ fremantle/sdk free
deb http://repository.maemo.org/ fremantle/tools free non-free
deb-src http://repository.maemo.org/ fremantle/tools free
deb http://repository.maemo.org/ fremantle/<token-code> nokia-binaries

hildon-application-manager.list (END)

then I run this (after running apt-get update)

Nokia-N900:/etc/apt/sources.list.d# apt-get install screen
Reading package lists... Done
Building dependency tree
Reading state information... Done
screen is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
screen: Depends: libncursesw5 (>= 5.7-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Nokia-N900:/etc/apt/sources.list.d#

so I run this and see a similar package...do I remove it and try installing the above one or will I wreck my system? am I doing this correctly to get screen installed?

Nokia-N900:/etc/apt/sources.list.d# dpkg -l | grep -i libncu
ii libncurses5 5.7+20081213-1.maemo1+0m5 Shared libraries for terminal handling
Nokia-N900:/etc/apt/sources.list.d#
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#5
you could try installing the package with dpkg (ignoring the deps) along with the other ncurces package to see if the packages are the same. Having said that I think the best solution would be to package screen and possible needed deps into extras-devel (safer option than the sdk repo).

in anycase I wouldn't recommend adding the sdk repo into the device's sources.list. Enabling it might cause you hard to fix problems.
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#6
Try apt-get install libncursesw5
 
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#7
thanks much it worked....would it be smart to comment out those repos now?
 
clasificado's Avatar
Posts: 466 | Thanked: 180 times | Joined on Feb 2010
#8
yes. if you have a problem someday, and you come here with those repos enabled, everything will be harder
 
Posts: 415 | Thanked: 732 times | Joined on Jan 2009 @ Finland
#9
oh. forgot that apt on the device isn't that good in installing deps. I usually just append the packages needed to the install script. e.g apt-get install screen libncursesw5

and yep I'd recommend commenting out the sdk repos.
 
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#10
Originally Posted by extendedping View Post
Code:
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Big hint there. Doesn't anyone read error messages any more?
 
Reply


 
Forum Jump


All times are GMT. The time now is 15:52.