How to Install and Uninstall sd.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "sd.x86_64" package

Learn how to install sd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install sd.x86_64

2. Uninstall "sd.x86_64" package

This guide covers the steps necessary to uninstall sd.x86_64 on Fedora 34:

$ sudo dnf remove sd.x86_64 $ sudo dnf autoremove

3. Information about the sd.x86_64 package on Fedora 34

Last metadata expiration check: 1:40:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sd
Version : 0.7.6
Release : 6.fc34
Architecture : x86_64
Size : 641 k
Source : rust-sd-0.7.6-6.fc34.src.rpm
Repository : updates
Summary : Intuitive find & replace CLI
URL : https://crates.io/crates/sd
License : MIT and BSD
Description : Intuitive find & replace CLI.
:
: * Painless regular expressions
:
: sd uses regex syntax that you already know from JavaScript and Python.
: Forget about dealing with quirks of sed or awk - get productive immediately.
:
: * String-literal mode
:
: Non-regex find & replace. No more backslashes or remembering which characters
: are special and need to be escaped.
:
: * Easy to read, easy to write
:
: Find & replace expressions are split up, which makes them easy to read
: and write. No more messing with unclosed and escaped slashes.
:
: * Smart, common-sense defaults
:
: Defaults follow common sense and are tailored for typical daily use.