Bennett/Bennett Download and Install guide: Difference between revisions

From Engineering Wiki
Jump to navigation Jump to search
gravatar Mmapxam5 [userbureaucrateditorinterface-adminsysopPHRhYmxlIGNsYXNzPSJ0d3BvcHVwIj48dHI+PHRkIGNsYXNzPSJ0d3BvcHVwLWVudHJ5dGl0bGUiPkdyb3Vwczo8L3RkPjx0ZD51c2VyPGJyIC8+YnVyZWF1Y3JhdDxiciAvPmVkaXRvcjxiciAvPmludGVyZmFjZS1hZG1pbjxiciAvPnN5c29wPGJyIC8+PC90ZD48L3RyPjwvdGFibGU+] (talk | contribs)
(Created page with " === Download Links === {| class="wikitable" |+ Downloads for Bennett packages |- ! Linux Distribution !! Download Link |- | Ubuntu 22.04 || click for Ubuntu 22.04 download |} === Installing Bennett on Ubuntu 22.04 === # Download appropriate Bennett package from the above section # Open a terminal window # Change to the directory containing the downloaded file, for example <blockquote> cd ~/Downloads </blockquote> # run th...")
 
gravatar Mmapxam5 [userbureaucrateditorinterface-adminsysopPHRhYmxlIGNsYXNzPSJ0d3BvcHVwIj48dHI+PHRkIGNsYXNzPSJ0d3BvcHVwLWVudHJ5dGl0bGUiPkdyb3Vwczo8L3RkPjx0ZD51c2VyPGJyIC8+YnVyZWF1Y3JhdDxiciAvPmVkaXRvcjxiciAvPmludGVyZmFjZS1hZG1pbjxiciAvPnN5c29wPGJyIC8+PC90ZD48L3RyPjwvdGFibGU+] (talk | contribs)
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:


=== Download Links ===
=== Version ===


{| class="wikitable"
Latest version for Bennett is '''v1.2.16'''
|+ Downloads for Bennett packages
|-
! Linux Distribution !! Download Link 
|-
| Ubuntu 22.04 || [[Media:Bennett_1.1.7_amd64_jammy.deb| click for Ubuntu 22.04 download]]
|}


=== Installing Bennett on Ubuntu 22.04 ===
=== Supported Platforms ===


# Download appropriate Bennett package from the above section
Currently supported platforms:
# Open a terminal window
* Linux (Ubuntu 24) AMD 64
# Change to the directory containing the downloaded file, for example <blockquote> cd ~/Downloads </blockquote>
* Linux (Ubuntu 24) ARM 64
# run the following command <blockquote> sudo apt install ./THE_FILE_YOU_JUST_DOWNLOADED.deb </blockquote>
# a specific example at this time is <blockquote> sudo apt install ./Bennett_0.9.0.1_amd64.deb </blockquote>
# When prompted to install packages, enter 'y'


=== Uninstalling Bennett ===
Experimental supported:
* MacOS


To uninstall Bennett if installed with either of the above two packages, run the following command:
All other platforms:


<blockquote>
Bennett is an open-source application, and the source code can be taken from: https://gitlab.cs.man.ac.uk/cadtools/bennett
dpkg -r bennett
Merge requests for other platform builds will be reviewed and appreciated.
</blockquote>


=== Running Bennett ===
=== Download Links ===


Once Bennett is installed on your system, the scripts to start the GUI are available at /opt/bennett/bin/
{| class="wikitable"
This path should be added to your system path, either by running the following commands each time you
|+ Downloads for Bennett packages
wish to run Bennett.
|-
 
! Platform !! Architecture !! Version !! Install Docs !! Download Link 
<blockquote>
|-
export PATH=$PATH:/opt/bennett/bin/
| Ubuntu 24.04 || AMD64 || V1.2.16 || [[Bennett Ubuntu Install]] || [[Media:Bennett_1.2.16_x86_64_noble.deb]]
 
|-
start_bennett_151
| Ubuntu 24.04 || ARM64 || V1.2.16 || [[Bennett Ubuntu Install]] || [[Media:Bennett_1.2.16_aarch64_noble.deb]]
</blockquote>
|-
 
| MacOS || ARM64 ||  ~V1.2.14 || [[Bennett/Bennett - MacOS install guide]] || [[Media:Bennett_mac_build.zip]]
or appending the below to your ~/.bashrc file.
 
<blockquote>
export PATH=$PATH:/opt/bennett/bin/
</blockquote>

Latest revision as of 08:57, 22 September 2025

Version

Latest version for Bennett is v1.2.16

Supported Platforms

Currently supported platforms:

  • Linux (Ubuntu 24) AMD 64
  • Linux (Ubuntu 24) ARM 64

Experimental supported:

  • MacOS

All other platforms:

Bennett is an open-source application, and the source code can be taken from: https://gitlab.cs.man.ac.uk/cadtools/bennett Merge requests for other platform builds will be reviewed and appreciated.

Download Links

Downloads for Bennett packages
Platform Architecture Version Install Docs Download Link
Ubuntu 24.04 AMD64 V1.2.16 Bennett Ubuntu Install Media:Bennett_1.2.16_x86_64_noble.deb
Ubuntu 24.04 ARM64 V1.2.16 Bennett Ubuntu Install Media:Bennett_1.2.16_aarch64_noble.deb
MacOS ARM64 ~V1.2.14 Bennett/Bennett - MacOS install guide Media:Bennett_mac_build.zip