existuje nejaky sposob ako sa aj linux udrzuje vo forme?
Dakujem
Neviem, co ten applet ci co to je robi, ale kazdopadne je mozne vyuzit toto:hrban napísal:existuje niečo čo odinštalováva nepotrebné/out of date/ďalej nevyvýjané balíky možno ti to pomôže
správa->niečo ako čistič(ikonku to má takú metličku) neviem či to zrýchli ubuntu ale mne to vymazalo 2GB balíkov
treba to spustiť viackrát až kým nenapíše že je všetko v poriadku
Kód: Vybrať všetko
aptitude autocleanKód: Vybrať všetko
aptitude cleanKód: Vybrať všetko
clean Removes all previously downloaded .deb files from the package cache directory (usually /var/cache/apt/archives).
autoclean Removes any cached packages which can no longer be downloaded. This allows you to prevent a cache from growing out of control over time without
completely emptying it.Kód: Vybrať všetko
root@debian:/var/cache/apt/archives# du -h /var/cache/apt/archives/
0 /var/cache/apt/archives/partial
6.5M /var/cache/apt/archives/
root@debian:/var/cache/apt/archives# aptitude autoclean
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
Reading task descriptions... Done
Freed 0B of disk space
root@debian:/var/cache/apt/archives# aptitude clean
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information... Done
Initializing package states... Done
Reading task descriptions... Done
root@debian:/var/cache/apt/archives# du -h /var/cache/apt/archives/
0 /var/cache/apt/archives/partial
12K /var/cache/apt/archives/
rychlost oproti systemu s jednou oblastou -> neporovnatelna, aspon u mna/dev/mapper/ALEM-ard on / type ext4 (rw,commit=0)
/dev/sda1 on /boot type ext2 (rw)
/dev/mapper/ALEM-hme on /home type btrfs (rw)
/dev/mapper/ALEM-opt on /opt type btrfs (rw)
/dev/mapper/ALEM-usr on /usr type ext4 (rw,commit=0)
/dev/mapper/ALEM-var on /var type ext4 (rw,commit=0)