mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #382] Add snap installation instructions #853
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#853
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @om26er on GitHub (Jan 10, 2020).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/382
Currently this page https://asciinema.org/docs/installation#installing-on-linux does not refer to snap installation method. I think we need to update that page and (potentially) make that the "default" way of installing asciinema on Linux based systems.
@om26er commented on GitHub (Jan 10, 2020):
All we need to mention in the instructions is to ensure
snapdis already installed on the system. Here are the install instructions for different Linux distros https://snapcraft.io/docs/installing-snapdThe main advantage here is that we can always ensure that users use the latest version of the software, something that comes directly from the upstream without any distro patching
@om26er commented on GitHub (Jan 10, 2020):
The install command on a snapd based systems would be
@cosmos1721 commented on GitHub (Jun 14, 2023):
hey @om26er
if the issue is not assigned to anyone, can I work on it?
@ku1ik commented on GitHub (Jan 29, 2024):
@cosmos1721 I can add you to the admins of the snap on snapcraft.io if you'd like to help. If so, let me know the email to use when inviting you there.
@cosmos1721 commented on GitHub (Jan 29, 2024):
sure, here's my email: deveshsharma1721@gmail.com
@ku1ik commented on GitHub (Jun 23, 2025):
FYI the new installation docs are now here: https://docs.asciinema.org/manual/cli/installation/
@septatrix commented on GitHub (Jun 23, 2025):
What would be gained by recommending snap (which is only pushed by Ubuntu) over pip which is readily available on pretty much all distros?
PS: To clarify, I think adding instructions for snap is great for those who want to use it, but it should not be made the recommended solution over a universally available method
@ku1ik commented on GitHub (Jun 23, 2025):
Fully agree.