09-01-2024

This commit is contained in:
2024-01-09 18:56:02 +01:00
parent efb8d64ac7
commit cd8cebe7cb
7 changed files with 172 additions and 21 deletions

View File

@@ -129,6 +129,50 @@ $ brew cleanup
# (-n ou --dry-run) voir tout ce qui sera désinstaller
```
```bash
$ brew cleanup -s --dry-run
Would remove: /opt/homebrew/Cellar/fontconfig/2.14.2 (88 files, 2.4MB)
Would remove: /opt/homebrew/Cellar/jpeg-xl/0.8.2_1 (43 files, 10.8MB)
Would remove: /opt/homebrew/Cellar/libvmaf/2.3.1 (234 files, 7MB)
Would remove: /opt/homebrew/Cellar/rav1e/0.6.6 (14 files, 140.2MB)
Would remove: /Users/bruno/Library/Caches/Homebrew/Cask/joplin--2.13.11.DMG (189.9MB)
Would remove: /Users/bruno/Library/Caches/Homebrew/Cask/xpipe--1.7.12.pkg (135.4MB) <=========
Would remove: /Users/bruno/Library/Caches/Homebrew/Cask/grandperspective--3.4.2.dmg (2.3MB) <=
Would remove: /Users/bruno/Library/Caches/Homebrew/api-source/Homebrew/homebrew-cask/e1e3b95848535a463583201248b63a5bca90ecf8/Cask/kdiff3.rb (833B)
Would remove: /Users/bruno/Library/Logs/Homebrew/perl (64B)
Would remove: /Users/bruno/Library/Logs/Homebrew/openssl@3 (64B)
Would remove (empty directory): /opt/homebrew/share/pear/htdocs
Would remove (empty directory): /opt/homebrew/share/pear/cfg
Would remove (empty directory): /opt/homebrew/share/pear/.registry/.channel.pecl.php.net
Would remove (empty directory): /opt/homebrew/share/pear/.registry/.channel.doc.php.net
Would remove (empty directory): /opt/homebrew/lib/php/pecl/20230831
Would remove (empty directory): /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level
==> This operation would free approximately 488MB of disk space.
```
```bash
$ brew cleanup --dry-run
Would remove: /opt/homebrew/Cellar/fontconfig/2.14.2 (88 files, 2.4MB)
Would remove: /opt/homebrew/Cellar/jpeg-xl/0.8.2_1 (43 files, 10.8MB)
Would remove: /opt/homebrew/Cellar/libvmaf/2.3.1 (234 files, 7MB)
Would remove: /opt/homebrew/Cellar/rav1e/0.6.6 (14 files, 140.2MB)
Would remove: /Users/bruno/Library/Caches/Homebrew/Cask/joplin--2.13.11.DMG (189.9MB)
Would remove: /Users/bruno/Library/Caches/Homebrew/api-source/Homebrew/homebrew-cask/e1e3b95848535a463583201248b63a5bca90ecf8/Cask/kdiff3.rb (833B)
Would remove: /Users/bruno/Library/Logs/Homebrew/perl (64B)
Would remove: /Users/bruno/Library/Logs/Homebrew/openssl@3 (64B)
Would remove (empty directory): /opt/homebrew/share/pear/htdocs
Would remove (empty directory): /opt/homebrew/share/pear/cfg
Would remove (empty directory): /opt/homebrew/share/pear/.registry/.channel.pecl.php.net
Would remove (empty directory): /opt/homebrew/share/pear/.registry/.channel.doc.php.net
Would remove (empty directory): /opt/homebrew/lib/php/pecl/20230831
Would remove (empty directory): /opt/homebrew/lib/perl5/site_perl/5.38/darwin-thread-multi-2level
==> This operation would free approximately 350.3MB of disk space.
```
xpipe et et grandperspective sont 2 applis qui ont été désinstallées.
#### Empecher la m-à-j dun package:
```bash