Lugaru's Epsilon Programmer's Editor 15b1
Context:
|
Epsilon User's Manual and Reference > Getting Started > Unix InstallationEpsilon includes a version for Linux and a separate version for FreeBSD. We describe them (and the macOS version) collectively as the "Unix" version of Epsilon. The Linux version is available in .rpm and .deb formats, while the FreeBSD version is provided in .tar.bz2 format. Fedora, Red Hat, and CentOS Linux To install on Fedora, Red Hat, CentOS, and other Linux distributions that use .rpm files, double-click the .rpm file. Or install manually by using one of these commands:
sudo dnf localinstall ./path/to/filename.rpm (for newer systems)
You can also install the .rpm version without sudo access. Type
Debian and Ubuntu Linux To install on Debian, Ubuntu, and other Linux distributions that use .deb files, double-click the .deb file (if your system is configured to permit this), or install manually by using one of these commands:
sudo gdebi filename.deb (for newer systems)
If
You can also install the .deb version without sudo access. Type
FreeBSD To install on FreeBSD, as root, execute these commands:
cd /opt (or /usr/local) The setup script will offer to install required packages, if necessary. After Installing
Epsilon runs as an X11 program when
run under the X11 windowing system (we refer to this as the GUI
version), and as a terminal program outside of X11 (the "terminal
version"). Epsilon uses X11 when it inherits a
|