wiki:OutilsFormation

Version 3 (modified by fhourdin, 4 years ago) (diff)

--


Description des outils et procédures utiles à la formation LMDZ

Installation testée sur une installation Ubuntu 18.04

1. Installations automatiques par apt

sudo apt-get update
sudo apt-get uprade


# Base :
apt-get install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common # base
#### pas de pdfjam


apt-get install -y lftp
apt-get install -y synaptic gdebi # install paquets
apt-get install -y xfig grads imagemagick gv grace # graphique
apt-get install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff texlive-publishers #LaTeX
apt-get isntall -y latexmk texlive-science
apt-get install -y latex2html
apt-get install -y texlive-extra-utils texlive-font-utils # pdfjam


apt-get install -y inkscape gimp # dessin
apt-get install -y unoconv # conversion associee a libreoffice
apt-get install -y qpdfview # un visualiseur remplissant mieux les pdf
apt-get install -y traceroute # aide systeme


# Pour compilation dont LMDZ
apt-get install -y cdo nco netcdf-bin libnetcdf-dev ncview # netcdf
apt-get install -y gfortran g++ libblas-dev subversion git # fortran et svn
apt-get install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi
apt-get install -y gifsicle
apt-get install -y ekiga # conf renater


sudo snap install pdftk # Autre package de concatenation de pdf


apt install -y dos2unix