
Installare Anbox su un normale sistema Linux non è difficile quando hai già la possibilità di installare gli snap. Confezionare anbox in un attimo rende davvero facile per noi mettere insieme tutti i bit necessari e spedirli a te! Se il tuo sistema non supporta gli snapshot, al momento non abbiamo un modo semplice per installare Anbox. Tuttavia, questo potrebbe cambiare nel prossimo futuro. Installare Anbox è piuttosto semplice dato che forniamo un programma di installazione che installerà tutte le cose necessarie sul tuo sistema. Si prega di notare che il programma di installazione richiede i privilegi di root sui propri sistemi in quanto deve installare cose come moduli del kernel aggiuntivi tramite DKMS. Puoi dare un’occhiata allo script di installazione qui.
ATTENZIONE: Prima di andare avanti e installare Anbox sul tuo sistema, tieni presente che Anbox è attualmente un software di livello ALPHA. Non tutte le funzionalità dovrebbero funzionare o funzionare bene ancora. Troverete bug, vedrete arresti anomali e problemi imprevisti. Quando lo fai, segnala un bug qui.
When you’re ready to install Anbox on your system everything you need is the following command line. The installer will tell you about everything it is doing and will prompt for any further necessary input from your side:
This package must be installed before the others, as required by the anbox-git package
Install anbox emulator:
pacman -S anbox-git anbox-modules-dkms anbox-image
Package available main repo Condres OS
Add the kernel modules
cd /etc/modules-load.d nano anbox.conf
Add:
binder_linux ashmem_linux
Save file.
Systemd running
sudo systemctl enable anbox-container-manager.service sudo systemctl start anbox-container-manager.service
User space create
systemctl --user start anbox-session-manager.service
[ms_alert icon=”” background_color=”#1e73be” text_color=”” border_width=”0″ border_radius=”0″ box_shadow=”no” dismissable=”no” class=”” id=””] This entry does not require root permissions, so beware as you will be returned an error that dbus is not installed.[/ms_alert]
