Top "Installation" questions

Installation (or setup) is the process of deploying an application, driver, plugin, etc.

Installing R on Mac - Warning messages: Setting LC_CTYPE failed, using "C"

I would like install R on my laptop Mac OS X version 10.7.3 I downloaded the last version and I double …

macos r installation
cannot download, $GOPATH not set

I want to install json2csv using go get github.com/jehiah/json2csv but I receive this error: package …

macos installation go
install / uninstall APKs programmatically (PackageManager vs Intents)

My application installs other applications, and it needs to keep track of what applications it has installed. Of course, this …

android android-intent installation uninstallation apk
unable to install pg gem

I tried using gem install pg but it doesn't seem to work. gem install pg gives this error Temporarily enhancing …

ruby-on-rails ruby rubygems installation
How can I setup & run PhantomJS on Ubuntu?

I set up PhantomJS and recorded it to video: https://www.dailymotion.com/video/xnizmh_1_webcam Build instructions: http://phantomjs.…

linux ubuntu installation phantomjs
mysql data directory location

I installed mysql in Mac after downloding its dmg file version 64 bit. While trying to create a database it gave …

mysql macos installation
How to Install gcc 5.3 with yum on CentOS 7.2?

I am using CentOS 7.2 When I use yum groupinstall "Development Tools", gcc version is 4.8.5, like this: I would like to …

gcc installation centos7 yum gcc5
Solving the 'npm WARN saveError ENOENT: no such file or directory, open '/Users/<username>/package.json'' error

I'm a newbie so please include links to URLs or explain terminologies so I can understand. I've managed to install …

npm sass installation npm-init
How do I set the default Java installation/runtime (Windows)?

I'm in the situation where I've installed the JDK, but I can't run applets in browsers (I may not have …

java windows installation runtime
How to install python-dateutil on Windows?

I'm trying to convert some date/times to UTC, which I thought would be dead simple in Python - batteries …

python installation python-dateutil