Top "Installation" questions

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

Install tkinter for Python

I am trying to import Tkinter. However, I get an error stating that Tkinter has not been installed: ImportError: No …

python linux tkinter installation
Why does "pip install" inside Python raise a SyntaxError?

I'm trying to use pip to install a package. I try to run pip install from the Python shell, but …

python pip installation
How can I get the latest JRE / JDK as a zip file rather than EXE or MSI installer?

I like to be sure that everything will work just by copying the contents of the Java folder and setting …

java installation
How do you install an APK file in the Android emulator?

I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and …

android android-emulator installation apk
How do I install an R package from source?

A friend sent me along this great tutorial on webscraping NYtimes with R. I would really love to try it. …

r package installation r-faq
How to set Python's default version to 3.x on OS X?

I'm running Mountain Lion and the basic default Python version is 2.7. I downloaded Python 3.3 and want to set it as …

python python-3.x macos installation
Install .ipa to iPad with or without iTunes

I have the .ipa from PhoneGap build and I need to test it. I got provisioning profile from Developer account. …

ios iphone ipad installation ipa
How to install SQL Server Management Studio 2012 (SSMS) Express?

I just installed SQL Server 2012 Express, I can connect with database from VS2012RC. Database is working :) I use Win7 …

sql-server database installation ssms
How to make rpm auto install dependencies

I have built two RPM packages proj1-1.0-1.x86_64.rpm libtest1-1.0-1.x86_64.rpm proj1 depends on the …

linux installation package rpm yum
Downloading Java JDK on Linux via wget is shown license page instead

When I try to download Java from Oracle I instead end up downloading a page telling me that I need …

java linux installation wget