How to Install Cygwin on Windows 10 - Use Linux Commands in Command Prompt on Windows 10 Today!

preview_player
Показать описание
How to Install Cygwin on Windows 10 will guide you through the Install of Cygwin which will allow you to use Linux Commands/Packages on a Windows 10 Computer. Use the Linux Commands that you are used to on Windows 10 today or just make things easier to find using Linux Commands instead of the Windows 10 Command Prompt.

Cygwin is a great tool that can help you use Linux Commands on Windows. It's not an emulator but and environment that allows the translation of Linux packages directly into functions that can be used by Windows. You can even use these commands in command prompt if things are setup properly. Making it even easier to access the commands and not have to use a second command line interface to do so.

My Linux Cheat Sheet and 25 Page Checklist here:

Share this free tool and support Small YouTubers
(I made this tool to help creators)

📺Top/Latest Videos:

📺Playlists:
Linux Installation Tutorials:

Linux Help & Talks:

Linux Reviews & Updates:

C/C++ Linux Programming Series:

Bash Shell Scripting for Beginners:

Linux Virtual Machine Installs:
__
Useful Links/Commands:

#linux #linuxtutorial #savvytip

0:00 - Intro and Explanation of Cygwin
0:50 - Downloading Cygwin
1:15 - Starting the Install Process
2:40 - Select a Mirror for Packages
3:00 - Select Specific Linux Packages to Download
4:00 - Overview of Packages to be Installed
4:51 - Launching & Using Cygwin Terminal
5:52 - Bonus! How to use Linux Commands in Command Prompt
7:12 - Outro

Make sure to Subscribe below for Future Installs, Updates, Reviews, and Tips!!!
Рекомендации по теме
Комментарии
Автор

Sir you are not only a teacher but also a great genus .thank you so much for everything

ousmanealamakaba
Автор

Wonderful video, thanks for sharing! I love that you included the env variables as well.

exeter
Автор

hey great video helped me a lot thanks..

yeshwanthreddy
Автор

Awesome explanation bud keep up the good work :)

Wanderpoolee
Автор

brand-new Windows 10 Enterprise machine won't launch this cygwin installer. Troubleshoot setting applied can get around this but I'm not confident other bad things might happen.

morpher
Автор

im having a problem .. how do i fix this error
I ran this command ./a.out
then i got this error...
'.' is not recognized as an internal or external command,
operable program or batch file.

theclexx
Автор

I do wish your video shows up when someone search how to run linux or bash command on windows

cartoonchan
Автор

That was very very interesting! Wish I'd seen this before just selecting 'All' during install. Now I have no nano. Maybe I don't even have the c compiler. Is there any way to fix this short of uninstalling cygwin and reinstalling it?

d.jensen
Автор

how to jump in next line in cygwin??

like i simple press enter here for next line

but in cygwin, it doesnt work.

please help

For example

I want to type this in cygwin


clear
echo "which number to generate multiplication table"
read number
i=1
while [ $i -le 10 ]
do
echo " $number * $i =`expr $number \* $i ` "
i=`expr $i + 1`
done

KunalNegi
Автор

How to use command gcc -o to compile my .c files

Автор

Can this be used for bash shell scripting?

riteshsaha
Автор

May i know the procedure to upgrade it?

manikantagadamsetti