Active Topics

 



Notices


Reply
Thread Tools
Posts: 5 | Thanked: 0 times | Joined on Dec 2011
#1
hi
I'm looking for how to install an app on n900 having no need for me to find it's prerequisites one by one and install them myself, the what i want is to get the app and it's prerequisites all together installed automatically.

thanks
 
Mike Fila's Avatar
Posts: 412 | Thanked: 480 times | Joined on Feb 2011 @ Bronx, NY
#2
app manager and faster app manager does this ..how and what are you installing that you have had this problem?
 
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#3
@ha-ab,

So how are you installing apps at the moment, using dpkg directly?

Do what @Mike Fila says, or, if you really want to use the command line, use apt-get FFS!
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Originally Posted by ha-ab View Post
hi
I'm looking for how to install an app on n900 having no need for me to find it's prerequisites one by one and install them myself, the what i want is to get the app and it's prerequisites all together installed automatically.

thanks
The search for the dependencies is a real pain! The simple list of dependencies of a package you have on your system and want to have installed gives you
Code:
dpkg --list Package_Name_Here
The list of dependencies might also be queried about dependencies themselves and so on ...

That is why a tool like apt-get takes over from the simple package installer dpkg.It is necessary to have rootsh installed to use apt-get via the command line interface (CLI). apt-get knows about repositories, preferences and dependencies. It has a list of all the packages available, which might be queried by apt-cache. This list must be refreshed from time to time over the web
Code:
apt-get update
After retrieving that list, you could start installing
Code:
apt-get install Package_Name_Here
or erasing
Code:
apt-get purge Package_Name_Here
or upgrade all of the system to the newest versions, if feature updates or security fixes were supplied by newer versions of the packages you have installed
Code:
apt-get upgrade
You could also query the list. There are no root rights necessary to use 'apt-cache', you might search for a feeds-reader
Code:
apt-cache search feed reader
reads the package list for names and descriptions containing feed and reader and gives you the list of the package names. You could also browse the list for the dependencies of each package
Code:
apt-cache depends Package_Name_Here
The applications 'Faster Application Manager (FAM)' or 'Hildon Application Manager' (HAM)', are GUIs for the 'apt-get' package management.
 

The Following User Says Thank You to michaaa62 For This Useful Post:
Posts: 5 | Thanked: 0 times | Joined on Dec 2011
#5
hi
thanks for answer

i have tested with app manager and app faster, but do not wrok.
i want install "kebrum-vpn-client" so this message come.

