Bennett Ubuntu Install: Difference between revisions

From Engineering Wiki
Jump to navigation Jump to search
gravatar Mmapxam5 [userbureaucrateditorinterface-adminsysopPHRhYmxlIGNsYXNzPSJ0d3BvcHVwIj48dHI+PHRkIGNsYXNzPSJ0d3BvcHVwLWVudHJ5dGl0bGUiPkdyb3Vwczo8L3RkPjx0ZD51c2VyPGJyIC8+YnVyZWF1Y3JhdDxiciAvPmVkaXRvcjxiciAvPmludGVyZmFjZS1hZG1pbjxiciAvPnN5c29wPGJyIC8+PC90ZD48L3RyPjwvdGFibGU+] (talk | contribs)
No edit summary
gravatar Z08167pp [usereditorPHRhYmxlIGNsYXNzPSJ0d3BvcHVwIj48dHI+PHRkIGNsYXNzPSJ0d3BvcHVwLWVudHJ5dGl0bGUiPkdyb3Vwczo8L3RkPjx0ZD51c2VyPGJyIC8+ZWRpdG9yPGJyIC8+PC90ZD48L3RyPjwvdGFibGU+] (talk | contribs)
(Updated the example apt-install command and added a third alternative for setting the Bennett path)
 
Line 8: Line 8:
# Change to the directory containing the downloaded file, for example <blockquote> cd ~/Downloads </blockquote>
# Change to the directory containing the downloaded file, for example <blockquote> cd ~/Downloads </blockquote>
# run the following command <blockquote> sudo apt install ./THE_FILE_YOU_JUST_DOWNLOADED.deb </blockquote>
# 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>
# a specific example at this time is <blockquote> sudo apt install Bennett_1.2.14-1-g58d8f8b_x86_64_noble.deb </blockquote>
# When prompted to install packages, enter 'y'
# When prompted to install packages, enter 'y'


== Uninstalling Bennett ==
== Uninstalling Bennett ==


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


<blockquote>
<blockquote>
Line 35: Line 35:
<blockquote>
<blockquote>
export PATH=$PATH:/opt/bennett/bin/
export PATH=$PATH:/opt/bennett/bin/
</blockquote>
Alternatively, you can run Bennett by specifying the full path
<blockquote>
/opt/bennett/bin/start_bennett_151
</blockquote>
</blockquote>

Latest revision as of 11:21, 19 September 2025

Installation guide for Bennett for remote usage. A reminder that we can only offer support for the Ubuntu 24.04 platform. Please contact cadtools@manchester.ac.uk for support.

Installing Bennett on Ubuntu 24.04

  1. Download appropriate Bennett package from the Bennett Download and Install guide page.
  2. Open a terminal window
  3. Change to the directory containing the downloaded file, for example

    cd ~/Downloads

  4. run the following command

    sudo apt install ./THE_FILE_YOU_JUST_DOWNLOADED.deb

  5. a specific example at this time is

    sudo apt install Bennett_1.2.14-1-g58d8f8b_x86_64_noble.deb

  6. When prompted to install packages, enter 'y'

Uninstalling Bennett

To uninstall Bennett, run the following command:

dpkg -r bennett

Running Bennett

Once Bennett is installed on your system, the scripts to start the GUI are available at /opt/bennett/bin/ This path should be added to your system path, either by running the following commands each time you wish to run Bennett.

export PATH=$PATH:/opt/bennett/bin/

start_bennett_151

or appending the below to your ~/.bashrc file.

export PATH=$PATH:/opt/bennett/bin/

Alternatively, you can run Bennett by specifying the full path

/opt/bennett/bin/start_bennett_151