Ros/Ros2 install failing maybe due to dependencies - windows

I have extensively tried the link
https://index.ros.org/doc/ros2/Installation/Crystal/Windows-Install-Binary/#id3
only for it to fail many, many times. The same with other Ros and Ros2 install guides I could find. I tried searching for solutions at every point of failure and could not find any that worked. Both Ros and Ros2 have failed to install on Windows, Ubuntu 18 and 20, or Raspbian.
Many of the install attempt failed due to dependencies issues, and I have been unable to track down the missing things or otherwise get them to be correctly recognized as available for Ros or Ros2.
If anyone has successfully installed Ros or Ros2, I would like to ask them about it and here details of what worked for them.

If you run the commands step by step following with the document, the ROS shoul be installed correctly. But if your network is poor, the download of some packages will be timeout, it will cause the missing of dependencies. BTW, it is important that you need to run the commands with administrator account.

Related

Missing Ruby File in Rubygem when using Makefiles to install dependencies in Ubuntu (WSL)

So I am trying to run this program from git: https://github.com/StreetScienceCommunity/DNAnalyzer
I tried to run it with my Ubuntu (WSL), then I got an old lock-file issue:
I tried to solve this problem, so I reinstalled npm by "install npm", then the old lock-file issue is gone, but now I have an issue with missing ruby file under the rubygem/bin.
The above situation occurred by simply following the instructions in git, meaning I only did "git clone" and "make create-env" (which was successful). I also tried manually activating the environment, then I got this:
I am rather new to using these...really confused about what is going wrong. Any help would be much appreciated!

Installing TeamViewer 13 on Debian requires many dependencies

I'm trying to install TeamViewer by going to their website and downloading the latest version. However, when I open a terminal, navigate to the folder, and enter
sudo dpkg -i teamviewer_13.0.6634_amd64.deb
I get a message that certain dependencies are missing, including qtdeclarative5-qtquick2-plugin. I then installed that, re-ran the install, and there are many other missing dependencies, so I try to just run
sudo apt install qtdeclarative5-*
and this tells me that several dependencies from qml are needed, so I run
sudo apt install qml-module-*
and this again tells me I first need other missing dependencies, and at this point I feel like I am in an endless maze. Is there any efficient way of getting the dependencies that I need? Or am I supposed to be doing something completely different to install TeamViewer? I'm running Linux Mint 18.3 Cinnamon.
Why not use VNC?
This is a question more relevant for ServerFault, Stack Overflow's sister site for IT.

Installing snakemake without internet

I am working on a station where internet communication is forbidden. Is it possible to install snakemake without conda?
Thanks,
Michelle
Yes, it can be installed via pip as well. However, that still needs a download. With conda, you should also be able to download the package and all dependencies via anaconda.org, and then copy it over to that machine. But it certainly will require some manual steps. There is also a docker container. This is probably easier, because it is only a single file.

Error in installing cygwin

I'm trying to install the cygwin but i am getting that unable to get setup.ini from the mirrors on the website and also I tried many mirrors incuding the http://mirrors.kernel.org. I also tried many mirrors that are suggested in the cygwin official website but none of them work.How many time I do try i get the same error and as the suggestion provided from the mirror http://mirrors.kernel.org/sourceware/cygwin, I do getting the same error.
Any suggerstion how to install cygwin?

Running .sh file on Windows in git bash gives an error: Unable to find Digest::SHA or Digest::SHA::PurePerl

Good day to all!
While trying to build a fork of scala from github on my local PC and running
pull-binary-libs.sh in git bash I receive such an error:
Unable to find Digest::SHA or Digest::SHA::PurePerl
Trouble downloading 943cd5c8802b2a3a64a010efb86ec19bac142e40/lib/ant/ant-contrib
.jar. Please try pull-binary-libs again when your internet connection is stable
I can't figure out what's happening. I am a new bie to git, that's why maybe I am missing something. Any help will be appreceated.
P.S. I tried to install cygwin to ryn script from it, but I have problems during installation that constantly interrupt it. So I am using git bash instead.
UPDATE: I tried to install modules using СPAN. I even had successfully installed PurePerl and SH1 as CPAN messages reported. While trying to insall Digest::SHA I receive some errors connected with nmake. And while trying to run scripts again I get errors mentioned above.
It sounds like you are missing Perl modules that Scala's build system requires.
See How to Install CPAN Modules.

Resources