mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #159] Fedora installation deprecated #123
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#123
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 @Adrianzatreanu on GitHub (May 21, 2016).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/159
Hello, I am a Fedora user and apparently on your website the command to install
asciinemaissudo yum... This command is no longer used, Fedora uses dnf now. You may consider changing it tosudo dnf:)@ku1ik commented on GitHub (May 21, 2016):
@Adrianzatreanu thanks. So it should be
sudo dnf install asciinema?@Adrianzatreanu commented on GitHub (May 21, 2016):
yes, that would fix it :)