Monax installation error - node.js

I am trying to install monax on Ubuntu from this link: https://monax.io/docs/getting-started/
When I execute monax init I am getting error that says monax:command not found.
I have installed docker and downloaded monax.

Related

Getting error during Jenkins build "fatal error: opensslconf-i386.h"

Jenkins pipeline fails with the below error while running in Rhel 7.9 worker node
/usr/include/openssl/opensslconf.h:13:30: fatal error: opensslconf-i386.h: No such file or directory #include "opensslconf-i386.h"
I tried to install libssl-dev:i386 on Rhel 7.9 but I am getting an error "No package libssl-dev:i386 available"
This is the commands that was executed in the pipeline
sudo make package ARCH=linux_32
installed openssl-devel.i686 and the error got resolved
yum install openssl-devel.i686

Error "No package postgresql12-server available" how to install postgres sql on oracle linux

I am trying to install postgress on oracle linux (checked on oracle linux 7.5 and 6.8) using the following command. ( https://www.postgresql.org/download/linux/redhat/ )
sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
But when I run this command it takes some time and gives following error.
No package postgresql12-server available
Error: Nothing to do
Then I tried `yum install postgressql-server. Then it gives error.
No package postgressql-server available
I can use docker and run it from a docker container. But I found out it is only for dev and testing only.
I tried with different versions of postgres and same issue occurs.
can someone point out what is the issue here. I did find so much but still couldnt find a solution.

RIDE setup on linux - Unable to install wxPython

I am trying to set RIDE framework on linux.
I have installed the essential software-
Python2.7.8
pip
RobotFramework 2.8.4
Facing issue while installing wxPython.
sudo yum install python-wxgtk2.8
Gave the following error:
Setting up Install Process
No package python-wxgtk2.8 available.
Error: Nothing to do
same for python-wxgtk3.0
Also tried sudo yum install wxPython
default installed wxPython.x86_64 0:2.8.12.0-1.el6 package and on running ride.py getting below error-
You need to install wxPython 2.8.12.1 with unicode support to run RIDE.
wxPython 2.8.12.1 can be downloaded from http://sourceforge.net/projects/wxpython/files/wxPython/2.8.12.1/
Need proper commands to execute wxPython in linux that successfully executes
ride.py.

VirtualBox/Vagrant Not Working in Ubuntu 16.04

I have VirtualBox errors that stop Vagrant from starting. Both are installed. However, when I run:
vagrant up
I get the following
VirtualBox is complaining that the installation is incomplete. Please
run `VBoxManage --version` to see the error message which should contain
instructions on how to fix this error.
Then I run:
VBoxManage --version
And get:
WARNING: The character device /dev/vboxdrv does not exist.
Please install the virtualbox-dkms package and the appropriate
headers, most likely linux-headers-generic.
You will not be able to start VMs until this problem is fixed.
5.0.4_LinuxMintr102546
All of this has already been installed and reinstalled in trying to get this error fixed.
How do I fix this?

Can't install poski successfully at linux

I want to install poski at linux(both centos 5.3 and ubuntu 11.10). I do the command below:
../poski-v1.0.0/INSTALL.sh --with-oski=yes --prefix=/usr/local/poski
The error is below, the same for centos and ubuntu.
../../poski-v1.0.0/include/poski/poski_commontype.h:4: fatal error: oski/oski.h: No such file or directory

Resources