toml

Spiegel

http://paketspiegel.de/toml-0.10.2.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/python/python3-toml

python3‑toml

Installieren

ls /var/log/packages/ | grep python3-toml-0.10.2-x86_64-1_SBo if [ $? -eq 1 ] then wget http://sbopkg.paketspiegel.de/15.0/python3-toml-0.10.2-x86_64-1_SBo.tgz installpkg python3-toml-0.10.2-x86_64-1_SBo.tgz fi

Bauen

ls /var/log/packages/ | grep python3-toml-0.10.2-x86_64-1_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/python/python3-toml.tar.gz tar -x -f python3-toml.tar.gz cd python3-toml wget https://paketspiegel.de/toml-0.10.2.tar.gz ./python3-toml.SlackBuild installpkg /tmp/python3-toml-0.10.2-x86_64-1_SBo.tgz cd .. pwd fi