fmt

https://fmt.dev/12.0

Spiegel

http://paketspiegel.de/fmt-12.1.0.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/libraries/fmt

fmt

Installieren

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

Bauen

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