You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,10 +284,31 @@ GNB supports the OpenWRT platform and needs to be compiled by the user.
284
284
285
285
## GNB on Linux distributions
286
286
287
-
The ["Copper Pea Linux"](https://www.atzlinux.com) project made a deb format package under Linux for the GNB project. For details, please visit [Copper Pea Software Source](https://www. atzlinux.com/allpackages.htm).
287
+
The ["atzinux"](https://www.atzlinux.com) project made a deb format package under Linux for the GNB project. For details, please visit [atzlinux apt Software Source](https://www. atzlinux.com/allpackages.htm).
288
288
289
289
The systemd script was made by [Jin Buguo](https://github.com/jinbuguo) for the GNB project
290
290
291
+
* Debian
292
+
On July 2022, the deb package of opengnb had contributed to [Debian official package](https://tracker.debian.org/news/1343607/accepted-opengnb-1290-1-source-amd64-into-unstable-unstable/) by the atzlinux project.
293
+
294
+
You may install opengnb on Debian 12 (bookworm) :
295
+
296
+
```bash
297
+
apt install opengnb
298
+
```
299
+
The documents of start opengnb use systemd is:
300
+
301
+
/usr/share/doc/opengnb/README.Debian
302
+
303
+
* Ubuntu
304
+
From 22.10 (kinetic) on, you may install on Ubuntu:
305
+
306
+
```bash
307
+
apt install opengnb
308
+
```
309
+
310
+
- Arch Linux
311
+
291
312
The AUR package of Arch Linux was made by [taotieren](https://github.com/taotieren) for the GNB project. The installation method is as follows
0 commit comments