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