Ubuntu software installation¶
Web conference tools¶
Mattermost¶
Download from https://docs.mattermost.com/install/desktop.html?src=dl#linux
For Ubuntu, download 64-bit systems mattermost-desktop-4.6.2-linux-amd64.deb
(Without extract .deb file, just download and save file)
Then install
1 |
|
Fabcloud domain is https://chat.academany.org/
(gitlab login, then you can join the workspace)
Zoom¶
1 |
|
Download installer image for ubuntu at https://zoom.us/download?os=linux (save file)
After install gdebi, .deb file is clickable and then click install
Digital fabrication tools¶
GIMP¶
Install Flatpak¶
1 |
|
Install GIMP via flatpak¶
1 |
|
- Did not show GIMP app. Commandline is not active.
Install GIMP via apt-get
1 |
|
Inkscape¶
1 |
|
FreeCAD¶
https://wiki.freecadweb.org/Installing_on_Linux
Select Linux 64-Bit AppImage
1 |
|
Offset function
https://wiki.freecadweb.org/Draft_Offset
Warning
You may see an error saying “No module named WebGui”. This looks to be a known bug where FreeCAD starts but does not show any widget at startup. In this case, below works.
Install FreeCAD not from the Ubuntu repositories but from the freecad-stable PPA:
1 2 |
|
Then install freecad agian
1 |
|
Ref.How to fix FreeCAD “No module named WebGui” on buntu 18.04
KiCAD¶
Ref. https://kicad.org/download/ubuntu/
- Software Updater > settings > other software(tab)
)
Add APT line - ppa:kicad/kicad-5.1-releases
I tried 1 to 6 below, but softwrare manager did not show kicad
- Open the Software Manager.
- Select ‘Edit’ → ‘Software Sources…’.
- Open the ‘Other Software’ tab.
- Click ‘Add…’, and enter the PPA address:
ppa:kicad/kicad-5.1-releases
and then click the ‘Add Source’ button. - When prompted insert the administrator user password.
- Return to the Software Manager and view the Progress tab to see when the cache has finished updating.
- Return to the Software Manager main screen, search for ‘kicad’, and install it.
Above dod not work for old version (18.04 < current version is 20)
Then I changed to do install by commandline
1 2 3 |
|
1 2 |
|
Development tools¶
VSCode¶
Download and install VSCode for Linux on GUI.
https://code.visualstudio.com/docs/?dv=linux64_deb
1 |
|
Then website is generated and be accessible at http://127.0.0.1:8000
python¶
1 2 |
|
1 2 |
|
pip¶
1 |
|
For python3,
1 |
|
python virtual env¶
Install python3-venv¶
1 |
|
Setup python3 virtual environment in local repository directory¶
1 2 3 |
|
Activate venv¶
1 2 |
|
Confirm python versions on virtual env
1 2 3 4 |
|
Build pip requirement
1 |
|
Confirm build modules
NCDU¶
1 |
|
1 |
|
Script (Initial Configuration + Software install)¶
setup.sh on gitlab (need to access to gitlab.fabcloud.org)