Thomas Stibor replied to the topic 'Astroberry and ASTAP' in the forum. 3 years ago

If astap is installed via an APT-Repo then the following command works:

sudo apt-get update && sudo apt-get --only-upgrade install astap

Otherwise you have to download the package and install it e.g. as follows
wget https://sourceforge.net/projects/astap-program/files/linux_installer/astap_armhf.deb/download -O /tmp/astap_armhf.deb
sudo dpkg --install /tmp/astap_armhf.deb


Read More...