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

Last updated: November 26,2024

1. Install "sd.x86_64" package

Please follow the instructions below to install sd.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install sd.x86_64

2. Uninstall "sd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall sd.x86_64 on Fedora 35:

$ sudo dnf remove sd.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:14:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sd
Version : 0.7.6
Release : 6.fc35
Architecture : x86_64
Size : 640 k
Source : rust-sd-0.7.6-6.fc35.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.