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
    2 results tagged apt-get 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
    • Check les fichiers d'un package sans l'installer

      apt-get --download-only install percona-server-server-5.6
      dpkg --contents /var/cache/apt/archives/percona-server-server-5.6_5.6.13-rel61.0-461.wheezy_amd64.deb

      October 24, 2013 at 12:15:52 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?SyV76g
      apt-get deb dpkg
    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