install 

Send to Kindle
home » snippets » linux » install



For building and general dev

Snippets

sudo apt-get \
    -y \
    --force-yes \
    -o APT::Install-Recommends=true \
    -o DPkg::Options::=--force-confold \
    install/update/clean/etc

# As root, install all dependencies for 'packagename' so that I can build it.
sudo apt-get build-dep packagename


# Edit limits.
sudo vim /etc/security/limits.conf