SMIL 1.1.1
|
Smil binary packages are available for some :
Installing Smil binaries follows always the same logic :
KURI=https://smil.cmm.minesparis.psl.eu/packages/jmartins@cmm.gpg.key wget -O- $KURI 2>/dev/null | apt-key add -
source /etc/os-release DISTRO=$VERSION_CODENAME apt-add-repository \ 'deb [arch=amd64] https://smil.cmm.minesparis.psl.eu/packages/ubuntu $DISTRO main'
# Retrieve or update list of packages available sudo apt-get update # look for smil packages sudo apt-cache search smil | grep ^smil # install all smil packages sudo apt-get install smil-*
sudo apt-cache search smil | grep ^smil
KURI=https://smil.cmm.minesparis.psl.eu/packages/jmartins@cmm.gpg.key wget -O- $KURI 2>/dev/null | apt-key add -
/etc/apt/sources.list
(replace DISTRO by the release name (jessie stretch buster …). xenial bionic focal ...) deb [arch=amd64] https://smil.cmm.minesparis.psl.eu/packages/debian DISTRO main
# Retrieve or update list of packages available sudo apt-get update # look for smil packages sudo apt-cache search smil | grep ^smil # install all smil packages sudo apt-get install smil-*
sudo apt-cache search smil | grep ^smil
/etc/yum.repos.d/CMM-Smil.repo
: # # [cmm-smil] name=Smil for CentOS-$releasever baseurl=https://smil.cmm.minesparis.psl.eu/packages/centos/$releasever/$basearch/ enabled=1 gpgcheck=1
rpm --import https://smil.cmm.minesparis.psl.eu/packages/jmartins@cmm.gpg.key
# first of all, it's always a good idea to clean the cache sudo dnf clean all # to see which packages are available : sudo dnf search smil # to install Python interface to Smil : sudo dnf install smil-python # to install all smil packages : sudo dnf -y install smil-*
/etc/yum.repos.d/CMM-Smil.repo
: # # [cmm-smil] name=Smil for CentOS-$releasever baseurl=https://smil.cmm.minesparis.psl.eu/packages/fedora/$releasever/$basearch/ enabled=1 gpgcheck=1
rpm --import https://smil.cmm.minesparis.psl.eu/packages/jmartins@cmm.gpg.key
# first of all, it's always a good idea to clean the cache sudo dnf clean all # to see which packages are available : sudo dnf search smil # to install Python interface to Smil : sudo dnf install smil-python # to install all smil packages : sudo dnf -y install smil-*
After created your Anaconda environnment, just change to it and type :
conda install -c jmarcio smil
Smil binary packages may be upgraded in the usual way any other package is upgraded.
Nonetheless: