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.md
+44-3Lines changed: 44 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,13 @@ Before opening an issue, consider using one of the following locations to ensure
73
73
-[Downloading builds using IPFS](#downloading-builds-using-ipfs)
74
74
-[Unofficial Linux packages](#unofficial-linux-packages)
75
75
-[ArchLinux](#arch-linux)
76
+
-[Gentoo Linux](#gentoo-linux)
76
77
-[Nix](#nix)
77
78
-[Solus](#solus)
78
79
-[openSUSE](#opensuse)
79
80
-[Guix](#guix)
80
81
-[Snap](#snap)
82
+
-[Ubuntu PPA](#ubuntu-ppa)
81
83
-[Unofficial Windows packages](#unofficial-windows-packages)
82
84
-[Chocolatey](#chocolatey)
83
85
-[Scoop](#scoop)
@@ -198,11 +200,13 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
198
200
</a>
199
201
200
202
-[ArchLinux](#arch-linux)
203
+
-[Gentoo Linux](#gentoo-linux)
201
204
-[Nix](#nix-linux)
202
205
-[Solus](#solus)
203
206
-[openSUSE](#opensuse)
204
207
-[Guix](#guix)
205
208
-[Snap](#snap)
209
+
-[Ubuntu PPA](#ubuntu-ppa)
206
210
207
211
#### Arch Linux
208
212
@@ -214,6 +218,16 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
214
218
215
219
[](https://aur.archlinux.org/packages/kubo/)
216
220
221
+
#### <aname="gentoo-linux">Gentoo Linux</a>
222
+
223
+
https://wiki.gentoo.org/wiki/Kubo
224
+
225
+
```bash
226
+
# emerge -a net-p2p/kubo
227
+
```
228
+
229
+
https://packages.gentoo.org/packages/net-p2p/kubo
230
+
217
231
#### <aname="nix-linux">Nix</a>
218
232
219
233
With the purely functional package manager [Nix](https://nixos.org/nix/) you can install kubo (go-ipfs) like this:
@@ -246,6 +260,31 @@ You can also install it through the Solus software center.
246
260
247
261
No longer supported, see rationale in [kubo#8688](https://github.com/ipfs/kubo/issues/8688).
248
262
263
+
#### Ubuntu PPA
264
+
265
+
[PPA homepage](https://launchpad.net/~twdragon/+archive/ubuntu/ipfs) on Launchpad.
where `<<DISTRO>>` is the codename of your Ubuntu distribution (for example, `jammy` for 22.04 LTS). During the first installation the package maintenance script may automatically ask you about which networking profile, CPU accounting model, and/or existing node configuration file you want to use.
285
+
286
+
**NOTE**: this method also may work with any compatible Debian-based distro which has `libc6` inside, and APT as a package manager.
287
+
249
288
### Unofficial Windows packages
250
289
251
290
-[Chocolatey](#chocolatey)
@@ -432,9 +471,11 @@ If you make changes to the protocol buffers, you will need to install the [proto
432
471
Find more documentation for developers on [docs](./docs)
433
472
434
473
## Maintainer Info
435
-
*[Project Board for active and upcoming work](https://pl-strflt.notion.site/Kubo-GitHub-Project-Board-c68f9192e48e4e9eba185fa697bf0570)
Kubo is maintained by [Shipyard](https://ipshipyard.com/).
476
+
477
+
* This repository is part of [Shipyard's GO Triage triage](https://ipshipyard.notion.site/IPFS-Go-Triage-Boxo-Kubo-Rainbow-0ddee6b7f28d412da7dabe4f9107c29a).
0 commit comments