I am working with Iraf and I need to install the external package “sptable”. The only way I found in order to install Iraf nowadays is described in this site: https://glauffer.github.io/2018-08-03-the-easy-way-to-install-iraf/ In order to install sptable I found two site which describe the same procedure: https://iraf.net/article.php?story=20140924103515277 and https://star.pst.qub.ac.uk/wiki/doku.php/public/teaching-linux-systems/other_software_-_astroconda_iraf In both cases, when I try the command “make” (make self_update or
Tag: updates
Pycharm does not have right access to /app/pycharm.Please run it by privileged user to update
I am using linux mint 19.3 cinnamon version, Pycharm 20.1 version and I get an option to update it to Pycharm 20.1.1 but I am not able to do it and the follwing window pops up can anyone help me solve this problem Answer You need to start the PyCharm with sudo privileges. Sudo stands for root access in Unix
update mongo 2.4 to 2.6
I want to upgrade my mongodb to 3.2, but when I try to upgrade to 2.6 I already get error What I do: I have a test VM with restored dump database from production sever. I download mongodb 2.6 and extracted. I run mongo from /tmp/mongodb-linux-x86_64-2.6.11/bin/mongo In console mongodb run use admin db.upgradeCheckAllDBs() In there are no problem(I think), I
Linux C – implementing the ability that a program can update itself
I am writing a program in C on Linux environment (Debian-Lenny) and would like the program to be updated when an update is available (the program gets notified when a new update is available). I am looking for a way that the program can update itself. What I am thinking is that the main program invokes a new program to