## Installation guides * Abaqus 2020/2022 on Ubuntu 20.04: https://github.com/franaudo/abaqus-ubuntu * Abaqus 2019 on Ubuntu 20.04: https://gist.github.com/cmaurini/60fab556ba4a43bd44341a1af114dde7 * Abaqus 6.14 on Ubuntu 16.04: https://github.com/Solid-Mechanics/Install-ABAQUS-on-Ubuntu ## Adjust GUI fonts on Ubuntu Linux Replace default X11 fonts (left image) in Abaqus GUI by installing 75dpi (center image) or 100dpi fonts (right image) and then reboot to apply the changes. ``` apt install xfonts-75dpi ``` ``` apt install xfonts-100dpi ``` ![Fonts](https://gist.github.com/user-attachments/assets/d8d964d6-0600-4f9d-a72e-0351c0cfef22)