nokia-n900:~ # apt-get install kebrum-vpn-client
kebrum-vpn-client is already
28 not fully install
.
.
.
dpkg: error processing libmono-system-data2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-sqlite2.0-cil:
libmono-sqlite2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-sqlite2.0-cil depends on libmono-system-data2.0-cil (>= 2.6.3); however:
Package libmono-system-data2.0-cil is not configured yet.
libmono-sqlite2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
dpkg: error processing libmono-sqlite2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-system-messaging2.0-cil:
libmono-system-messaging2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-system-messaging2.0-cil depends on libmono-messaging2.0-cil (>= 1.0); however:
Package libmono-messaging2.0-cil is not configured yet.
libmono-system-messaging2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
dpkg: error processing libmono-system-messaging2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-wcf3.0-cil:
libmono-wcf3.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-wcf3.0-cil depends on libmono-security2.0-cil (>= 2.6.7); however:
Package libmono-security2.0-cil is not configured yet.
libmono-wcf3.0-cil depends on libmono-system-messaging2.0-cil (>= 2.6.3); however:
Package libmono-system-messaging2.0-cil is not configured yet.
libmono-wcf3.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
dpkg: error processing libmono-wcf3.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-system-data-linq2.0-cil:
libmono-system-data-linq2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-system-data-linq2.0-cil depends on libmono-system-data2.0-cil (>= 2.6.3); however:
Package libmono-system-data2.0-cil is not configured yet.
libmono-system-data-linq2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
libmono-system-data-linq2.0-cil depends on libmono-wcf3.0-cil (>= 2.6.3); however:
Package libmono-wcf3.0-cil is not configured yet.
dpkg: error processing libmono-system-data-linq2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-system-web2.0-cil:
libmono-system-web2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-system-web2.0-cil depends on libmono-sqlite2.0-cil (>= 1.2.6); however:
Package libmono-sqlite2.0-cil is not configured yet.
libmono-system-web2.0-cil depends on libmono-system-data-linq2.0-cil (>= 1.0); however:
Package libmono-system-data-linq2.0-cil is not configured yet.
libmono-system-web2.0-cil depends on libmono-system-data2.0-cil (>= 2.6.3); however:
Package libmono-system-data2.0-cil is not configured yet.
libmono-system-web2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
libmono-system-web2.0-cil depends on libmono-wcf3.0-cil (>= 2.6.3); however:
Package libmono-wcf3.0-cil is not configured yet.
libmono-system-web2.0-cil depends on mono-runtime (>= 2.10.1); however:
Package mono-runtime is not configured yet.
libmono-system-web2.0-cil depends on mono-runtime (<< 2.10.2); however:
Package mono-runtime is not configured yet.
dpkg: error processing libmono-system-web2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono2.0-cil:
libmono2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono2.0-cil depends on libmono-security2.0-cil (>= 2.6.7); however:
Package libmono-security2.0-cil is not configured yet.
libmono2.0-cil depends on libmono-sharpzip2.84-cil (>= 1.0); however:
Package libmono-sharpzip2.84-cil is not configured yet.
libmono2.0-cil depends on libmono-system-web2.0-cil (>= 1.9.1); however:
Package libmono-system-web2.0-cil is not configured yet.
libmono2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
dpkg: error processing libmono2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-system-runtime2.0-cil:
libmono-system-runtime2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-system-runtime2.0-cil depends on libmono-system-web2.0-cil (>= 1.9.1); however:
Package libmono-system-web2.0-cil is not configured yet.
libmono-system-runtime2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
dpkg: error processing libmono-system-runtime2.0-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-webbrowser0.5-cil:
libmono-webbrowser0.5-cil depends on libmono-corlib4.0-cil (>= 2.10.1); however:
Package libmono-corlib4.0-cil is not configured yet.
libmono-webbrowser0.5-cil depends on libmono-system4.0-cil (>= 2.10.1); however:
Package libmono-system4.0-cil is not configured yet.
dpkg: error processing libmono-webbrowser0.5-cil (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-winforms2.0-cil:
libmono-winforms2.0-cil depends on libmono-accessibility2.0-cil (>= 1.0); however:
Package libmono-accessibility2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-corlib2.0-cil (>= 2.6.3); however:
Package libmono-corlib2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-posix2.0-cil (>= 2.4); however:
Package libmono-posix2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-system-data2.0-cil (>= 2.6.3); however:
Package libmono-system-data2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-system-web2.0-cil (>= 1.9.1); however:
Package libmono-system-web2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-system2.0-cil (>= 2.6.3); however:
Package libmono-system2.0-cil is not configured yet.
libmono-winforms2.0-cil depends on libmono-webbrowser0.5-cil (>= 2.4); however:
Package libmono-webbrowser0.5-cil is not configured yet.
dpkg: error processing libmono-winforms2.0-cil (--configure):
dependency problems - leaving unconfigured
Setting up libgtk2.0-cil (2.12.10-1maemo8) ...
Illegal instruction
dpkg: error processing libgtk2.0-cil (--configure):
subprocess post-installation script returned error exit status 132
Errors were encountered while processing:
mono-gac
mono-runtime
libmono-corlib2.0-cil
libmono-accessibility2.0-cil
libmono-corlib4.0-cil
libmono-security2.0-cil
libmono-system2.0-cil
libmono-posix2.0-cil
libmono-data-tds2.0-cil
libmono-messaging2.0-cil
libmono-security4.0-cil
libmono-system-security4.0-cil
libmono-system-configuration4.0-cil
libmono-system4.0-cil
libmono-system-xml4.0-cil
libmono-sharpzip2.84-cil
libmono-system-data2.0-cil
libmono-sqlite2.0-cil
libmono-system-messaging2.0-cil
libmono-wcf3.0-cil
libmono-system-data-linq2.0-cil
libmono-system-web2.0-cil
libmono2.0-cil
libmono-system-runtime2.0-cil
libmono-webbrowser0.5-cil
libmono-winforms2.0-cil
libgtk2.0-cil
E: Sub-process /usr/bin/dpkg returned an error code (1)




i used of order "apt-get -f install"
but not work.

thanks
 
Posts: 915 | Thanked: 3,209 times | Joined on Jan 2011 @ Germany
#6
It seems like currently libmono is broken:
http://maemo.org/packages/view/libmono/
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#7
May be you have to enable some more repositories...
This is what i get with extras-testing and extras-devel enabled:
Code:
[1|root@Nokia-N900|~]apt-get install kebrum-vpn-client
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  cli-common libgdiplus libgtk2.0-cil libmono-accessibility2.0-cil libmono-corlib2.0-cil libmono-corlib4.0-cil libmono-data-tds2.0-cil libmono-messaging2.0-cil libmono-posix2.0-cil libmono-security2.0-cil libmono-security4.0-cil
  libmono-sharpzip2.84-cil libmono-sqlite2.0-cil libmono-system-configuration4.0-cil libmono-system-data-linq2.0-cil libmono-system-data2.0-cil libmono-system-messaging2.0-cil libmono-system-runtime2.0-cil
  libmono-system-security4.0-cil libmono-system-web2.0-cil libmono-system-xml4.0-cil libmono-system2.0-cil libmono-system4.0-cil libmono-wcf3.0-cil libmono-webbrowser0.5-cil libmono-winforms2.0-cil libmono2.0-cil mono-4.0-gac mono-gac
  mono-opt mono-pre mono-runtime
Suggested packages:
  monodoc-gtk2.0-manual libmono-i18n2.0-cil libmono-i18n4.0-all libgamin0 libgnomeui-0 librsvg2-2 xdg-utils libgnome2-0 konqueror
Recommended packages:
  libmono-i18n-west2.0-cil libmono-i18n-west4.0-cil libgluezilla binfmt-support
The following NEW packages will be installed:
  cli-common kebrum-vpn-client libgdiplus libgtk2.0-cil libmono-accessibility2.0-cil libmono-corlib2.0-cil libmono-corlib4.0-cil libmono-data-tds2.0-cil libmono-messaging2.0-cil libmono-posix2.0-cil libmono-security2.0-cil
  libmono-security4.0-cil libmono-sharpzip2.84-cil libmono-sqlite2.0-cil libmono-system-configuration4.0-cil libmono-system-data-linq2.0-cil libmono-system-data2.0-cil libmono-system-messaging2.0-cil libmono-system-runtime2.0-cil
  libmono-system-security4.0-cil libmono-system-web2.0-cil libmono-system-xml4.0-cil libmono-system2.0-cil libmono-system4.0-cil libmono-wcf3.0-cil libmono-webbrowser0.5-cil libmono-winforms2.0-cil libmono2.0-cil mono-4.0-gac mono-gac
  mono-opt mono-pre mono-runtime
0 upgraded, 33 newly installed, 0 to remove and 1 not upgraded.
Need to get 12,6MB of archives.
After this operation, 37,8MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://repository.maemo.org fremantle-1.3/free mono-opt 0.0.1 [1744B]
Get:2 http://repository.maemo.org fremantle-1.3/free mono-pre 0.0.6 [1780B]
Get:3 http://repository.maemo.org fremantle/free cli-common 0.8.1-1maemo5+1 [188kB]
Get:4 http://repository.maemo.org fremantle-1.3/free libmono-corlib4.0-cil 2.10.1-4maemo3 [1010kB]
Get:5 http://repository.maemo.org fremantle-1.3/free libmono-system-xml4.0-cil 2.10.1-4maemo3 [443kB]
Get:6 http://repository.maemo.org fremantle-1.3/free libmono-system-security4.0-cil 2.10.1-4maemo3 [66,3kB]
Get:7 http://repository.maemo.org fremantle-1.3/free libmono-system-configuration4.0-cil 2.10.1-4maemo3 [63,8kB]
Get:8 http://repository.maemo.org fremantle-1.3/free libmono-system4.0-cil 2.10.1-4maemo3 [666kB]
Get:9 http://repository.maemo.org fremantle-1.3/free libmono-security4.0-cil 2.10.1-4maemo3 [131kB]                                                                                                                                         
Get:10 http://repository.maemo.org fremantle-1.3/free mono-4.0-gac 2.10.1-4maemo3 [24,7kB]                                                                                                                                                  
Get:11 http://repository.maemo.org fremantle-1.3/free mono-gac 2.10.1-4maemo3 [18,7kB]                                                                                                                                                      
Get:12 http://repository.maemo.org fremantle-1.3/free mono-runtime 2.10.1-4maemo5 [1357kB]                                                                                                                                                  
Get:13 http://repository.maemo.org fremantle-1.3/free libmono-corlib2.0-cil 2.10.1-4maemo3 [919kB]                                                                                                                                          
Get:14 http://repository.maemo.org fremantle-1.3/free libmono-accessibility2.0-cil 2.10.1-4maemo3 [17,2kB]                                                                                                                                  
Get:15 http://repository.maemo.org fremantle-1.3/free libmono-posix2.0-cil 2.10.1-4maemo3 [89,0kB]                                                                                                                                          
Get:16 http://repository.maemo.org fremantle-1.3/free libmono-system2.0-cil 2.10.1-4maemo3 [1557kB]                                                                                                                                         
Get:17 http://repository.maemo.org fremantle-1.3/free libmono-security2.0-cil 2.10.1-4maemo3 [131kB]                                                                                                                                        
Get:18 http://repository.maemo.org fremantle-1.3/free libmono-data-tds2.0-cil 2.10.1-4maemo3 [51,2kB]                                                                                                                                       
Get:19 http://repository.maemo.org fremantle-1.3/free libmono-messaging2.0-cil 2.10.1-4maemo3 [26,3kB]                                                                                                                                      
Get:20 http://repository.maemo.org fremantle-1.3/free libmono-sharpzip2.84-cil 2.10.1-4maemo3 [70,6kB]                                                                                                                                      
Get:21 http://repository.maemo.org fremantle-1.3/free libmono-system-data2.0-cil 2.10.1-4maemo3 [322kB]                                                                                                                                     
Get:22 http://repository.maemo.org fremantle-1.3/free libmono-sqlite2.0-cil 2.10.1-4maemo3 [67,2kB]                                                                                                                                         
Get:23 http://repository.maemo.org fremantle-1.3/free libmono-system-messaging2.0-cil 2.10.1-4maemo3 [43,1kB]                                                                                                                               
Get:24 http://repository.maemo.org fremantle-1.3/free libmono2.0-cil 2.10.1-4maemo3 [50,4kB]                                                                                                                                                
Get:25 http://repository.maemo.org fremantle-1.3/free libgdiplus 2.10-1maemo1 [151kB]                                                                                                                                                       
Get:26 http://repository.maemo.org fremantle-1.3/free libmono-system-web2.0-cil 2.10.1-4maemo3 [1321kB]                                                                                                                                     
Get:27 http://repository.maemo.org fremantle-1.3/free libmono-wcf3.0-cil 2.10.1-4maemo3 [660kB]                                                                                                                                             
Get:28 http://repository.maemo.org fremantle-1.3/free libmono-system-data-linq2.0-cil 2.10.1-4maemo3 [196kB]                                                                                                                                
Get:29 http://repository.maemo.org fremantle-1.3/free libmono-system-runtime2.0-cil 2.10.1-4maemo3 [81,3kB]                                                                                                                                 
Get:30 http://repository.maemo.org fremantle-1.3/free libmono-webbrowser0.5-cil 2.10.1-4maemo3 [73,5kB]                                                                                                                                     
Get:31 http://repository.maemo.org fremantle-1.3/free libmono-winforms2.0-cil 2.10.1-4maemo3 [1195kB]                                                                                                                                       
Get:32 http://repository.maemo.org fremantle-1.3/free libgtk2.0-cil 2.12.10-1maemo8 [747kB]                                                                                                                                                 
Get:33 http://repository.maemo.org fremantle/non-free kebrum-vpn-client 1.0.15-maemo1 [829kB]                                                                                                                                               
Fetched 12,6MB in 46s (273kB/s)                                                                                                                                                                                                             
[snip]Had to remove the part where apt-get selects and unpacks the .debs due to character restriction of the forum[/snip] 

Processing triggers for catoriseplus ...
###############################################################################################################################################################################################
Setting up mono-pre (0.0.6) ...
Setting up cli-common (0.8.1-1maemo5+1) ...
Setting up libgdiplus (2.10-1maemo1) ...
Setting up libgtk2.0-cil (2.12.10-1maemo8) ...
* Installing 5 assemblies from libgtk2.0-cil into Mono
Setting up mono-4.0-gac (2.10.1-4maemo3) ...
Setting up mono-gac (2.10.1-4maemo3) ...
* Installing 5 assemblies from libgtk2.0-cil into Mono
* Installing 1 assembly from policy.2.10.atk-sharp into Mono
* Installing 1 assembly from policy.2.10.gdk-sharp into Mono
* Installing 1 assembly from policy.2.10.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.10.gtk-sharp into Mono
* Installing 1 assembly from policy.2.10.pango-sharp into Mono
* Installing 1 assembly from policy.2.4.atk-sharp into Mono
* Installing 1 assembly from policy.2.4.gdk-sharp into Mono
* Installing 1 assembly from policy.2.4.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.4.gtk-sharp into Mono
* Installing 1 assembly from policy.2.4.pango-sharp into Mono
* Installing 1 assembly from policy.2.6.atk-sharp into Mono
* Installing 1 assembly from policy.2.6.gdk-sharp into Mono
* Installing 1 assembly from policy.2.6.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.6.gtk-sharp into Mono
* Installing 1 assembly from policy.2.6.pango-sharp into Mono
* Installing 1 assembly from policy.2.8.atk-sharp into Mono
* Installing 1 assembly from policy.2.8.gdk-sharp into Mono
* Installing 1 assembly from policy.2.8.gtk-dotnet into Mono
* Installing 1 assembly from policy.2.8.gtk-sharp into Mono
* Installing 1 assembly from policy.2.8.pango-sharp into Mono
Setting up mono-runtime (2.10.1-4maemo5) ...
ldconfig: /usr/lib/libSDL_mixer-1.2.so.0 is not a symbolic link

Setting up libmono-corlib4.0-cil (2.10.1-4maemo3) ...
Setting up libmono-corlib2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-accessibility2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-posix2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-xml4.0-cil (2.10.1-4maemo3) ...
Setting up libmono-security4.0-cil (2.10.1-4maemo3) ...
Setting up libmono-security2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-data-tds2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-messaging2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-sharpzip2.84-cil (2.10.1-4maemo3) ...
Setting up libmono-system-data2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-sqlite2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-messaging2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-wcf3.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-data-linq2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-web2.0-cil (2.10.1-4maemo3) ...
Setting up libmono2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-runtime2.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system4.0-cil (2.10.1-4maemo3) ...
Setting up libmono-webbrowser0.5-cil (2.10.1-4maemo3) ...
Setting up libmono-winforms2.0-cil (2.10.1-4maemo3) ...
Setting up kebrum-vpn-client (1.0.15-maemo1) ...
 Adding system startup for /etc/init.d/kebrum ...
   /etc/rc0.d/K20kebrum -> ../init.d/kebrum
   /etc/rc1.d/K20kebrum -> ../init.d/kebrum
   /etc/rc2.d/S20kebrum -> ../init.d/kebrum
   /etc/rc3.d/S20kebrum -> ../init.d/kebrum
   /etc/rc4.d/S20kebrum -> ../init.d/kebrum
   /etc/rc5.d/S20kebrum -> ../init.d/kebrum
   /etc/rc6.d/K20kebrum -> ../init.d/kebrum
killall: KebrumDaemon: no process killed
Starting :.
Setting up libmono-system-security4.0-cil (2.10.1-4maemo3) ...
Setting up libmono-system-configuration4.0-cil (2.10.1-4maemo3) ...
Did you try?
Code:
apt-get install -f
dpkg --configure -a
 
Posts: 5 | Thanked: 0 times | Joined on Dec 2011
#8
i used of this code but not work.
i can not install anther app
please help me.
 
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#9
What does Faster Application Manager tell you about free space in rootfs and optfs?
Could you please also provide the output of the commands, may be in two parts as two posts?
May be you have to install this step by step, all the packages are in the output of the command in the above post?
 
Posts: 5 | Thanked: 0 times | Joined on Dec 2011
#10
my rootfs: 47 mb free
my opt: 3723 mb free
 
Reply


 
Forum Jump


All times are GMT. The time now is 01:51.