Skip to content

Install Anki

Mani edited this page Sep 2, 2021 · 6 revisions

Steps to install Anki with Manjaro

1. Install Termux from F-Droid and RealVNC from play store

2. Copy following commands then paste and run it in Termux

pkg install wget && wget https://raw.githubusercontent.com/infinyte7/manjaro-fs-arm64/main/manki.sh && chmod +x manki.sh && ./manki.sh

3. Install missing dependencies. (For audio)

4. Select Install the latest rootfs

5. Specify the installation directory

6. Wait for download to complete

7. Enter new username

8. Enter new password

9. Add Manjaro default theme

Copy and run in Termux (Manjaro proot) to copy default overlays. Make backup of $HOME/.config folder.

cp -r /etc/skel/.config $HOME

10. Now run vncserver

vncserver-start

11. Open RealVNC app and connect to address as shown on screen

Address
localhost:1

Name
Manjaro

12. Now run Anki

13. Before exiting from Termux stop vncserver

vncserver-stop

or

vncserver -kill :1

Demo

video.mp4