skip to Main Content

Ubuntu – Not able to install anaconda on linux, getting error path_to_dir/conda.exe : Permisison denied

I'm trying to install anaconda on my Ubuntu 20.04. It is giving me error [/home_dir/anaconda3] >>> /mount_path of different_ssd/anaconda3 PREFIX=/mount_path of different_ssd/anaconda3 Unpacking payload ... Anaconda3-2022.05-Linux-x86_64.sh: line 407: /mount_path of different_ssd/anaconda3/conda.exe: Permission denied Anaconda3-2022.05-Linux-x86_64.sh: line 409: /mount_path of different_ssd/anaconda3/conda.exe: Permission…

VIEW QUESTION

Can't install mongodb for ubuntu

Trying to install mongodb for ubuntu and can't solve the issue. I got lost, need your help please! Going according the docs: https://www.mongodb.com/docs/master/tutorial/install-mongodb-on-ubuntu/ wget -qO - https://www.mongodb.org/static/pgp/server-6.0.asc | sudo apt-key add - Result (CLI output): on mine ubuntu: Warning: apt-key…

VIEW QUESTION

How can I build on ubuntu something that was meant for FreeBSD?

I'm trying to build this: https://github.com/hselasky/hpsat_generate this is their makefile: PROG_CXX=hpsat_generate PREFIX?=/usr/local MAN= SRCS= hpsat_generate.cpp BINDIR?=${PREFIX}/bin .if defined(HAVE_DEBUG) CFLAGS+= -g -O0 .endif CFLAGS+= -I${PREFIX}/include LDFLAGS+= -L${PREFIX}/lib -lgmp -lgmpxx .include <bsd.prog.mk> using just make . results in Makefile:7: *** missing separator.…

VIEW QUESTION
Back To Top
Search