Hi, sorry for doing another thread right away.
I was dealing with some simple python scripts and stuff and installed these packages:
opkg install distribute
opkg install python-openssl
easy_install pip
As a newbie I don't even know what is Python SSL support nor have I found it on the web, but I think I don't need these to my application.
I want to remove them because I've 4MB out of 7MB used on he flash and that PIP package was a heavy one. I know "opkg remove" should remove opkg pacakge, but how can I remove the pip package?
Thanks for any help.
Update
Nevermind, I learned that "pip" is another package manager, and it can be removed using it's own commands, to remove pip just write:
pip uninstall pip
It can uninstall itself