How to Install elpa-s in Ubuntu 18.04



Install elpa-s by entering the following commands in the terminal:

sudo apt update
sudo apt install elpa-s

Description:

String manipulation library for Emacs

s.el is API library to manipulate character string by Emacs Lisp. For example, you can easily perform truncate, padding, concatenate, remove prefix/suffix, tweak whitespace, and more functions.

Homepage: https://github.com/magnars/s.el

Version: 1.12.0-1

Section: universe/lisp