Bennett/Bennett Download and Install guide

From Engineering Wiki
< Bennett
Revision as of 10:10, 3 September 2025 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Download Links

Downloads for Bennett packages
Linux Distribution Download Link
Ubuntu 22.04 click for Ubuntu 22.04 download

Installing Bennett on Ubuntu 22.04

  1. Download appropriate Bennett package from the above section
  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_0.9.0.1_amd64.deb

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

Uninstalling Bennett

To uninstall Bennett if installed with either of the above two packages, 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/