4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
    Type 1 or more characters for results.
    Links per page: 20 50 100
    page 1 / 1
    1 results tagged aptitude x
    • Debian apt, lister les paquets à upgrade

      Pratique pour avoir un aperçu de l'état de son parc

      /usr/bin/apt-get -qq update && /usr/bin/apt-get -q -y --ignore-hold --allow-unauthenticated -s dist-upgrade | grep ^Inst | /usr/bin/cut -d\ -f2 | /usr/bin/sort
      (pris dans le script apticron)

      Pour avoir une liste avec 3 colonnes : nom du paquet / version actuelle / version dispo

      /usr/bin/apt-get -qq update && /usr/bin/apt-get -q -y --ignore-hold --allow-unauthenticated -s dist-upgrade | grep ^Inst | awk '{print $2 " " $3 " " $4}'|sed -r 's/([|]|()//g'

      March 12, 2015 at 10:00:13 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?kVZ8QA
      apt apt-get aptitude debian upgrade
    Links per page: 20 50 100
    page 1 / 1
    Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation