Install apt-get on cygwin

APT-get on cygwin call apt-cyg 

you can use below command to install apt-cyg on cygwin, this apt-cyg provide similar function of apt-get and very very useful

 

 svn --force export http://apt-cyg.googlecode.com/svn/trunk/ /bin/
 chmod +x /bin/apt-cyg

example install php5

apt-cyg install php5


Comments

Popular Posts