Changes between Version 1 and Version 2 of OutilsFormation


Ignore:
Timestamp:
Dec 10, 2019, 2:49:01 PM (4 years ago)
Author:
fhourdin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutilsFormation

    v1 v2  
     1[[BR]]
    12= Description des outils et procédures utiles à la formation LMDZ =
     3
     4== Installation testée sur une installation Ubuntu 18.04 ==
     5
     6
     7== 1. Installations automatiques par apt ==
     8
     9sudo apt-get update [[BR]]
     10sudo apt-get uprade [[BR]]
     11 [[BR]]
     12# Base : [[BR]]
     13apt-get install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common  # base [[BR]]
     14#### pas de pdfjam [[BR]]
     15 [[BR]]
     16apt-get install -y lftp [[BR]]
     17apt-get install -y synaptic gdebi                            # install paquets [[BR]]
     18apt-get install -y xfig grads imagemagick gv grace           # graphique [[BR]]
     19apt-get install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff  texlive-publishers  #LaTeX [[BR]]
     20apt-get isntall -y latexmk texlive-science [[BR]]
     21apt-get install -y latex2html [[BR]]
     22apt-get install -y texlive-extra-utils texlive-font-utils # pdfjam [[BR]]
     23 [[BR]]
     24apt-get install -y inkscape gimp                             # dessin [[BR]]
     25apt-get install -y unoconv # conversion associee a libreoffice [[BR]]
     26apt-get install -y qpdfview # un visualiseur remplissant mieux les pdf [[BR]]
     27apt-get install -y traceroute # aide systeme [[BR]]
     28 [[BR]]
     29 [[BR]]
     30 [[BR]]
     31 [[BR]]
     32# Pour compilation dont LMDZ [[BR]]
     33apt-get install -y cdo nco netcdf-bin libnetcdf-dev ncview   # netcdf [[BR]]
     34apt-get install -y gfortran g++ libblas-dev subversion git   # fortran et svn [[BR]]
     35apt-get install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi [[BR]]
     36apt-get install -y gifsicle [[BR]]
     37apt-get install -y ekiga                                        # conf renater [[BR]]
     38 [[BR]]
     39sudo snap install pdftk # Autre package de concatenation de pdf [[BR]]
     40 [[BR]]
     41 [[BR]]
     42apt install -y dos2unix [[BR]]