Prerequisites
Official sigclear packages are built on AMD64 archtecture only. Binary packages of the following OSs can be downloaded from official sigclear repository:- RHEL 7, CentOS 7, Scientific OS 7
- RHEL 8, CentOS 8, Rockylinux 8
- RHEL 9, CentOS 9, Rockylinux 9
- Debian 9, Ubuntu 16/17
- Debian 10, Ubuntu 18/19
- Debian 11, Ubuntu 20/21
- Debian 12, Ubuntu 22
- Debian 13, Ubuntu 23/24
Installation steps on
- download tnd install the public key of sigclear repository
- sudo apt yum install gnupg
- gpg --no-default-keyring --homedir /tmp --keyserver hkps://keyserver.ubuntu.com --search-keys "38AD32FE52911D38"
- gpg --no-default-keyring --homedir /tmp --export 38AD32FE52911D38 | sudo tee /usr/share/keyrings/sigclear-pub.gpg
- setup the sigclear repository
- echo "deb [signed-by=/usr/share/keyrings/sigclear-pub.gpg] https://sigclear.com/repos/debian trixie non-free" | sudo tee /etc/apt/sources.list.d/sigclear.list sudo wget -O /etc/yum.repos.d/sigclear.repo https://sigclear.com/repos/sigclear.repo
- sudo apt yum update
- sudo pip3 install scons
- install the packages you need (dependent packages should be automatically installed)
- sudo apt yum install sigclear-plot sigclear-experiment
- append the environment variables in
- export SIGCLEAR=/opt/sigclear
- source $SIGCLEAR/bin/sigclear.sh
- setenv SIGCLEAR /opt/sigclear
- source $SIGCLEAR/bin/sigclear.csh
check installation successful
to check if the software installed successfully, type the name of any sigclear program, such as
- sgcreate
if it show the manual, then the sigclear software are successfully installed.
You may need a license after installation.
check status of packages
To check status of all sigclear packages, one can run
-
apt
yum search sigclear
To update sigclear packages, just type
-
apt
yum update
uninstall sigclear packages
To fully uninstall the sigclear software, just type
- sudo
apt remove
yum erase
sigclear-license
