For building and general dev
- curl
- wget
- apt-transport-https
- https download transport for APT. Enables the use
of
deb https://foo distro main
lines in the
/etc/apt/sources.list
so that all package managers
using the libapt-pkg
library can access metadata and
packages available in sources accessible over https
- See also: apt-mirror
- acl
- contains the getfacl and setfacl utilities
- debian-keyring
- gnupg
- iptables-persistent
- dnsutils
- Provides
dig
, nslookup
, nsupdate
- Compiler
- Python3
- python3-dev
- libpython3-dev
- Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications.
- libpython3.4
- shared python runtime library
- Libraries:
python3-apt,
python3-chardet,
python3-colorama,
python3-distlib,
python3-genshi,
python3-html5lib,
python3-icu,
python3-lxml,
python3-pip,
python3-pkg-resources,
python3-prettytable,
python3-requests,
python3-setuptools,
python3-six,
python3-urllib3,
- Ruby
- Desktop
- system-config-lvm
- utility for graphically configuring Logical Volumes
apt-get -y install ubuntu-desktop vnc4server tightvncserver xfce4 xfce4-goodies
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