rust

https://rust-lang.org

Spiegel

http://paketspiegel.de/rust-1.91.1-x86_64-unknown-linux-gnu.tar.gz onnlein
SlackBuilds 15.0

SlackBuild

https://slackbuilds.org/repository/15.0/development/rust-opt

rust‑opt

Installieren

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

Bauen

ls /var/log/packages/ | grep rust-opt-1.91.1-x86_64-2_SBo if [ $? -eq 1 ] then wget https://slackbuilds.org/slackbuilds/15.0/development/rust-opt.tar.gz tar -x -f rust-opt.tar.gz cd rust-opt wget https://paketspiegel.de/rust-1.91.1-x86_64-unknown-linux-gnu.tar.gz ./rust-opt.SlackBuild installpkg /tmp/rust-opt-1.91.1-x86_64-2_SBo.tgz cd .. pwd fi