Git (git) not found when running buildozer in ubuntu

Question:

when trying to compile my kivy app with buildozer into apk in virtual ubuntu machine the following error appears:

Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# Git (git) not found, please install it.

What does it mean and what should I do to fix this??

Asked By: Sven

||

Answers:

It means that you should install git. In Debian, this should work:

sudo apt-get install git
Answered By: Hellmar Becker
Categories: questions Tags: , , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.