Skip to content

Commit ebec92d

Browse files
authored
docs: update deb package status in installation-linux.md
1 parent 6a4c405 commit ebec92d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs_src/tutorials/installation-linux.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ To quickly run scaphandre in your terminal you may use [docker](https://www.dock
1010
docker run -v /sys/class/powercap:/sys/class/powercap -v /proc:/proc -ti hubblo/scaphandre stdout -t 15
1111

1212
## Debian/Ubuntu
13-
On Debian or Ubuntu, you can use the available `.deb` [package for Debian Bullseye](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb11_amd64.deb) or the [package for Debian Bookworm](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb12_amd64.deb).
13+
14+
Since Debian Sid, Scaphandre is available as an official package, try:
15+
16+
sudo apt install scaphandre
17+
18+
If not (yet) in your official packages repositories, on Debian or Ubuntu, you can directly use the available `.deb` [package for Debian Bullseye](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb11_amd64.deb) or the [package for Debian Bookworm](https://github.com/hubblo-org/scaphandre/releases/download/v1.0.0/scaphandre_v1.0.0-deb12_amd64.deb).
1419

1520
# For Debian Bookworm
1621
VERSION="1.0.0" ARCH="amd64" DIST="deb12" && \

0 commit comments

Comments
 (0)