07-03-2020
This commit is contained in:
@@ -37,7 +37,7 @@ Conf python-pip-whl (9.0.1-2.3~ubuntu1.18.04.1 Ubuntu:18.04/bionic-updates [all]
|
||||
**aptitude search '~U' | wc -l**
|
||||
|
||||
```bash
|
||||
aptitude search '~U' ✔ 528 09:00:01
|
||||
aptitude search '~U'
|
||||
i A python-pip-whl - Python package installer
|
||||
i python3-pip - Python package installer
|
||||
```
|
||||
@@ -45,7 +45,7 @@ i python3-pip - Python package instal
|
||||
**apt list --upgradable**
|
||||
|
||||
```bash
|
||||
apt list --upgradable SIGINT(2) ↵ 530 12:38:06
|
||||
apt list --upgradable
|
||||
En train de lister... Fait
|
||||
python-pip-whl/bionic-updates,bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all [pouvant être mis à jour depuis : 9.0.1-2.3~ubuntu1]
|
||||
python3-pip/bionic-updates,bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all [pouvant être mis à jour depuis : 9.0.1-2.3~ubuntu1]
|
||||
@@ -54,7 +54,7 @@ python3-pip/bionic-updates,bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all [pouvant
|
||||
**apt-get -s dist-upgrade | awk '/^Inst/ { print $2 }'**
|
||||
|
||||
```bash
|
||||
apt-get -s dist-upgrade | awk '/^Inst/ { print $2 }' ✔ 532 12:41:41
|
||||
apt-get -s dist-upgrade | awk '/^Inst/ { print $2 }'
|
||||
python3-pip
|
||||
python-pip-whl
|
||||
```
|
||||
@@ -62,7 +62,7 @@ python-pip-whl
|
||||
**sudo apt-get -V -u upgrade**
|
||||
|
||||
```bash
|
||||
sudo apt-get -V -u upgrade 100 ↵ 534 12:47:00
|
||||
sudo apt-get -V -u upgrade
|
||||
[sudo] password for bruno:
|
||||
Lecture des listes de paquets... Fait
|
||||
Construction de l'arbre des dépendances
|
||||
@@ -86,7 +86,7 @@ Souhaitez-vous continuer ? [O/n]
|
||||
**sudo apt-get -s -V -u upgrade**
|
||||
|
||||
```bash
|
||||
sudo apt-get -s -V -u upgrade 1 ↵ 539 13:14:22
|
||||
sudo apt-get -s -V -u upgrade
|
||||
Lecture des listes de paquets... Fait
|
||||
Construction de l'arbre des dépendances
|
||||
Lecture des informations d'état... Fait
|
||||
@@ -118,7 +118,7 @@ Inst python-pip-whl [9.0.1-2.3~ubuntu1] (9.0.1-2.3~ubuntu1.18.04.1 Ubuntu:18.04/
|
||||
**apt-get dist-upgrade </dev/null**
|
||||
|
||||
```bash
|
||||
sudo apt-get dist-upgrade </dev/null 100 ↵ 541 13:16:04
|
||||
sudo apt-get dist-upgrade </dev/null
|
||||
Lecture des listes de paquets... Fait
|
||||
Construction de l'arbre des dépendances
|
||||
Lecture des informations d'état... Fait
|
||||
@@ -139,7 +139,7 @@ Souhaitez-vous continuer ? [O/n] Annulation.
|
||||
**apt list --upgradable**
|
||||
|
||||
```bash
|
||||
apt list --upgradable ✔ 520 08:27:27
|
||||
apt list --upgradable
|
||||
En train de lister... Fait
|
||||
python-pip-whl/bionic-updates,bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all [pouvant être mis à jour depuis : 9.0.1-2.3~ubuntu1]
|
||||
python3-pip/bionic-updates,bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all [pouvant être mis à jour depuis : 9.0.1-2.3~ubuntu1]
|
||||
@@ -167,7 +167,7 @@ A very small modification shows you only the security updates.
|
||||
**apt-show-versions -u**
|
||||
|
||||
```bash
|
||||
apt-show-versions -u ✔ 548 13:23:23
|
||||
apt-show-versions -u
|
||||
python-pip-whl:all/bionic-updates 9.0.1-2.3~ubuntu1 upgradeable to 9.0.1-2.3~ubuntu1.18.04.1
|
||||
python3-pip:all/bionic-updates 9.0.1-2.3~ubuntu1 upgradeable to 9.0.1-2.3~ubuntu1.18.04.1
|
||||
```
|
||||
@@ -175,7 +175,7 @@ python3-pip:all/bionic-updates 9.0.1-2.3~ubuntu1 upgradeable to 9.0.1-2.3~ubuntu
|
||||
**sudo apt-get -qq update && apt-get -qq -s upgrade**
|
||||
|
||||
```bash
|
||||
sudo apt-get -qq update && apt-get -qq -s upgrade 100 ↵ 547 13:23:11
|
||||
sudo apt-get -qq update && apt-get -qq -s upgrade
|
||||
NOTE: Ceci n'est qu'une simulation !
|
||||
apt-get a besoin des privilèges du superutilisateur
|
||||
pour pouvoir vraiment fonctionner.
|
||||
@@ -195,7 +195,7 @@ Conf python-pip-whl (9.0.1-2.3~ubuntu1.18.04.1 Ubuntu:18.04/bionic-updates [all]
|
||||
**apt-cache show <paquet>**
|
||||
|
||||
```bash
|
||||
apt-cache show gcc-8-base ✔ 559 15:04:05
|
||||
apt-cache show gcc-8-base
|
||||
Package: gcc-8-base
|
||||
Architecture: amd64
|
||||
Version: 8.3.0-6ubuntu1~18.04.1
|
||||
|
||||
Reference in New Issue
Block a user