Ubuntu fresh install

As I tend to do frequent fresh installations of Ubuntu, I decided to make a list of all the libraries I would have to install manually as well as how I installed them ( e.g. via code, software center, other).

Contents

C++ compiler

To my surprise Ubuntu 14.04 (16.04 was ok) had no c++ compiler, however installation requires two lines of code

Building Essentials

That’s easy too:

MPI compilers

First download openmpi from their website and extract it locally. Then

Last we have to define the paths so that the programs can see the new library. First open an editor

and add at the end of the file the following lines:

log out and log in and you are all set.

CMAKE

Cmake is a very important tool to have and the installation is also straightforward.

Download the code for their website and extract the files. The following lines should be enough for the installation:

Flex and Bison

These two libraries were required by various packages.

doxygen

Just follow the guide

CGAL

You can use the following two lines to get the version that’s already compiled, which is typically older than the most recent

OpenSceneGraph

That’s one of the few libraries that I have always failed to compiled from the source, therefore I always get the one provided by the repositories

splint

Octave

If the command window executes but doesn’t print the commands use the following

 

Ubuntu Software Center

This is a list of software to get right from the software center

  • Krusader (Similar to total commander)
  • Geany (Great Text editor)
  • QGIS (as an alternative to ArcGIS)
  • graphviz
  • Gnuplot
  • Povray
  • PETSc
  • splint

 

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.