I have a task to setup an Orange Pi 3B and to install 2 simple programs (AnyDesk, Visual Studio Code).
I can't wrap my head around how to install programs.
I tried a trainload of meaningless (to me) commands in the console and I still can't install anything.
I tried the AnyDesk PPA and that that method didn't work.
snap install code resulted in:
snap: command not found
I tried installing snapd and running sudo snap install code and sudo snap install --classic code. I received this error:
snap "code" is not available on stable for this architecture (arm64) but exists on other architectures (amd64)
Looks like sudo apt install ./name worked, VS window opens. But i received
Download is performed unsandboxed as root as file couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
When running anydesk
error while loading shared libraries: libpoolkit-gobject-1.so.0: cannot open shared object file: No such file or directory
I already reinstalled anydesk via sudo apt remove anydesk and installed it back again via sudo apt install ./anydeskname sudo apt install --reinstall ./anydeskname didn't work either