Skip to main content

Installing FreeMind to Ubuntu Linux 16.04

Installing FreeMind to Ubuntu Linux
I wanted to install mind-mapping software to my Ubuntu Linux laptop.  I used to use FreeMind a couple of years ago, and liked it.  “No problem,” I thought.  “I will just fire up Ubuntu Software and install it from there.”  But FreeMind was not on the Ubuntu Software list.
“OK, I will get it through Synaptic Package Manager (SPaM),” I said to myself, feeling smug because A) SPaM has every Linux program under the sun (and quite a few from other star systems too), and B) I know that SPaM exists, AND I had already installed it.  However, FreeMind did not appear, even in SPaM.
It had become a mystery.
I was able to install the .deb package from SourceForge for FreeMind 0.8.1.  This is not the most recent version;  V 10 is available for Windows…
In Terminal CLI, I tried switching to the Downloads directory, then installing with dpkg;
 ~$  cd Downloads
~$  sudo dpkg –i freemind_0.8.1-2_all.deb
This got me a raft of error messages—I had to install Java support packages.
I manually installed the ones I could find in Synaptic, de-installed FreeMind, restarted and re-installed FreeMind, and got additional lists of needed Java packages—AND a helpful comment;
“Unmet dependencies.  Try ‘apt-get –f install’ with no packages (or specify a solution).”
Typing
~$ sudo apt-get –f install
pulled in a raft of other java packages that had not yet been mentioned.  After typing ‘Y’ at
Do you want to continue? [Y/n]
the system pulled in the needed packages, ending with
Setting up freemind (0.8.1-2)
It works!
Addendum:
After all that, I ran across this step-by-step method for installing the most recent WIN version in Linux using the WIN package from SourceForge.  Maybe I’ll try it sometime, but right now I need to use FreeMind to take care of some tasks...



Alt method of installing FreeMind;
https://sourceforge.

Comments

Popular posts from this blog

The Big Reset

A lot of people are very upset about global financial conditions these days.   Almost everyone I know is struggling to make ends meet, and failing at it.  Debt levels are high, wages are not keeping up with inflation, our standards of living are going down year by year.  The most likely endpoint of this process, for most of us, seems to be bankruptcy--But bankruptcy is increasingly being prohibited by law.  The only people who seem to be prospering in the current environment are the Very Rich, Government Employees, and Organized Criminals. In the banking crisis in 2008, we bailed out the banks.  It has gotten us nowhere.  The banking industry has continued the same bad practices that got it into trouble in the first place.  We are heading for another crisis of the same kind, but orders of magnitude larger.   The usual endpoint for all this is a giant financial crisis, mass bankruptcy, hyperinflation, chaos, war, bankers and politicians ha...

Critter-Resistant Planter Box - End of Year 1

 Generally, the new planter box was a big success!  The soil depth (about 18 inches) caused no problems, and even though the wire hardware-cloth lining the bottom was only overlapped with the sides, there was no evidence of moles or voles inside the planter box.  Deer stayed out-- Even the raccoons left it alone!   The tomatoes really took off, but they crowded into the front left corner of the planter box.  There are two fir trees to the South of the planter box-- I will have to see if I can get them removed before Spring.   Even with shading at the back of the box, I still got a fair yield of green beans, lettuce and kale, and a lot of Tulsi Basil! Time to stew the tomatoes-- Gotta go! ;-)

Installing HR Block Tax Software in Ubuntu Linux using Codeweavers Crossover

Running HR Block 2017 Tax Software in Ubuntu Linux  Using CodeWeavers Crossover 2017 US taxes are due to be filed by midnight on April 18, 2018. It will surprise no one that a lot of people have waited to the last minute to start filing. At 9:30 PM, I got a call from a young relative who needed to do his taxes for the first time ever. He is a Linux enthusiast, and does not have a Windows or Apple/Mac computer. I thought I would try installing HR Block 2017 Tax Software on the Linux side of my laptop. 1) Obtain and install Codeweavers Crossover for Linux This software allows you to run many Windows apps in Linux-- https://www.codeweavers.com/ 2) Download the HR Block Windows tax software package. This year, its available from www.hrblock.com/2017/DELUXEWIN You will need an activation code, which should be provided when you buy the package. The default download location is /home/yourname/Downloads/ The app’s ...