Documented unofficial Ubuntu PPA
Documented unofficial installation package located in Ubuntu PPA maintained by @twdragon
Andrei Vukolov committed
Aug 2, 2024 at 12:30 UTC
c2bdd619976ab40b647535dbaa0f6ec8242bd627
1 file changed
+27
README.md
+27
@@ -78,6 +78,7 @@ Before opening an issue, consider using one of the following locations to ensure
78
- [openSUSE](#opensuse)
79
- [Guix](#guix)
80
- [Snap](#snap)
81
+ - [Ubuntu PPA](#ubuntu-ppa)
82
- [Unofficial Windows packages](#unofficial-windows-packages)
83
- [Chocolatey](#chocolatey)
84
- [Scoop](#scoop)
@@ -203,6 +204,7 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
204
- [openSUSE](#opensuse)
205
- [Guix](#guix)
206
- [Snap](#snap)
207
+- [Ubuntu PPA](#ubuntu-ppa)
208
209
#### Arch Linux
210
@@ -246,6 +248,31 @@ You can also install it through the Solus software center.
248
249
No longer supported, see rationale in [kubo#8688](https://github.com/ipfs/kubo/issues/8688).
250
251
+#### Ubuntu PPA
252
+
253
+[PPA homepage](https://launchpad.net/~twdragon/+archive/ubuntu/ipfs) on Launchpad.
254
+
255
+##### Latest Ubuntu (>= 20.04 LTS)
256
+```sh
257
+sudo add-apt-repository ppa:twdragon/ipfs
258
+sudo apt update
259
+sudo apt install ipfs-kubo
260
+```
261
+
262
+##### Any Ubuntu version
263
+
264
+```sh
265
+sudo su
266
+echo 'deb https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu <<DISTRO>> main' >> /etc/apt/sources.list.d/ipfs
267
+echo 'deb-src https://ppa.launchpadcontent.net/twdragon/ipfs/ubuntu <<DISTRO>> main' >> /etc/apt/sources.list.d/ipfs
268
+exit
269
+sudo apt update
270
+sudo apt install ipfs-kubo
271
+```
272
+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.
273
+
274
+**NOTE**: this method also may work with any compatible Debian-based distro which has `libc6` inside, and APT as a package manager.
275
+
276
### Unofficial Windows packages
277
278
- [Chocolatey](#chocolatey)