Latest firmware comes with screen version 4.00.03 - which does not support vertical split panes. Version 4.0.1 and above do. Opkg repo has version screen - 4.0.3-r1.5. But when I try to upgrade, the system will not let me:
The only thing I can think of is that the repo version dropped the leading zeros and is in fact the same as the run-time version.
Can someone make an updated screen command? While you're at it, I'd like to throw my vote in there that all of the CLI-love commands need to be true terminal commands for those of us who live SSH'ed into our Pandoras.
Randel
Code:
openpandora:~$ screen -version
Screen version 4.00.03 (FAU) 23-Oct-06
openpandora:~$ sudo opkg remove screen
Password:
Collected errors:
* print_dependents_warning: Package screen is depended upon by packages:
* print_dependents_warning: task-pandora-core
* print_dependents_warning: These might cease to work if package screen is removed.
* print_dependents_warning: Force removal of this package with --force-depends.
* print_dependents_warning: Force removal of this package and its dependents
* print_dependents_warning: with --force-removal-of-dependent-packages.
openpandora:~$ sudo opkg --force-depends remove screen
Removing package screen from root...
openpandora:~$ screen -version
-bash: /usr/bin/screen: No such file or directory
openpandora:~$ sudo opkg install screen
Installing screen (4.0.3-r1.5) to root...
Downloading http://openpandora.org/feeds/unstable/armv7a/screen_4.0.3-r1.5_armv7a.ipk.
Configuring screen.
openpandora:~$ screen -version
Screen version 4.00.03 (FAU) 23-Oct-06
The only thing I can think of is that the repo version dropped the leading zeros and is in fact the same as the run-time version.
Can someone make an updated screen command? While you're at it, I'd like to throw my vote in there that all of the CLI-love commands need to be true terminal commands for those of us who live SSH'ed into our Pandoras.
Randel