View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#5
If you are a bit dary, you can try this:

Download:

http://repository.maemo.org/pool/mae...13+0m5_all.deb

http://repository.maemo.org/pool/mae...+0m5_armel.deb

http://repository.maemo.org/pool/mae...+0m5_armel.deb

and in terminal

Code:
devel-su
develsh
cd /path/to/downloaded/debs
mv /etc/apt/sources.list ./
apt-get update
dpkg -i libc6_2.5.1-1eglibc27+0m5_armel.deb
dpkg -i libc6-dbg_2.5.1-1eglibc27+0m5_armel.deb
dpkg -i maemo-debug-scripts_0.13+0m5_all.deb
mv sources.list /etc/apt/
apt-get update
 

The Following User Says Thank You to For This Useful Post: