How to install atom on Bash on Ubuntu on Windows? [closed] - bash

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I think it is a hard thing to do as nobody was able to help me, if anyone know how to install atom on Bash on Ubuntu on Windows, it would be greatly appreciated.

You can install it as you would on any Ubuntu - from its README.md:
Debian Linux (Ubuntu)
Atom is only available for 64-bit Linux systems.
Download atom-amd64.deb from the Atom releases page.
Run sudo dpkg --install atom-amd64.deb on the downloaded package.
Launch Atom using the installed atom command.
The thing is - it won't run. Bash on Ubuntu on Windows is highly experimental yet, so graphic applications won't work. I've tried on a VM, and I get a libXss.so not found error. You may be able to fix that issue by setting the LD_LIBRARY_PATH environment variable, probably, but you'll hit a bug in the implementation sooner than later.
Anyway, atom runs natively on Windows, so I'm not sure why would you want to install it there.

Related

Terraform:MacOS:zsh: exec format error: terraform [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I first installed brew install terraform and it worked fine
But later I tried to install a specific version as below
wget -P terraform_bin/ https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip
unzip -o terraform_bin/terraform_0.12.0_linux_amd64.zip -d terraform_bin/
mv terraform_bin/terraform /usr/local/bin
rm -rf terraform_bin
terraform version
But now it got messed up with installation in MacOS ,When tried running version its failing
You're trying to use a Linux binary on a Mac, meaning you downloaded the wrong file.
If you look at your wget
wget -P terraform_bin/ https://releases.hashicorp.com/terraform/0.12.0/terraform_0.12.0_linux_amd64.zip
you will notice that you fetched the Linux version even though you are running on a Mac.
If you go to https://releases.hashicorp.com/terraform/0.12.0 you will see all the files that are available for that version. The one you want is called terraform_0.12.0_darwin_amd64.zip. Bear in mind that this particular file is for the Intel architecture, and it will run on current Apple Silicon Macs, but Hashicorp will likely offer an Apple Silicon or Universal version in which case you will want that.

Ssh from Ubuntu to Windows 7 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I was just about to try sshing for the first time and before I get into it, I want to know what's the best way to go about it. In particular, I'm currently running Linux through crouton on an HP chromebook and I want to ssh into and old windows 7 pc. Ideally I would love to have some sort of bash shell inside the windows ssh as I'm not so confident with cmd but I can make do. Are there any packages/apps that I should install on my old pc before I start trying. Preferably if there was something like WSL but for windows 7 that'd be great but I can't seem to find anything like it.
there is no ssh daemon (service) for windows from Microsoft.
So installing shell on windows, it is only about run it locally.
To connect with ssh on remote windows, you should install 3rd party ssh server on windows.

Error while installing Atom in Kali Linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I was trying to install Atom in Kali Linux Live.
And after command
dpkg -i ~/Downloads/atom-amd64.deb
I get error
dpkg: error: cannot access archive '/root/Downloads/atom-amd64.deb': No such file or directory
I have tried as both root and non-root users
I am using Kali Linux Live with Persistence (Bootable USB)
Same kind of thing happens with Visual Studio code too.
You may have to install kali Linux on the device as Kali Linux Live provides the tools for hacking. If you want to install software, then you have to install Kali or manually install it without a package.
Check out this Reddit post about the issue: https://www.reddit.com/r/linuxquestions/comments/4zgrzs/is_it_possible_to_install_software_on_kali_linux/

Can I use Bash on Ubuntu on Windows to practice Linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am a newbie to Linux. May I ask if I can practice Linux in Bash on Ubuntu on Windows? Sorry for asking such a stupid question. But please help!
Thanks!
If you are using windows 10, there is now a bash shell built in that can be easily set up. Check out this tutorial to do so.
If you are not on windows 10, I would recommend Cygwin (download) as an alternate program to run bash scripts
I think you will manage to get some familiarity with working with a linux console and some of the commands, however there is certain functionality which doesn't quite work.
What I would suggest though is dual booting Linux next to Windows, to immerse yourself properly and get a clear picture of things from the start.

Bash on Windows 10 is not working [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I am planning to compile and run code in a linux environment. Before moving to a linux environment I want to try it out, virtual box and dual boot will take my memory. So, after updating my windows 10 anniversary updates, I was able to install bash (ubuntu) natively to my windows 10 through windows features. After installing bash when I try to run bash it's popping and closing a windows immediately. how can I solve this. I tried this with two pc, no luck. How can I solve this issue. Which registry file should I change ?
Turn your windows to developer mode, go to settings -> search for developer, then change to developer mode. Restart your pc. It should work now

Resources