wxAstroCapture command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wxAstroCapture: command not found
or when using sudo you get the following error message
sudo: wxAstroCapture: command not found
Solutions to wxAstroCapture: command not found
How To Fix wxAstroCapture: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wxAstroCapture is provided by wxastrocapture package.
wxastrocapture is:
wxAstroCapture controls cameras for planetary/lunar/solar and deep sky imaging. Long exposures are supported for SC modified webcams with serial and parallel port long exposure control. Also supported are Artemis/ATK cameras for 16bit deep sky imaging and webcam autoguiding using normal or long exposures.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wxastrocapture
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wxastrocapture.
sudo apt -y install wxastrocapture
Or if you have aptitude installed you can use the following command.
sudo aptitude install wxastrocapture
Summary
In this tutorial we learn how to fix wxAstroCapture command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.