sudo apt install smbclient gvfs-backends cifs-utils
sudo apt install lshw
sudo apt install evince
Download wps-fonts & wps-deb-arm64 from https://drive.google.com/drive/folders/18tMUqW30NvlFCZOJv0GV1G7ym4Pg39B3
sudo apt install ./wps-office_11.1.0.11664_arm64.deb
unzip wps-fonts.zip
sudo mv *.ttf /usr/share/fonts/wps-office
sudo mv *.TTF /usr/share/fonts/wps-office
Further opimisation for WPS Office in this github link
https://github.com/neofeo/BOX86-BOX64-WINEx86-TUTORIAL
download lf
terminal filemanager https://github.com/gokcehan/lf/releases
& Midnight Commander
tar -xvf lf-linux-amd64.tar.gz
sudo mv lf /usr/local/bin
sudo apt install mc
sudo apt install gnome-tweaks gnome-shell-extensions gnome-shell-extension-manager
clipman-lite vitals dash-to-dock workspaces-indicator app-indicator
Use dconf-editor
to disable animations in GNOME. Use extension-manager GUI to install above extensions
sudo apt install diff meld mousepad featherpad
Use apt-cache policy ffmpeg mpv
to ensure they are installed from a specific ppa Configure media players for HW accelerated video playback
sudo apt install glmark2 glmark2-es2-wayland
sudo apt install mono-complete python-is-python3 python3-pip
pip install coolprop ht fluids pyromat forallpeople handcalcs numpy sympy scipy matplotlib ipython jupyter --break-system-packages
Use custom builts for Geogebra 5 & SMATH Studio Mono
GeoGebra-Linux-Portable-5-2-857-0.7z
https://mega.nz/file/4yYF0ZZC#kyJ_LkrDCaoumNFatvDTyeSsTxjs1eY1P_gmEeHoEaA
Edit geogebra5.desktop
to suite your file locations -> Exec
& Icon
entries
sudo cp geogebra5.desktop /usr/share/applications
For SMath use following for smathstudio_desktop_mono
#!/bin/sh
HERE="$(dirname "$(readlink -f "${0}")")"
cd "${HERE}"
export MONO_WINFORMS_XIM_STYLE=disabled
GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc exec mono "${HERE}//Solver.exe" "$@"
See also Libreoffice engineering extensions in this repo