Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,466 times | Joined on Jan 2010 @ Australia Mate
#1
Is there a Midnight Commander Equivalent for the N9?

A file editor with root privileges. ??

Thanks
 
babraq's Avatar
Posts: 95 | Thanked: 166 times | Joined on May 2011
#2
Try package for Fremantle. I wanted NMap for Harmattan and package for Fremantle worked just fine. And if you want editor with root privilegies, just start terminal, devel-su for getting root and use your favorite editor.
__________________
The best flashlite/torch application(?)

Happy owner of N9, the last Nokia smartphone.
 

The Following 2 Users Say Thank You to babraq For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,466 times | Joined on Jan 2010 @ Australia Mate
#3
MC wont install, thx anyway
 
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#4
Midnight Commander is available from the Rzr's repo for now. See:

http://forum.meego.com/showthread.php?t=4218
http://wiki.meego.com/N950_landing_p...t_Repositories

Do this as root:
Code:
echo 'deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free' > /etc/apt/sources.list.d/harmattan.list
echo 'deb http://repo.pub.meego.com/home:/rzr:/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/ ./' > /etc/apt/sources.list.d/rzr.list
apt-get update
apt-get install mc
Don't forget to enable installation from other sources in the settings. In the future it'll probably move to stable Meego community repo: (apps.formeego.org).

(Check though if http://harmattan-dev.nokia.com/ repo is already enabled or not. In my case it was not enabled by default).

Also, maintainers are welcome for community packages, such as boost and so on.

Last edited by shmerl; 2011-11-03 at 16:10.
 

The Following User Says Thank You to shmerl For This Useful Post:
Posts: 2,076 | Thanked: 3,267 times | Joined on Feb 2011
#5
Not sure if equivalent as haven't used it yet, but also a console-mode file manager got ported just recently - VFU (http://talk.maemo.org/showthread.php?t=79563), no idea if it has all features of MC, but might run on Hrmattan.
 
www.rzr.online.fr's Avatar
Posts: 1,345 | Thanked: 1,857 times | Joined on Jan 2009 @ fr/35/rennes
#6
Hi

thx for mentionning my repo I confirm mc can be used , hint use the escape key :-)

filebox seems a better finger friendly tool
__________________
Current obsession:

https://abandonware.github.io/

Please help to list all maemo existing apps :

https://github.com/abandonware/aband...ment-578143760

https://wiki.maemo.org/Apps#

I am looking for " 4 inch TFT LCD display screen " for Nokia n950 HandSet

http://rzr.online.fr/q/lcd


Also, I need online storage to archive files :

http://db.tt/gn5Qffd6#

https://my.pcloud.com/#page=register...e=g8ikZmcfEJy#
 
Posts: 135 | Thanked: 158 times | Joined on Sep 2009 @ Germany
#7
Moin.

Any ideas ?

Code:
BusyBox v1.19.0.git (MeeGo 3:1.19-8+0m6) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # echo "deb http://repo.pub.meego.com/home:/rzr%3a/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard ./" 
| tee /etc/apt/sources.list.d/home-rzr-harmattan.list
deb http://repo.pub.meego.com/home:/rzr%3a/harmattan/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard ./
~ # apt-get update
Hole:1 exec:////usr/bin/osa --packages
OK   https://downloads.maemo.nokia.com ./ Release.gpg                      
Ign http://sheerwater.co.nz harmattan Release.gpg
Ign https://downloads.maemo.nokia.com ./ Translation-de
OK   https://downloads.maemo.nokia.com ./ Release.gpg
Ign http://sheerwater.co.nz harmattan/main Translation-de
Ign https://downloads.maemo.nokia.com ./ Translation-de
OK   https://downloads.maemo.nokia.com ./ Release.gpg   
Ign http://repo.pub.meego.com ./ Release.gpg            
Ign http://repo.pub.meego.com ./ Translation-de         
Ign https://downloads.maemo.nokia.com ./ Translation-de
OK   https://downloads.maemo.nokia.com ./ Release   
OK   https://downloads.maemo.nokia.com ./ Release   
OK   https://downloads.maemo.nokia.com ./ Release                       
OK   http://sheerwater.co.nz harmattan Release                          
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Hole:2 http://repo.pub.meego.com ./ Release [517B]
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://sheerwater.co.nz harmattan/main Packages/DiffIndex
Ign https://downloads.maemo.nokia.com ./ Packages/DiffIndex
Ign http://repo.pub.meego.com ./ Packages/DiffIndex
OK   https://downloads.maemo.nokia.com ./ Packages
OK   https://downloads.maemo.nokia.com ./ Packages  
OK   https://downloads.maemo.nokia.com ./ Packages                                                                           
OK   http://sheerwater.co.nz harmattan/main Packages                                                                         
Hole:3 http://repo.pub.meego.com ./ Packages [448kB]                                                                         
Es wurden 520kB in 14s geholt (35.7kB/s)                                                                                     
Updating desktop entries... Done
Paketlisten werden gelesen... Fertig
~ # apt-get install mc
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut       
Status-Informationen einlesen... Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder dass, wenn Sie die
Unstable-Distribution verwenden, einige erforderliche Pakete noch nicht
erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben nicht-erfüllte Abhängigkeiten:
  mc: Hängt ab: libslang2 (>= 2.0.7-1) ist aber nicht installierbar
E: Kaputte Pakete
~ #
 
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#8
Did you enable the main Harmattan repo first? I.e.

Code:
echo 'deb http://harmattan-dev.nokia.com/ harmattan/sdk free non-free' > /etc/apt/sources.list.d/harmattan.list
 

The Following 2 Users Say Thank You to shmerl For This Useful Post:
Posts: 135 | Thanked: 158 times | Joined on Sep 2009 @ Germany
#9
My bad, sorry.

Thanks
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 11:03.