4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
7 results tagged apt x
  • Note: Allez on remplace apt-get et apt-cache par apt

    En plus d'être plus court, l'output est plus lisible

    apt-cache madison paquet ---> apt list madison --all-versions

    apt list --upgradable (nice one)

    March 8, 2016 at 2:26:30 PM GMT+1 - permalink - archive.org - https://links.infomee.fr/?yUUk7A
    apt debian
  • hold vs pin

    man apt_preferences

    Alternative au apt-mark hold xx :

    Package: <package_name>
    Pin: origin ""
    Pin-Priority: -1

    August 7, 2015 at 11:17:04 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?Lu1fTQ
    apt hold pin preferences
  • 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
  • Dépôts APT locaux en entreprise | Vincent Bernat
    July 11, 2014 at 10:30:23 AM GMT+2 - permalink - archive.org - http://vincent.bernat.im/fr/blog/2014-depots-apt-locaux.html
    apt
  • Install Debian packages without starting daemons | major.io

    Via sametmax

    If you’d like to prevent daemons from starting after installing a package, just toss a few lines into /usr/sbin/policy-rc.d:

    cat > /usr/sbin/policy-rc.d < < EOF

    !/bin/sh

    echo "All runlevel operations denied by policy" >&2
    exit 101
    EOF

    June 27, 2014 at 2:28:41 PM GMT+2 - permalink - archive.org - http://major.io/2014/06/26/install-debian-packages-without-starting-daemons/
    apt debian install package start
  • Echoes: How-To: Use apt-file to See What Files a Package Installs

    Pratique :
    Installation : apt-get install apt-file && apt-file update

    Chercher un fichier dans les packages en utilisant une regex :
    apt-file search -x '/dig$'

    Lister les fichiers d'un package sans l'installer (équivalent dpkg -L) :
    apt-file show dnsutils

    March 28, 2014 at 11:42:46 AM GMT+1 - permalink - archive.org - http://vivapinkfloyd.blogspot.fr/2008/07/how-to-use-apt-file-to-see-what-files.html
    apt debian dpkg
  • Debian Sources List Generator
    January 26, 2014 at 6:28:00 PM GMT+1 - permalink - archive.org - http://debgen.simplylinux.ch/
    apt debian
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