The Following 61 Users Say Thank You to rcolistete For This Useful Post: | ||
ajalkane, amandalam, beobachter, billranton, borghal, ck2nb, cloudbuster, CLRS530, cy8aer, etam, fasza2, Feathers McGraw, Flynx, fw190, gerbick, ggabriel, hhbbap, icke, J4ZZ, javispedro, jellyroll, Jordi, jule, Kaacz, Kabouik, Karza, kinchan, lal, maluka, manu027, Markkyboy, MartinK, max_power, mbo, mced, mdengler, minimos, miqu, mrsellout, mscion, Naranek, OVK, pichlo, qwazix, Rauha, reinob, richardski, Schturman, shanttu, shmerl, sombrer0, sponka, szopin, tangent, TMavica, toebaer, trashin, xkkkx, zamorph, zlatko |
![]() |
2013-12-15
, 20:38
|
Posts: 1,248 |
Thanked: 3,824 times |
Joined on May 2011
@ Brazil
|
#3
|
![]() |
2013-12-15
, 20:46
|
Posts: 1,291 |
Thanked: 2,259 times |
Joined on May 2011
|
#4
|
![]() |
2013-12-17
, 15:09
|
Posts: 2,076 |
Thanked: 3,262 times |
Joined on Feb 2011
|
#5
|
The Following 2 Users Say Thank You to szopin For This Useful Post: | ||
![]() |
2013-12-17
, 16:44
|
|
Posts: 1,055 |
Thanked: 4,106 times |
Joined on Oct 2009
@ Norway
|
#6
|
wget would be nice too, in the meantime binary attached (might need 'pkcon install gnutls' for ssl, not sure)
![]() |
2013-12-21
, 06:13
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2010
|
#8
|
![]() |
2013-12-21
, 06:39
|
|
Posts: 4,506 |
Thanked: 3,870 times |
Joined on Oct 2007
@ Bulgaria
|
#9
|
No, even with mer-tools enabled.
In OpenRepos.net there is Midnight Commander for MeeGo Harmattan only.
![]() |
2013-12-22
, 11:23
|
Posts: 10 |
Thanked: 13 times |
Joined on Nov 2013
|
#10
|
Tested on Sailfish port @ Nokia N9.
Set the Developer Mode in Sailfish Settings : choose a password, leave "Allow developer updates" not selected, save. So now you have Terminal and remote connection (via "ssh nemo@<ip-number>").
The pkcon command has many options, see here some documentation.
1) (Don't work on recent Sailfish versions) Jolla file manager, use Terminal to install using pkcon :
$ pkcon install jolla-fileman
This file manager seems to be in alpha/beta state until now (15/12/2013).
There are other file browsers in Jolla Store (File Browser, Cargo Dock) and Warehouse (Filetug).
2) nano text editor to be used inside Teminal :
$ pkcon install nano
3) zypper tool, to complement pkcon :
$ pkcon install zypper
But zypper can't be used at same time with Jolla Store. See some zypper documentation, and zypper cheat sheet (page 1 and 2).
4) programming languages are available and simple to install :
gcc 4.6.4 (with gcc-c++, gcc-objc, gcc-objc++), perl 5.16.1 (already installed), ruby 1.9.3, tcl 8.5.8, tcl/tk 8.5.12 (with mer-tools repository), vala (0.16), etc. For example :
4.a) Python 2.7.5 :
$ pkcon install python
4.b) C/C++ (gcc/g++ 4.6.4) :
$ pkcon install gcc gcc-c++
Yeah, you can compile C/C++ code and run .o objects at CLI. No Harmattan aegis limitations anymore
5) additional softwares in mer-tools repository, e.g. :
dosfstools, emacs, git, htop, less, mtools, parted, powertop, rsync, ruby 1.9.3, strace, sudo, tcl/tk 8.5.12, zsh.
First enable the repository by entering root (with Developer Mode password) :
$ devel-su
# ssu ar mer-tools
# ssu ur
$ pkcon refresh
Now you can install, for example :
$ pkcon install htop less powertop
htop creates an icon which doesn't work, but inside Terminal it is ok.
6) OpenRepos.net via Warehouse client has many CLI softwares. NielDK published more than one hundred : apache, bash 4.3, cpufrequtils, imagemagick, lynx, mc (Midnight Commander), php, qemu, screen, wget, etc.
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
2 Jolla 1, Jolla C, Jolla Tablet. 2 Nokia N9. Nexus 4 with Sailfish. Nokia N900 & N810.
Last edited by rcolistete; 2014-06-10 at 23:57. Reason: Comments about file browser, added citation about OpenRepos.net