![]() |
Re: deb files
Quote:
|
Re: deb files
5:37 pm ?
why ? |
Re: deb files
Quote:
|
Re: deb files
The .deb files are packages for Debian based linux systems like the Nokia N900. They are compiled for quite some computing architectures, one of them is armel. You will only install packages for the armel architecture on your N900. The application to install .deb packages is called dpkg.
Sometimes the postinstall configuration of a .deb is not possible because of missing dependencies. Most of the time the more advanced apt-get is able to install the missing packages. One prerequisite to work with dpkg and apt-get in X-Terminal is a working root login. For this to work you should have rootsh from extras repository installed. Then Code:
sudo gainroot Any questions? Feel free to ask here! |
Re: deb files
Quote:
ammm actually i am a newbie to n900 , dont have any knowledge on commands an x-terminal , need more explanations :$ or you can say , i need some easy words :P |
Re: deb files
Hey, this could really be a long, long story, but i try to make it short, having my attention to some family responsibilities on a sunday afternoon in germany too.
Linux is the base of the Nokia N900. It is a system which makes it possible to use your phone work like a computer!!! On the linux base maemo is running. It provides the layer for the applications, like calendar, email, browser and all the others. One of the applications is X-Terminal, a terminal emulator, that can execute linux commands. But not all of them, and not with all of the options of a Linux PC, because it uses just busybox, a stripped down linux shell for small devices. To be able to use X-Terminal for all the commands you need to install an application in your Application Manager called rootsh. rootsh enables you to run commands that the default user is not able to launch. The actual package management is made by dpkg [i think of it as debian package ...], it has many options, but really little artificial intelligence, so in comes apt-get[advance package ...]with some internal AI mechanics to correct errors and suggest possible solutions. So start to your Application Manager, click on the upper bar, select catalogs or repositories, scroll down to extras repository and make sure it is enabled (mark the clickbox). Then after refreshing the package list search for rootsh and install it. Leave Application Manager and start X-Terminal. Code:
sudo gainroot Code:
apt-get update Code:
apt-get upgrade Code:
dpkg -i PackageName.deb As mentioned in the thread missing dependencies [something like shared libraries] may be corrected by Code:
apt-get install -f greetz Micha |
All times are GMT. The time now is 20:09. |
vBulletin® Version 3.8.8