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.

Changes between Version 37 and Version 38 of Download


Ignore:
Timestamp:
Sep 17, 2026, 5:00:50 PM (36 hours ago)
Author:
pradeep
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v37 v38  
    2424
    2525For more details, see [wiki:Software].
     26
     27== TOL 4.1 ==
     28
     29The 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
     38The 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
     48To install the TOL 4.1 .deb file, run the command:
     49{{{
     50sudo apt install ./tol-4.1-ubuntu.24.04.x86_64.deb
     51}}}
     52
     53To install the TOL 4.1 packages, run the command:
     54{{{
     55/usr/lib/tol4.1/bin/tol-install-packages
     56}}}
     57
     58To uninstall, do:
     59{{{
     60sudo apt remove tol4.1
     61sudo apt autoremove
     62}}}
    2663
    2764== TOL 3.5 ==