1
1
(sec-install-ubuntu)=
2
2
# Ubuntu Packages
3
3
4
- As of Cantera 3.0 .0, packages are available for Ubuntu 20.04 (Focal Fossa), Ubuntu 22.04
5
- (Jammy Jellyfish), Ubuntu 23 .04 (Lunar Lobster), and Ubuntu 23 .10 (Mantic Minotaur ).
4
+ As of Cantera 3.1 .0, packages are available for Ubuntu 20.04 (Focal Fossa), Ubuntu 22.04
5
+ (Jammy Jellyfish), Ubuntu 24 .04 (Noble Numbat) and Ubuntu 24 .10 (Oracular Oriole ).
6
6
Generally, packages are available for the two most-recent LTS releases as well as the
7
7
non-LTS releases supported on [ Launchpad] ( https://launchpad.net/ubuntu ) at the time of
8
8
the Cantera release. To see which Ubuntu releases and Cantera versions are currently
@@ -11,12 +11,12 @@ supported, visit the
11
11
12
12
The available packages are:
13
13
14
- - ` cantera- python3` - The Cantera Python module for Python 3.
14
+ - ` python3-cantera ` - The Cantera Python module for Python 3.
15
15
- ` libcantera-dev ` - Libraries and header files for compiling your own C, C++ and
16
16
Fortran 90 programs that use Cantera.
17
17
- ` cantera-common ` - Cantera data files and example programs
18
- - ` libcantera3.0 ` - The Cantera C++ library, for use by packaged C++ applications.
19
- - ` libcantera-fortran3.0 ` - The Cantera Fortran 90 library, for use by packaged
18
+ - ` libcantera3.1 ` - The Cantera C++ library, for use by packaged C++ applications.
19
+ - ` libcantera-fortran3.1 ` - The Cantera Fortran 90 library, for use by packaged
20
20
Fortran 90 applications.
21
21
- ` cantera ` - A metapackage that will install everything except for the development
22
22
files.
@@ -33,7 +33,7 @@ sudo apt-add-repository ppa:cantera-team/cantera
33
33
To install all of the Cantera packages:
34
34
35
35
``` bash
36
- sudo apt install cantera- python3 libcantera-dev
36
+ sudo apt install python3-cantera libcantera-dev
37
37
```
38
38
39
39
or install whichever subset you need by adjusting the above command. The
@@ -58,7 +58,7 @@ you have the latest available version installed by running:
58
58
59
59
``` bash
60
60
sudo apt update
61
- sudo apt install cantera- python3
61
+ sudo apt install python3-cantera
62
62
```
63
63
64
64
If you also have the ` libcantera-dev ` package installed, it should also be included on
@@ -88,6 +88,6 @@ version, run the commands:
88
88
89
89
``` bash
90
90
sudo apt-add-repository --remove ppa:cantera-team/cantera-unstable
91
- sudo apt remove cantera cantera-common libcantera-dev cantera- python3
92
- sudo apt install cantera- python3 libcantera-dev
91
+ sudo apt remove cantera cantera-common libcantera-dev python3-cantera
92
+ sudo apt install python3-cantera libcantera-dev
93
93
```
0 commit comments