Changes between Version 3 and Version 4 of OutilsFormation


Ignore:
Timestamp:
Dec 10, 2019, 3:03:26 PM (4 years ago)
Author:
fhourdin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutilsFormation

    v3 v4  
    44== Installation testée sur une installation Ubuntu 18.04 ==
    55
     6Before anything, to avoid run commands with "sudo"
     7
     8sudo bash
     9
    610
    711== 1. Installations automatiques par apt ==
    812
    9 sudo apt-get update [[BR]]
    10 sudo apt-get uprade [[BR]]
     13apt update [[BR]]
     14apt uprade [[BR]]
     15 [[BR]]
     16
    1117 [[BR]]
    1218# Base : [[BR]]
    13 apt-get install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common  # base [[BR]]
     19apt install -y csh ksh keychain ncftp vim vim-gnome xournal nfs-common  # base [[BR]]
    1420#### pas de pdfjam [[BR]]
    1521 [[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]]
     22apt install -y lftp [[BR]]
     23apt install -y synaptic gdebi                            # install paquets [[BR]]
     24apt install -y xfig grads imagemagick gv grace           # graphique [[BR]]
     25apt install -y texlive-base texlive-latex-extra texlive-lang-french latexdiff  texlive-publishers  #LaTeX [[BR]]
     26apt isntall -y latexmk texlive-science [[BR]]
     27apt install -y latex2html [[BR]]
     28apt install -y texlive-extra-utils texlive-font-utils # pdfjam [[BR]]
    2329 [[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]]
     30apt install -y inkscape gimp                             # dessin [[BR]]
     31apt install -y unoconv # conversion associee a libreoffice [[BR]]
     32apt install -y qpdfview # un visualiseur remplissant mieux les pdf [[BR]]
     33apt install -y traceroute # aide systeme [[BR]]
    2834 [[BR]]
    29 
     35 [[BR]]
     36 [[BR]]
     37 [[BR]]
    3038# Pour compilation dont LMDZ [[BR]]
    31 apt-get install -y cdo nco netcdf-bin libnetcdf-dev ncview   # netcdf [[BR]]
    32 apt-get install -y gfortran g++ libblas-dev subversion git   # fortran et svn [[BR]]
    33 apt-get install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi [[BR]]
    34 apt-get install -y gifsicle [[BR]]
    35 apt-get install -y ekiga                                        # conf renater [[BR]]
     39apt install -y cdo nco netcdf-bin libnetcdf-dev ncview   # netcdf [[BR]]
     40apt install -y gfortran g++ libblas-dev subversion git   # fortran et svn [[BR]]
     41apt install -y openmpi-common libopenmpi-dev openmpi-bin # openmpi [[BR]]
     42apt install -y gifsicle [[BR]]
     43apt install -y ekiga                                        # conf renater [[BR]]
    3644 [[BR]]
    3745sudo snap install pdftk # Autre package de concatenation de pdf [[BR]]
    3846 [[BR]]
     47 [[BR]]
    3948apt install -y dos2unix [[BR]]