How to Install and Uninstall leiningen Package on openSUSE Leap

Last updated: April 28,2024

1. Install "leiningen" package

This tutorial shows how to install leiningen on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install leiningen

2. Uninstall "leiningen" package

Learn how to uninstall leiningen on openSUSE Leap:

$ sudo zypper remove leiningen

3. Information about the leiningen package on openSUSE Leap

Information for package leiningen:
----------------------------------
Repository : Main Repository
Name : leiningen
Version : 2.10.0-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 12.2 MiB
Installed : No
Status : not installed
Source package : leiningen-2.10.0-bp155.1.4.src
Upstream URL : https://leiningen.org/
Summary : Automation for Clojure projects
Description :
Working on Clojure projects with tools designed for Java can be an
exercise in frustration. With Leiningen, builds can be describe with
Clojure. Leiningen handles fetching dependencies, running tests,
packaging projects and can be extended with a number of plugins.