Device info:
Board: Rubik Pi 3
Operating System: Qualcomm Linux 1.3-ver.1.1
Kernel: Linux 6.6.52
Architecture: arm64
Hello, I am using the pre-flashed Qualcomm Linux 1.3 on a Rubik Pi 3 board. I was wondering how I would go about installing git as Qualcomm Linux does not come with a package manager.
Running the command: git --version
Results in: sh: git: command not found
I planned to install git on the development board (running Qualcomm Linux) so I could create a project and put it on GitHub.
Since Qualcomm Linux does not have a package manager I could not find an easy way to install git so I ended up flashing Ubuntu on the board instead so I can use apt, etc.
For Qualcomm Linux, would it still be possible to install git?