Top "Installation-package" questions

How to install PHP 7 on EC2 t2.micro Instance running Amazon Linux Distro

I want to install the latest PHP 7.0 on an AWS EC2 T2.Micro Instance. So far I have read that …

linux amazon-web-services amazon-ec2 installation-package
Programming Java GUI with Eclipse

Everyone I recently installed java JDK. However, I am not able to program GUI applications. For instance when i want …

java eclipse components runtime-error installation-package
Eclipse installation failed due to invalid APK file?

I use Eclipse for develop android apps, but when run projects see this error: Installation failed due to invalid APK …

android eclipse apk installation-package
Conda - Silently installing a package

I am trying to automate the process of setting up a development environment with pandas package using conda. I installed …

python conda installation-package miniconda
Problems installing R packages

I'm setting up a new laptop running Gentoo and wish to install R (as I do on all of my …

r installation-package
Install python packages offline on server

I want to install some packages on the server which does not access to internet. so I have to take …

python pip setup.py installation-package
installation of another version of Numpy

I have the numpy version 1.16.1 but I need to install 1.15.4 because pyinstaller does not work. do I have to uninstall …

python numpy installation-package
Installing Pygame on 64-bit Windows 7 and 64-bit Python 2.7

The title says it all. I do see similar questions, someone suggested about http://www.lfd.uci.edu/~gohlke/pythonlibs/#…

python-2.7 pygame installation-package
Install OpenMPI on Ubuntu 17.10

I am using the following command for OpenMPI installation on Ubuntu 17.10: sudo apt-get install openmpi-bin openmpi-common openssh-client openssh-server libopenmpi1.3 libopenmpi-dbg …

package openmpi installation-package ubuntu-17.10
Unable to install tidyr in R version 3.1.1

I am unable to install tidyr package in R version 3.1.1 This is what happens: install.packages("tidyr") Installing package into ‘…

r failed-installation installation-package tidyr