View Single Post
Posts: 275 | Thanked: 46 times | Joined on Feb 2010
#311
Originally Posted by Marshall Banana View Post
First a warning:

ussd-widget needs two dependencies to work: python-hildondesktop and hildon-desktop-python-loader. They are in the maemo extras repository.
Open x-term and type (you can use tab to autocomplete the filenames:
Code:
sudo gainroot
cd MyDocs/.documents
apt-get install python-hildondesktop
apt-get install hildon-desktop-python-loader
dpkg -i pexpect_2.3.0-1_all.deb
dpkg -i ussd-common_0.0.1-0_all.deb
dpkg -i ussd-widget_0.0.4-0_all.deb
Please, could someone explain to a Linux newbie (=me) the line commands that I should make from the xterm in order to check if the 2 packages python-hildondesktop and hildon-desktop-python-loader are already installed in my n900 or not?