close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Sep 17, 2026, 5:00:50 PM (36 hours ago)
- Author:
-
pradeep
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v37
|
v38
|
|
| 24 | 24 | |
| 25 | 25 | For more details, see [wiki:Software]. |
| | 26 | |
| | 27 | == TOL 4.1 == |
| | 28 | |
| | 29 | The TOL 4.1 is the latest development release for Ubuntu 22.04 (Jammy) and 24.04 (Noble). |
| | 30 | |
| | 31 | === Download TOL 4.1 for Windows === |
| | 32 | |
| | 33 | || '''Component''' || '''Installer''' || '''Notes''' || |
| | 34 | || tol-4.1 || [http://www.tol-prj.org/packages/win64/tol-gnu-v4.1-win64.exe tol-gnu-v4.1-win64.exe] || '''New! ''' [[BR]] Windows (64-bits) || |
| | 35 | |
| | 36 | === Download TOL 4.1 for Linux === |
| | 37 | |
| | 38 | The TOL 4.1 is in one component. It contains TOL-core and TOL-gui combined into a single deb package. |
| | 39 | |
| | 40 | ==== Debian-based files ==== |
| | 41 | |
| | 42 | __'''TOL 4.1 for Ubuntu '''__ |
| | 43 | |
| | 44 | || '''Component''' || '''Installer''' || '''Notes''' || |
| | 45 | || tol-4.1 || [http://www.tol-prj.org/packages/linux/ubuntu/noble/tol-4.1-ubuntu.24.04.x86_64.deb tol-4.1-ubuntu.24.04.x86_64.deb] || '''New! ''' [[BR]] for Ubuntu 24.04 LTS 64-bits || |
| | 46 | || tol-4.1 || [http://www.tol-prj.org/packages/linux/ubuntu/jammy/tol-4.1-ubuntu.22.04.x86_64.deb tol-4.1-ubuntu.22.04.x86_64.deb] || for Ubuntu 22.04 LTS 64-bits || |
| | 47 | |
| | 48 | To install the TOL 4.1 .deb file, run the command: |
| | 49 | {{{ |
| | 50 | sudo apt install ./tol-4.1-ubuntu.24.04.x86_64.deb |
| | 51 | }}} |
| | 52 | |
| | 53 | To install the TOL 4.1 packages, run the command: |
| | 54 | {{{ |
| | 55 | /usr/lib/tol4.1/bin/tol-install-packages |
| | 56 | }}} |
| | 57 | |
| | 58 | To uninstall, do: |
| | 59 | {{{ |
| | 60 | sudo apt remove tol4.1 |
| | 61 | sudo apt autoremove |
| | 62 | }}} |
| 26 | 63 | |
| 27 | 64 | == TOL 3.5 == |