How To Install newlisp on Fedora 36

In this tutorial we learn how to install newlisp in Fedora 36. newlisp is Lisp-like general purpose scripting

Introduction

In this tutorial we learn how to install newlisp on Fedora 36.

What is newlisp

Lisp-like general purpose scripting language. newlisp is well suited for applications in AI, web search. It also can be used for embedded systems applications.

We can use yum or dnf to install newlisp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install newlisp.

Install newlisp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install newlisp using dnf by running the following command:

sudo dnf -y install newlisp

Install newlisp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install newlisp using yum by running the following command:

sudo yum -y install newlisp

How To Uninstall newlisp on Fedora 36

To uninstall only the newlisp package we can use the following command:

sudo dnf remove newlisp

newlisp Package Contents on Fedora 36

/usr/bin/newlisp
/usr/bin/newlispdoc
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/e0438b0eb070bf311114f274ac700b947c53dc
/usr/share/doc/newlisp
/usr/share/doc/newlisp/COPYING
/usr/share/doc/newlisp/CREDITS
/usr/share/doc/newlisp/CodePatterns.html
/usr/share/doc/newlisp/manual_frame.html
/usr/share/doc/newlisp/newLISP-10.7.5-Release.html
/usr/share/doc/newlisp/newLISPdoc.html
/usr/share/doc/newlisp/newlisp_index.html
/usr/share/doc/newlisp/newlisp_manual.html
/usr/share/man/man1/newlisp.1.gz
/usr/share/man/man1/newlispdoc.1.gz
/usr/share/newlisp
/usr/share/newlisp/modules/canvas.lsp
/usr/share/newlisp/modules/cgi.lsp
/usr/share/newlisp/modules/crypto.lsp
/usr/share/newlisp/modules/ftp.lsp
/usr/share/newlisp/modules/getopts.lsp
/usr/share/newlisp/modules/gsl.lsp
/usr/share/newlisp/modules/infix.lsp
/usr/share/newlisp/modules/mysql.lsp
/usr/share/newlisp/modules/odbc.lsp
/usr/share/newlisp/modules/plot.lsp
/usr/share/newlisp/modules/pop3.lsp
/usr/share/newlisp/modules/postgres.lsp
/usr/share/newlisp/modules/postscript.lsp
/usr/share/newlisp/modules/smtp.lsp
/usr/share/newlisp/modules/smtpx.lsp
/usr/share/newlisp/modules/sqlite3.lsp
/usr/share/newlisp/modules/stat.lsp
/usr/share/newlisp/modules/unix.lsp
/usr/share/newlisp/modules/xmlrpc-client.lsp
/usr/share/newlisp/modules/zlib.lsp
/usr/share/newlisp/util/newlisp.vim
/usr/share/newlisp/util/syntax.cgi

References

Summary

In this tutorial we learn how to install newlisp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).