How to Install and Uninstall stan Package on openSuSE Tumbleweed

Last updated: May 21,2024

1. Install "stan" package

Please follow the step by step instructions below to install stan on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install stan

2. Uninstall "stan" package

Here is a brief guide to show you how to uninstall stan on openSuSE Tumbleweed:

$ sudo zypper remove stan

3. Information about the stan package on openSuSE Tumbleweed

Information for package stan:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : stan
Version : 0.4.1-11.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : stan-0.4.1-11.1.src
Upstream URL : http://www.roqe.org/stan
Summary : Stream Analyzer
Description :
Stan is a small console application that works on all UNIX systems. It
is able to generate several types of statistical information about a
stream. A stream can be either standard input or given files. For
example, stan can be used to analyze encrypted data or to measure the
quality of a pseudo-random number generator, but there are probably
hundreds of other situations where stan comes in handy.
Stan supports three types of analysis: general statistics, pattern
statistics, and bit statistics. By choosing intelligent values for each
statistic, stan can give amazing results about a stream and is fun to
work with.