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

Last updated: October 06,2024

1. Install "sd.x86_64" package

Please follow the guidance below to install sd.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install sd.x86_64

2. Uninstall "sd.x86_64" package

This is a short guide on how to uninstall sd.x86_64 on Fedora 39:

$ sudo dnf remove sd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:08:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : sd
Version : 0.7.6
Release : 13.fc39
Architecture : x86_64
Size : 778 k
Source : rust-sd-0.7.6-13.fc39.src.rpm
Repository : fedora
Summary : Intuitive find & replace CLI
URL : https://crates.io/crates/sd
License : MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
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.