The trick of adding the cygwin bin folder to the end of Windows PATH kind-of-works but not for symlinks in that folder. This is used for e g python3 so you can't start that from the Windows command prompt as you would from the cygwin terminal.
Thank you for this step wise video tutorial. But I have a problem after following all the step installation. when I write the command: $gedit or vim or gcc in cygwin terminal it says command not found. please help me fixed it.
Hello, I have a question. Console2 does not recognize the shell prompt configuration in regard of visualization (the color of user, server etc.). And this is pretty annoying. Do you know how can I mount my ~/.bashrc file to Console2 program?
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
hello i have followed all your steps, but when i try $ apt-cyg install nano --> i got bash: /user/bin/apt-cyg: Permission denied. Also, $ open . gives me command not found
Hi, Thanks for the video, but l am having problem installing a package after cygwin installation using apt-cyg command, keep getting "bash: apt-cyg command not found and also what is the SU command to use in cygwin.
i get this when trying to install throught the apt-cyg fike :( $ apt-cyg install zip /usr/bin/apt-cyg: line 1: syntax error near unexpected token `newline' /usr/bin/apt-cyg: line 1: `' any idea ?
+MassivaRiot Hmmm. I'm not really sure. Off the top of my head, the only thing that I can suggest is trying to reinstall apt-cyg. Here's what I get when I try to install zip: $ apt-cyg install zip Installing zip zip-3.0-12.tar.xz: OK Unpacking... Package zip requires the following packages, installing: cygwin libbz2_1 Package cygwin is already installed, skipping Package libbz2_1 is already installed, skipping Package zip installed
For anybody now running into the same error, here's the new repo location: "replace rawgit.com with raw.githubusercontent.com" --- curl raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg -OL -k install apt-cyg /bin apt-cyg install nano apt-cyg install zip apt-cyg install unzip --- source: github.com/transcode-open/apt-cyg/issues/117
i had the same problem, but what I did was go to the actual file location, right clicked apt-cyg and then changed the permissions from read to full control. pretty annoying lol
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
I subscribed because you have no intention of waisting people time.
What a blessed dude. i discovered you late. Thanks for tutorial
Thanks a lot, man! This is a really handy guide for the package installation.
Thanks a lot :). Helped me get all cozy with my new terminal
Around 13:00 I first cd back home, out of /bin, and then the download and installation of apt-cyg works fine.
Great Tutorial Man! Really helpful.
The trick of adding the cygwin bin folder to the end of Windows PATH kind-of-works but not for symlinks in that folder. This is used for e g python3 so you can't start that from the Windows command prompt as you would from the cygwin terminal.
i loved that adobe premiere pro +crack part
thanks dude
Very helpful, Thanks
Thanks for your efforts
another good video Sam!
How to install, All Kali Tools, Languages, Packages etc... in Cygwin ? Thanks,
make a video how to install oh my zsh on Cygmin
How to install more packages after we already have cygwin set up? meaning I want to install more packages(like csh) in command line.
can I use ur patch in 32 bit windows ?
mantap gacoorr!
when I ran this : apt-cyg install nano
I got this message: -bash: /usr/bin/apt-cyg: Permission denied
how to resolve this?
you need to make apt-cyg as executable file, so do this
cd /usr/bin
chmod 777 apt-cyg
how to set up python PATH in cygwin?
how can add a theme to the cygwin terminal using that 4bit color scheme designer
Thank you for this step wise video tutorial. But I have a problem after following all the step installation.
when I write the command: $gedit or vim or gcc in cygwin terminal it says command not found. please help me fixed it.
-bash: ./a.out: No such file or directory
what am i suppose to do when i get like this
Hello, I have a question. Console2 does not recognize the shell prompt configuration in regard of visualization (the color of user, server etc.). And this is pretty annoying. Do you know how can I mount my ~/.bashrc file to Console2 program?
0:37 - subbed.
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
hello i have followed all your steps, but when i try $ apt-cyg install nano --> i got bash: /user/bin/apt-cyg: Permission denied. Also, $ open . gives me command not found
i had also same problem and i slove it by,just cut all the folder and file of cygwin and paste it outside of C drive or in Desktop
perhaps you need to add executable permissions to /usr/bin/apt-cyg. Run the following: chmod 755 /usr/bin/apt-cyg
Hi, Thanks for the video, but l am having problem installing a package after cygwin installation using apt-cyg command, keep getting "bash: apt-cyg command not found and also what is the SU command to use in cygwin.
i can't install nano editor. could you tell me why that's happen
ps.error : -bash: /usr/bin/apt-cyg: Permission denied
i had also same problem and i slove it by,just cut all the folder and file of cygwin and paste it outside of C drive or in Desktop
cd /bin
chmod 744 apt-cyg
its not working cause it wont let me get in the right directory can someone help me
Thanks for your video, How can text file in video?
How can find text file "cygwin.txt" in video?
hello Msam geat vid..i have issues when i do ./confirgure after dwonloading qemu...thxz if you know Jessica
I have a problem in cygwin in ipconfig or ifconfig install
"-bash: ipconfig : commande introuvable"
is there any solution pls ? and thanks
ipconfig is for windows only, and you have to install ifconfig
i get this when trying to install throught the apt-cyg fike :(
$ apt-cyg install zip
/usr/bin/apt-cyg: line 1: syntax error near unexpected token `newline'
/usr/bin/apt-cyg: line 1: `'
any idea ?
+MassivaRiot Hmmm. I'm not really sure. Off the top of my head, the only thing that I can suggest is trying to reinstall apt-cyg. Here's what I get when I try to install zip:
$ apt-cyg install zip
Installing zip
zip-3.0-12.tar.xz: OK
Unpacking...
Package zip requires the following packages, installing:
cygwin libbz2_1
Package cygwin is already installed, skipping
Package libbz2_1 is already installed, skipping
Package zip installed
+MicrowaveSam i already tried reinstalling but it doesnt work :S
well thnx for your time anyways :P
+MicrowaveSam Anyways great video !! :D
Everything else worked for me so Thnx a lot :D
For anybody now running into the same error, here's the new repo location:
"replace rawgit.com with raw.githubusercontent.com"
---
curl raw.githubusercontent.com/transcode-open/apt-cyg/master/apt-cyg -OL -k
install apt-cyg /bin
apt-cyg install nano
apt-cyg install zip
apt-cyg install unzip
---
source: github.com/transcode-open/apt-cyg/issues/117
desktop guy is a thing?
apt-get install nano permission is denied, plz help!
i had the same problem, but what I did was go to the actual file location, right clicked apt-cyg and then changed the permissions from read to full control. pretty annoying lol
OR
i had also same problem and i slove it by,just cut all the folder and file of cygwin and paste it outside of C drive or in Desktop
You have interesting stuff. It will be better if you can avoid zooming in and out on your desktop presentation. Hard to follow like that.
Helps!!!
i installed cygwin as u said..but the command newproject is not working for me can u help.its urgent
-bash: newproject : command not found
cool:)
pleaaaaase ihave aproblem wheni write apt-cyg install nano
-bash: /usr/bin/apt-cyg: Permission denied
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again
Can you give me links your cygwin. long time ago, i saw your youtube channel. You write the ultimate cygwin link. but after some time, the link didn't exist. I want you to upload Cygwin Ultimate again