Skip to content

Latest commit

 

History

History
76 lines (68 loc) · 2.84 KB

Must_Softwares.md

File metadata and controls

76 lines (68 loc) · 2.84 KB

Tools to must install after drivers stuff...

SAMBA support

sudo apt install smbclient gvfs-backends cifs-utils

Hardware Identify

sudo apt install lshw

Document PDF / WPS Office

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

BOX86 & WINE7.xx

https://github.com/neofeo/BOX86-BOX64-WINEx86-TUTORIAL

Terminal File Manager

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

Gnome Extensions

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

Text File Comparer

sudo apt install diff meld mousepad featherpad

GPU / VPU Performance

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

Education & Engineering

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