How to Install and Uninstall just Package on openSuSE Tumbleweed
Last updated: December 25,2024
1. Install "just" package
Please follow the instructions below to install just on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
just
Copied
2. Uninstall "just" package
In this section, we are going to explain the necessary steps to uninstall just on openSuSE Tumbleweed:
$
sudo zypper remove
just
Copied
3. Information about the just package on openSuSE Tumbleweed
Information for package just:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : just
Version : 1.23.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.7 MiB
Installed : No
Status : not installed
Source package : just-1.23.0-1.2.src
Upstream URL : https://github.com/casey/just
Summary : Commmand runner
Description :
Just is a command runner. Although it shares
some similarities with "make", it is not a build
system.
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : just
Version : 1.23.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.7 MiB
Installed : No
Status : not installed
Source package : just-1.23.0-1.2.src
Upstream URL : https://github.com/casey/just
Summary : Commmand runner
Description :
Just is a command runner. Although it shares
some similarities with "make", it is not a build
system.