Skip to content

Instantly share code, notes, and snippets.

@kashewnuts
Created October 28, 2018 04:02
Show Gist options
  • Save kashewnuts/9a058252b9823674f774cd506e632bd1 to your computer and use it in GitHub Desktop.
Save kashewnuts/9a058252b9823674f774cd506e632bd1 to your computer and use it in GitHub Desktop.
Ubuntu18.04LTSでpython3-devとpython3-pipを入れるときの依存関係
vagrant@ubuntu-bionic:~$ sudo apt install python3-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
dh-python libexpat1-dev libpython3-dev libpython3-stdlib libpython3.6 libpython3.6-dev libpython3.6-minimal
libpython3.6-stdlib python3 python3-minimal python3-venv python3.6 python3.6-dev python3.6-minimal python3.6-venv
Suggested packages:
python3-doc python3-tk python3.6-doc binfmt-support
The following NEW packages will be installed:
dh-python libexpat1-dev libpython3-dev libpython3.6-dev python3-dev python3.6-dev
The following packages will be upgraded:
libpython3-stdlib libpython3.6 libpython3.6-minimal libpython3.6-stdlib python3 python3-minimal python3-venv
python3.6 python3.6-minimal python3.6-venv
10 upgraded, 6 newly installed, 0 to remove and 126 not upgraded.
Need to get 51.1 MB of archives.
After this operation, 78.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
vagrant@ubuntu-bionic:~$ sudo apt install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
dh-python libexpat1-dev libpython3-dev libpython3-stdlib libpython3.6 libpython3.6-dev libpython3.6-minimal
libpython3.6-stdlib python-pip-whl python3 python3-crypto python3-dev python3-keyring python3-keyrings.alt
python3-minimal python3-secretstorage python3-setuptools python3-venv python3-wheel python3-xdg python3.6
python3.6-dev python3.6-minimal python3.6-venv
Suggested packages:
python3-doc python3-tk python-crypto-doc gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0
python-secretstorage-doc python-setuptools-doc python3.6-doc binfmt-support
The following NEW packages will be installed:
dh-python libexpat1-dev libpython3-dev libpython3.6-dev python3-crypto python3-dev python3-keyring
python3-keyrings.alt python3-pip python3-secretstorage python3-setuptools python3-wheel python3-xdg python3.6-dev
The following packages will be upgraded:
libpython3-stdlib libpython3.6 libpython3.6-minimal libpython3.6-stdlib python-pip-whl python3 python3-minimal
python3-venv python3.6 python3.6-minimal python3.6-venv
11 upgraded, 14 newly installed, 0 to remove and 125 not upgraded.
Need to get 53.4 MB of archives.
After this operation, 82.5 MB of additional disk space will be used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment