Top "Installation" questions

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

How to install iPhone application in iPhone Simulator

I have a mySample.app file - an iPhone application developed by xcode. How do I run this (only mySample.…

iphone installation
How do I find a list of Homebrew's installable packages?

Recently I installed Brew. How can I retrieve a list of available brew packages to install?

macos list installation packages homebrew
python-dev installation error: ImportError: No module named apt_pkg

I am Debian user, and I want to install python-dev, but when I run the code in the shell as …

python linux installation debian
Python3: ImportError: No module named '_ctypes' when using Value from module multiprocessing

I am using Ubuntu and have installed Python 2.7.5 and 3.4.0. In Python 2.7.5 I am able to successfully assign a variable x = …

python compiler-errors installation python-3.4 failed-installation
Best way to deploy Visual Studio application that can run without installing

I wrote a fairly simple application with C#/.NET and can't figure out a good way to publish it. It's …

c# deployment visual-studio-2012 installation clickonce
Wheel file installation

How do I install a .whl file? I have the Wheel library but I don't know how to use it …

python installation python-wheel
how to run or install a *.jar file in windows?

I have downloaded jbpm-installer-3.2.7.jar but I don't know how to install or run the file. If I double click …

java installation jar executable-jar
How to manually install an artifact in Maven 2?

I've encountered some errors when I tried to install an artifact manually with Maven 2. I wanted to install a jar …

maven-2 installation
How to use CMAKE_INSTALL_PREFIX

I want to generate Makefile with install target, making installation to /usr instead of default /usr/local. Assuming that build …

linux installation cmake
How to uninstall with msiexec using product id guid without .msi file present

I'm trying to automate the uninstallation of packages created using WiX for the purposes of changing the installed software stack &…

wix installation uninstallation windows-installer