[[BR]] = 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 [[BR]] sudo apt-get uprade [[BR]] [[BR]] # Base : [[BR]] apt-get install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common # base [[BR]] #### pas de pdfjam [[BR]] [[BR]] apt-get install -y lftp [[BR]] apt-get install -y synaptic gdebi # install paquets [[BR]] apt-get install -y xfig grads imagemagick gv grace # graphique [[BR]] apt-get install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff texlive-publishers #LaTeX [[BR]] apt-get isntall -y latexmk texlive-science [[BR]] apt-get install -y latex2html [[BR]] apt-get install -y texlive-extra-utils texlive-font-utils # pdfjam [[BR]] [[BR]] apt-get install -y inkscape gimp # dessin [[BR]] apt-get install -y unoconv # conversion associee a libreoffice [[BR]] apt-get install -y qpdfview # un visualiseur remplissant mieux les pdf [[BR]] apt-get install -y traceroute # aide systeme [[BR]] [[BR]] [[BR]] [[BR]] [[BR]] # Pour compilation dont LMDZ [[BR]] apt-get install -y cdo nco netcdf-bin libnetcdf-dev ncview # netcdf [[BR]] apt-get install -y gfortran g++ libblas-dev subversion git # fortran et svn [[BR]] apt-get install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi [[BR]] apt-get install -y gifsicle [[BR]] apt-get install -y ekiga # conf renater [[BR]] [[BR]] sudo snap install pdftk # Autre package de concatenation de pdf [[BR]] [[BR]] [[BR]] apt install -y dos2unix [[BR]]