Easy steps to install a2ps package on Mac
Package Information:Name: a2ps
Use: GNU a2ps is an Any to PostScript filter. Of course it processes plain text files, but also pretty prints quite a few popular languages. More detailed web pages about GNU a2ps, including documentation, flashes, updates, mailing lists, FAQ etc., is available at https://savannah.gnu.org/projects/a2ps/.
URL: https://www.gnu.org/software/a2ps/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install a2ps using brew
brew install a2ps
0 comments:
Post a Comment