(Solved) Critical Mass Install

Anything related to gaming on Linux Mint including game discussion or questions concerning Steam or Wine.
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
pcpunk
Level 5
Level 5
Posts: 976
Joined: Sun Jun 15, 2014 1:44 pm
Location: Florida

(Solved) Critical Mass Install

Post by pcpunk »

How do I install Critical Mass onto my mint kde install? This is where I am looking at it, it is not available in Software Manager. http://criticalmass.sourceforge.net/
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
HP Compaq nx7400, Cinnamon 19.2
Intel R Core™2CPU, T5500@1.66GHz, 4GB Crucial RAM
Super Clean Runs Perfect
User avatar
xenopeek
Level 25
Level 25
Posts: 29612
Joined: Wed Jul 06, 2011 3:58 am

Re: Critical Mass Install

Post by xenopeek »

You can download the binaries from that website. You'd just extract the archive to your home folder and run it from there. You will likely have to right-click the included runCritter.sh file and in Properties > Permissions mark it as executable. You can then try to run it. Seeing as the binary is from 2005, don't be surprised if it doesn't work.

Also, watch out as SourceForge can no longer be trusted. They are bundling adware with some installers.
Image
evenadam

Re: Critical Mass Install

Post by evenadam »

I am running Mint 17.1 with Cinnamon and I could install with:

Code: Select all

sudo aptitude install criticalmass
in terminal.
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Critical Mass Install

Post by Pjotr »

Good tip from evenadam! It's apparently even in the repo's, so you can throw away what you've downloaded manually.... :)

However, one small note: it's better to use apt-get than aptitude. So:

Code: Select all

sudo apt-get install criticalmass
.... or use Synaptic for installing it.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
pcpunk
Level 5
Level 5
Posts: 976
Joined: Sun Jun 15, 2014 1:44 pm
Location: Florida

Re: (Solved) Critical Mass Install

Post by pcpunk »

Thanks a lot guys I did not see it in the repos and got it installed. Good to see you Pjotr! I searched under single point shooters and by all games but missed it somehow. It works great, simple and pretty fun. I have had issues with other games that are more advanced so this one is good for now. After all I need something to do at work LOL. just kidding, well not really.
HP Compaq nx7400, Cinnamon 19.2
Intel R Core™2CPU, T5500@1.66GHz, 4GB Crucial RAM
Super Clean Runs Perfect
evenadam

Re: Critical Mass Install

Post by evenadam »

Pjotr wrote:... it's better to use apt-get than aptitude.
Might I ask why?
User avatar
Pjotr
Level 24
Level 24
Posts: 20129
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: Critical Mass Install

Post by Pjotr »

evenadam wrote:
Pjotr wrote:... it's better to use apt-get than aptitude.
Might I ask why?
You might. :)

This is why:
http://www.debian.org/doc/manuals/debia ... de_literal

Key quotes:
Note
Although the aptitude command comes with rich features such as its enhanced package resolver, this complexity has caused (or may still causes) some regressions such as Bug #411123, Bug #514930, and Bug #570377. In case of doubt, please use the apt-get and apt-cache commands over the aptitude command.
Just below that note, there's another, milder note:
Note
Since apt-get and aptitude share auto-installed package status (see Section 2.5.5, “The package state for APT”) after lenny, you can mix these tools without major troubles (see Bug #594490).
I'm not quite sure what minor troubles apparently still remain, but I think it's best to be on the safe side in this low-level fundamental matter. All graphical tools (Synaptic, Software Manager, ....) use, as far as I know, apt-get.

So the safe behaviour would be, to use only apt-get when installing by means of the terminal.
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
Locked

Return to “Gaming”