How to install replace on Fedora Linux
The sane person's alternative to sed
Availability
| Distro | aarch64 | noarch | x86_64 | Version |
|---|---|---|---|---|
| Fedora 44 | ✓ | — | ✓ | 0.0.4 |
| Fedora 43 | ✓ | — | ✓ | 0.0.4 |
| Fedora 42 | ✓ | — | ✓ | 0.0.4 |
| Fedora 41 | ✓ | — | ✓ | 0.0.4 |
| Fedora 40 | ✓ | — | ✓ | 0.0.4 |
Description
The replace package ships a binary that follows deprecated MySQL's replace syntax. It's an alternative to sed which doesn't require you to remember the syntax. Usage is same as MySQL's replace program: replace [-s] [-v] from to [from to ...] [--] [files...] For example: replace foo bar -- test.txt cat test.txt | replace foo bar
Built for Fedora Linux.
Install
replace on Fedora Linux 40, 41, 42, 43, 44
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install replace
Package downloads require an active GetPageSpeed subscription — one repository for replace and thousands more packages for Fedora Linux.
Subscribe — from $10/moFrequently asked questions
How do I install replace on Fedora Linux?
Add the GetPageSpeed repository, then install the replace package with your system package manager.
Which Fedora Linux versions is replace available for?
replace is available for Fedora 40, 41, 42, 43, 44.