install LTIB for I.MX233 and learn some thing useful:
http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=373199
i want to use "sudo apt-get install zlib"
but i get "E: Unable to locate package zlib"
then someone told that i should use "apt-cache search zlib" to find the package name.
it is nice, i get "zlib1g zlib1g-dev"
sudo apt-get install zlib1g zlib1g-dev
another, u can use :apt-cache policy 'package name' to find out the package is installed .
i find it is wonderful this time. of course i tried it times, but always failed.~_~
Now , i feel that i will finished it.^_^.