Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: git stash with a message 
Shell :: discord linux manjaro 
Shell :: git push heroku master everything up-to-date 
Shell :: centos set permissions on folder recursively 
Shell :: git look at changes to a file 
Shell :: how to uninstall git 
Shell :: how to change permissions for only the root 
Shell :: how to create a file with a given size in linux? 
Shell :: directory path view 
Shell :: start Gui on your Ubuntu 20.04 system from cli 
Shell :: ubuntu timestamp 
Shell :: aws cli s3 list buckets 
Shell :: nuxt init 
Shell :: adb screenrecord 
Shell :: What is the difference between git push origin and git push origin master 
Shell :: git create new branch from current 
Shell :: change email in git 
Shell :: wordpress clear cache command line 
Shell :: are github and git same thing 
Shell :: how to uninstall software from ubuntu 
Shell :: how to download youtube videos in ubuntu 20.04 
Shell :: conda install line_profiler 
Shell :: xampp apache not starting 
Shell :: how to run bash scripts 
Shell :: ngrok with docker-compose 
Shell :: how do I add a commit to an existing pull request 
Shell :: install grammarly on mac brew 
Shell :: Run C# script on linux terminal 
Shell :: yarn remove 
Shell :: Count subdirectories within a directory 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =