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: docs/install_linux.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,10 @@ Install and upgrade:
83
83
84
84
The core GitHub CLI team does not maintain the following packages or repositories. They are unofficial and we are unable to provide support or guarantees for them. They are linked here as a convenience and their presence does not imply continued oversight from the CLI core team. Users who choose to use them do so at their own risk.
85
85
86
+
### Snap (do not use)
87
+
88
+
There are [so many issues with Snap](https://github.com/casperdcl/cli/issues/7) as a runtime mechanism for apps like GitHub CLI that our team suggests _never installing gh as a snap_.
89
+
86
90
### Arch Linux
87
91
88
92
Arch Linux users can install from the [community repo][arch linux repo]:
@@ -175,18 +179,6 @@ openSUSE Tumbleweed users can install from the [official distribution repo](http
175
179
sudo zypper in gh
176
180
```
177
181
178
-
### Snaps
179
-
180
-
Many Linux distro users can install using Snapd from the [Snap Store](https://snapcraft.io/gh) or the associated [repo](https://github.com/casperdcl/cli/tree/snap)
> Snaps are auto-updated every 6 hours. `Snapd` is required and is available on a wide range of Linux distros.
186
-
> Find out which distros have Snapd pre-installed and how to install it in the [Snapcraft Installation Docs](https://snapcraft.io/docs/installing-snapd)
187
-
>
188
-
> **Note:**`snap connect gh:ssh-keys` is needed for all authentication and SSH needs.
0 commit comments