Installation
If you encounter installation problems when using GUI package managers, you might want to install the package via command line.
Debian, Ubuntu
# install/upgrade the application
sudo dpkg -i SlothTracker-x.y.z.deb
You can also try removing a previous version and installing a new one.
# remove previous version
sudo dpkg -r slothtracker
# install a new version
sudo dpkg -i SlothTracker-x.y.z.deb
RedHat, CentOs, Fedora
# install/upgrade the new version
sudo rpm -U SlothTracker-x.y.z.rpm
You can also try removing a previous version and installing a new one.
# remove already installed application (your data will not be removed)
sudo rpm -e slothtracker
# install a new version
sudo rpm -i SlothTracker-x.y.z.rpm