{"id":1238,"date":"2021-12-16T12:35:14","date_gmt":"2021-12-16T09:35:14","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-install-speedcrunch-on-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/10\/26\/how-to-install-speedcrunch-on-linux\/"},"modified":"2021-12-16T12:35:14","modified_gmt":"2021-12-16T09:35:14","slug":"how-to-install-speedcrunch-on-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1238-how-to-install-speedcrunch-on-linux\/","title":{"rendered":"How to install SpeedCrunch on Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Are you in need of a scientific calculator for your Linux PC? Can\u2019t find anything good to use? Check out SpeedCrunch! It\u2019s a high-precision, scientific calculator that sports tons of features and a speedy keyboard-driven interface. Here\u2019s how to set it up on your system.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409970 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-speedcrunch-on-linux.png\" alt=\"\" width=\"1200\" height=\"1071\"\/><\/p>\n<h2>Ubuntu installation instructions<\/h2>\n<p>SpeedCrunch is available for installation on Ubuntu through a downloadable DEB package. To start the installation, you\u2019ll need to download the DEB package to your computer.<\/p>\n<p>To download the latest release of SpeedCrunch on Ubuntu, open up a terminal window. You can open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to use, execute the <strong>wget<\/strong> command to download the latest SpeedCrunch Ubuntu package to your computer.<\/p>\n<pre>\nwget https:\/\/bitbucket.org\/heldercorreia\/speedcrunch\/downloads\/SpeedCrunch-0.12-linux64.deb\n<\/pre>\n<p>Once you\u2019ve finished downloading the SpeedCrunch DEB package to your computer, use the <strong>apt install<\/strong> command down below to install it to your Ubuntu system.<\/p>\n<pre>\nsudo apt install .\/SpeedCrunch-0.12-linux64.deb\n<\/pre>\n<h2>Debian installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409973 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-speedcrunch-on-linux-1.png\" alt=\"\" width=\"1200\" height=\"900\"\/><\/p>\n<p>If you need to get SpeedCrunch working on your Debian Linux system, you\u2019ll have to download the latest DEB package to your computer. Open up a terminal window on the Linux desktop by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard to start the download.<\/p>\n<p>With the terminal window open and ready to use, execute the following <strong>wget<\/strong> download command to grab the latest DEB package to your computer.<\/p>\n<pre>\nwget https:\/\/bitbucket.org\/heldercorreia\/speedcrunch\/downloads\/SpeedCrunch-0.12-linux64.deb\n<\/pre>\n<p>Or, if you need the 32-bit release of SpeedCrunch:<\/p>\n<pre>\nwget https:\/\/bitbucket.org\/heldercorreia\/speedcrunch\/downloads\/SpeedCrunch-0.12-linux32.deb\n<\/pre>\n<p>With the download complete, the installation of SpeedCrunch can begin. Using the <strong>dpkg<\/strong> command down below, set up the DEB package on your computer.<\/p>\n<pre>\nsudo dpkg -i SpeedCrunch-0.12-linux64.deb\n<\/pre>\n<p>If you are installing the 32-bit version of SpeedCrunch on Debian, enter the command down below instead.<\/p>\n<pre>\nsudo dpkg -i SpeedCrunch-0.12-linux32.deb\n<\/pre>\n<p>With the DEB package installed on your system, you\u2019ll need to run the <strong>apt-get install -f<\/strong> command down below to correct any dependency issues caused by the installation of SpeedCrunch.<\/p>\n<pre>\nsudo apt-get install -f\n<\/pre>\n<h2>Arch Linux installation instructions<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-409970 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-speedcrunch-on-linux.png\" alt=\"\" width=\"1200\" height=\"1071\"\/><\/p>\n<p>SpeedCrunch is available for all Arch Linux users. However, the app isn\u2019t on the official SpeedCrunch website. Instead, Arch Linux users can get it working through the Arch Linux User Repository.<\/p>\n<p>To start the installation of SpeedCrunch on Arch Linux, you\u2019ll have to install the \u201cGit\u201d and \u201cBase-devel\u201d packages on your system using the <strong>pacman<\/strong> command.<\/p>\n<pre>\nsudo pacman -S git base-devel\n<\/pre>\n<p>After setting up the two packages on your computer, install the Trizen AUR helper. This program will make it much easier to install the SpeedCrunch AUR package on your system.<\/p>\n<pre>\ngit clone https:\/\/aur.archlinux.org\/trizen.git\ncd trizen\/\nmakepkg -sri\n<\/pre>\n<p>With the Trizen AUR helper set up on your Arch Linux computer, use the <strong>trizen -S<\/strong> command to set up SpeedCrunch.<\/p>\n<pre>\ntrizen -S speedcrunch-git\n<\/pre>\n<h2>Fedora installation instructions<\/h2>\n<p>SpeedCrunch is available for Fedora users via an official RPM package. To install the latest release of SpeedCrunch on your Fedora computer, open up a terminal window on the Linux desktop.<\/p>\n<p>Opening up a terminal window on Fedora is easy. Press <strong>Ctrl + Alt + T<\/strong> on the keyboard. Or, open up the Fedora app menu, search for \u201cTerminal,\u201d and launch it that way.<\/p>\n<p>With the terminal window open, use the <strong>wget<\/strong> download command to grab the latest SpeedCrunch RPM package.<\/p>\n<pre>\nwget https:\/\/bitbucket.org\/heldercorreia\/speedcrunch\/downloads\/SpeedCrunch-0.12-linux64.rpm\n<\/pre>\n<p>Now that the SpeedCrunch RPM package file is downloaded, it can be installed using the <strong>dnf install<\/strong> command.<\/p>\n<pre>\nsudo dnf install SpeedCrunch-0.12-linux64.rpm\n<\/pre>\n<h4>32-bit<\/h4>\n<p>There\u2019s also a 32-bit release of SpeedCrunch for Fedora. However, Fedora Linux discontinued 32-bit support a while ago. If you\u2019re using a derivative of Fedora that requires 32-bit packages, click here.<\/p>\n<h2>OpenSUSE installation instructions<\/h2>\n<p>OpenSUSE uses RPM packages much like Fedora. For this reason, you\u2019ll be able to get the SpeedCrunch application up and running relatively quickly. To start the installation, you\u2019ll have to open up a terminal window on the Linux desktop.<\/p>\n<p>Launching a terminal window on the OpenSUSE desktop can be done by pressing <strong>Ctrl + Alt + T<\/strong> on the keyboard. Alternatively, it is possible to launch the terminal by searching for \u201cTerminal\u201d in the app menu.<\/p>\n<p>With the terminal window open and ready to use, run the <strong>wget<\/strong> download command to grab the SpeedCrunch RPM package file.\u00a0<\/p>\n<pre>\nwget https:\/\/bitbucket.org\/heldercorreia\/speedcrunch\/downloads\/SpeedCrunch-0.12-linux64.rpm\n<\/pre>\n<p>The download process should be quick as it is a small file. When the process is complete, the installation can begin. Using the <strong>zypper install<\/strong> command down below, set up SpeedCrunch.<\/p>\n<pre>\nsudo zypper install SpeedCrunch-0.12-linux64.rpm\n<\/pre>\n<p><strong>32-bit<\/strong><\/p>\n<p>OpenSUSE supports 32-bit, but it is unclear if it will be supported forever. If you\u2019re an OpenSUSE user and need to install the 32-bit release of SpeedCrunch, click here.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Are you in need of a scientific calculator for your Linux PC? Can\u2019t find anything good to use? Check out SpeedCrunch! It\u2019s a high-precision, scientific calculator that sports tons of features and a speedy keyboard-driven interface. Here\u2019s how to set it up on your system. Ubuntu installation instructions SpeedCrunch is available for installation &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1239,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1238"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1238"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1238\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1239"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}