Jump to content

antergos update file is 1.3 gb :: Way too large for my notebook


Maze

Recommended Posts


well i will try to delete the pacman cache of any previously downloaded updates. It’s in /var/cache/pacman/pkg

The other thing to keep in mind, and i may already know this - it’s not a good idea to leave updates for
long periods of time on a rolling release distribution. The longer you go between updates,
the more likely it is that something can get very broken on an update.

some friends suggested once a week, once every two weeks at the absolute outside.

 

Link to comment
Share on other sites

 

what happened:_

every time when tried to update - i got errors.

Abhängigkeits-Zyklus recognized

:
usbmuxd wird vor seiner Abhängigkeit libimobiledevice installiert werden

 

well the  update is terribliy big - aprox 1.3 GB

complains about the hdd free memory

well i run some codes to do some cleaning.

 

[root@akoya martin]# sudo pacman -Scc

Puffer-Verzeichnis: /var/cache/pacman/pkg/
:: Möchten Sie ALLE Dateien aus dem Puffer entfernen? [j/N] j
Entferne alle Dateien aus dem Puffer...

Datenbank-Verzeichnis: /var/lib/pacman/
:: Möchten Sie ungenutzte Repositorien entfernen? [J/n] j
Entferne unbenutzte Sync-Repositorien...
[root@akoya martin]# sudo pacman -Scc

Puffer-Verzeichnis: /var/cache/pacman/pkg/
:: Möchten Sie ALLE Dateien aus dem Puffer entfernen? [j/N] j
Entferne alle Dateien aus dem Puffer...

Datenbank-Verzeichnis: /var/lib/pacman/
:: Möchten Sie ungenutzte Repositorien entfernen? [J/n] j
Entferne unbenutzte Sync-Repositorien...
[root@akoya martin]# fdisk -l
Festplatte /dev/mmcblk0: 58,3 GiB, 62545461248 Bytes, 122159104 Sektoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
Festplattenbezeichnungstyp: gpt
Festplattenbezeichner: FF979BFA-3AC5-4088-88C1-A52F7391E202

Gerät *********Anfang *****Ende *Sektoren Größe Typ
/dev/mmcblk0p1 **2048 ***411647 ***409600 *200M EFI-System
/dev/mmcblk0p2 411648 ***935935 ***524288 *256M Linux-Dateisystem
/dev/mmcblk0p3 935936 122157055 121221120 57,8G Linux LVM


Festplatte /dev/mapper/AntergosVG-AntergosRoot: 10,8 GiB, 11622416384 Bytes, 22700032 Se
ktoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes


Festplatte /dev/mapper/AntergosVG-AntergosSwap: 3,7 GiB, 3955228672 Bytes, 7725056 Sekto
ren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes


Festplatte /dev/mapper/AntergosVG-AntergosHome: 43,3 GiB, 46485471232 Bytes, 90791936 Se
ktoren
Einheiten: Sektoren von 1 * 512 = 512 Bytes
Sektorgröße (logisch/physikalisch): 512 Bytes / 512 Bytes
E/A-Größe (minimal/optimal): 512 Bytes / 512 Bytes
[root@akoya martin]#
und jetzt läuft die Aktualisierung auch - mit den 1.3 GB -

 

now it works

Link to comment
Share on other sites

One of my goto linux commands:

df -h

Gives you the high level filesystem storage availability.

du -Sh | sort -rh | head -50

Gives you a report of filesystem use, largest files and directories listed first.  The '-50' at the end controls the number of listings.  Tweak that as you want/need.  Should help you get an idea of where your storage has gone to and what you might be able to delete to clear space.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.