Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | book/src/package-managers.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/book/src/package-managers.md b/book/src/package-managers.md index c3b1f4e7..89541bf7 100644 --- a/book/src/package-managers.md +++ b/book/src/package-managers.md @@ -2,7 +2,6 @@ - [Linux](#linux) - [Ubuntu/Debian](#ubuntudebian) - - [Ubuntu (PPA)](#ubuntu-ppa) - [Fedora/RHEL](#fedorarhel) - [Arch Linux extra](#arch-linux-extra) - [NixOS](#nixos) @@ -31,16 +30,6 @@ Install the Debian package from the release page. If you are running a system older than Ubuntu 22.04, Mint 21, or Debian 12, you can build the `.deb` file locally [from source](./building-from-source.md#building-the-debian-package). -### Ubuntu (PPA) - -Add the `PPA` for Helix: - -```sh -sudo add-apt-repository ppa:maveonair/helix-editor -sudo apt update -sudo apt install helix -``` - ### Fedora/RHEL ```sh |