File tree Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Expand file tree Collapse file tree 4 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ Data visualization can help programmers and scientists identify trends in their
173
173
- [ Binary Packages] ( integration/binary-packages.md )
174
174
- [ Package managers] ( integration/package-managers.md )
175
175
- [ Homebrew] ( integration/package-managers/homebrew.md )
176
+ - [ Arch Linux] ( integration/package-managers/arch-linux.md )
176
177
- [ Build from Source] ( integration/build-from-source.md )
177
178
- [ Dependencies] ( integration/build-from-source/dependencies.md )
178
179
- [ Build the Examples] ( integration/build-from-source/build-the-examples.md )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ has_toc: false
11
11
- [ Binary Packages] ( integration/binary-packages.md )
12
12
- [ Package managers] ( integration/package-managers.md )
13
13
- [ Homebrew] ( integration/package-managers/homebrew.md )
14
+ - [ Arch Linux] ( integration/package-managers/arch-linux.md )
14
15
- [ Build from Source] ( integration/build-from-source.md )
15
16
- [ Dependencies] ( integration/build-from-source/dependencies.md )
16
17
- [ Build the Examples] ( integration/build-from-source/build-the-examples.md )
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ has_toc: false
10
10
11
11
12
12
- [ Homebrew] ( package-managers/homebrew.md )
13
+ - [ Arch Linux] ( package-managers/arch-linux.md )
13
14
14
15
15
16
<!-- Generated with mdsplit: https://github.com/alandefreitas/mdsplit -->
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : default
3
+ title : Arch Linux
4
+ nav_order : 2
5
+ has_children : false
6
+ parent : Package managers
7
+ grand_parent : Integration
8
+ has_toc : false
9
+ ---
10
+ # Arch Linux
11
+
12
+ Matplot++ is available in the Arch User Repository
13
+ ([ AUR] ( https://wiki.archlinux.org/index.php/Arch_User_Repository ) ) as
14
+ [ ` matplotplusplus ` ] ( https://aur.archlinux.org/packages/matplotplusplus/ ) .
15
+
16
+ Note you can manually install the package by following the instructions on the
17
+ [ Arch Wiki] ( https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_packages )
18
+ or use an [ AUR helper] ( https://wiki.archlinux.org/index.php/AUR_helpers ) like
19
+ [ ` yay ` ] ( https://aur.archlinux.org/packages/yay/ )
20
+ (recommended for ease of install).
21
+
22
+ ``` bash
23
+ yay -S matplotplusplus
24
+ ```
25
+
26
+ To discuss any issues related to this package refer to the comments section on
27
+ the AUR page of ` matplotplusplus ` [ here] ( https://aur.archlinux.org/packages/matplotplusplus/ ) .
28
+
29
+
30
+
31
+
32
+ <!-- Generated with mdsplit: https://github.com/alandefreitas/mdsplit -->
You can’t perform that action at this time.
0 commit comments