How To Install Red In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS?

How To Install Red In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS?

red

classic UNIX line editor

Maintainer: Martin Zobel-Helas



Section: editors

Install red

  • Debian apt-get install ed Click to copy
  • Ubuntu apt-get install ed Click to copy
  • Alpine OS apk add ed Click to copy
  • Arch Linux pacman -S ed Click to copy
  • Kali Linux apt-get install ed Click to copy
  • CentOS yum install ed Click to copy
  • Fedora dnf install ed Click to copy
  • Raspbian apt-get install ed Click to copy
  • macOS brew install ed Click to copy

ed

classic UNIX line editor

ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands.

Install the latest version of red in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian and macOS from terminal. To install the red just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of red from the respository and install it in your computer/server.