Answers for "add extra cygwin packages"

0

add extra cygwin packages

# You can add extra packages using the cygwin installer that you can download
# from https://cygwin.com/ .
# A method that works from the command like in a way similar to well known
# 'apt-get' method is the script 'apt-cyg'.
# You can install it like this:
wget https://raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg
chmod +x apt-cyg
mv apt-cyg /usr/bin
# Example to use apt-cyg
apt-cyg install python3-devel
Posted by: Guest on May-23-2020

Code answers related to "add extra cygwin packages"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language