Build all the things locally

Does anyone have any recommended tutorials/build notes/git repository/etc suggestions for building updates(arch/aur/chaotic/garuda) for garuda?

With the recent decision of starlink to limit customer monthly usage to a mear 1tb i am trying to find solutions to keeping my garuda systems up to date(starlink claims it is for residential customers, but my boss says that we are on a business plan that is getting data usage warnings as well). Bringing updates from home(i HAVE been doing that the other way round) isn't really an option as my home isp thinks that 15gb is enough (high speed data) and 600kbps(that is 600 kilo BITS per second) is good enough for "unlimited data" after that high speed cap has been hit. I am already caching as many updates as possible, but i need to further reduce the data usage. The only solution i can see is building EVERYTHING locally.

If you are having an issue with updates that are excessively large, it'd be good to find out which packages are the biggest.
List and sort your stuff:

pacman -Qi | gawk '/^Name/ { x = $3 }; /^Installed Size/ { sub(/Installed Size  *:/, ""); print x":" $0 }' | sort -k2,3nr | grep -v " B" | grep -v " KiB"

You can upload your list here if you'd like more input, it might not fit in a forum post:

Since your IP / location might be changing rapidly on Starlink, you should use the automatically routed Chaotic mirror: https://geo-mirror.chaotic.cx


Do you have more than one PC that needs updates?

If yes:

If no:

  • you gain nothing but a higher CPU load from a local repository in most cases, and you should continue to rely on Chaotic-AUR to compile some packages. Many times during build processes you have to clone multiple entire git repositories, which can be very unpleasant on a bad connection, and chew through data depending on the project. Packages from Chaotic are stripped and compressed, and only one download.
6 Likes

I use pacoloco(GitHub - anatol/pacoloco: Caching proxy server for Arch Linux pacman) to cache my garuda updates. been trying to convince the boss to let me have some DNS fun(https://lancache.net) and i do seem to have a few things that i build locally(one foot out the door, will list later). looking to do the builds local, yes it will be a pain. but that is why i have access to that... thing overthere.

3 Likes

grrr, won't let me edit, sigh

here at home my pacoloco.yaml file lists https://us-ca-mirror.chaotic.cx for my chaotic/garuda uses. for SOME REASON even though i am not on starlink here, geo-mirror was tossing me all over the world.

yay it let me edit this time

mihoshi

pacman -Qi | gawk '/^Name/ { x = $3 }; /^Installed Size/ { sub(/Installed Size  *:/, ""); print x":" $0 }' | sort -k2,3nr | grep -v " B" | grep -v " KiB"



proton-ge-custom: 1038.13 MiB
mingw-w64-gcc: 935.65 MiB
ttf-iosevka-nerd: 676.44 MiB
nvidia-utils: 626.21 MiB
rust: 530.06 MiB
wine-staging: 527.06 MiB
blender: 428.20 MiB
heroic-games-launcher-bin: 422.89 MiB
libreoffice-still: 402.73 MiB
ansible: 390.42 MiB
llvm: 368.51 MiB
noto-fonts-extra: 350.20 MiB
vtk: 317.20 MiB
google-chrome: 299.54 MiB
noto-fonts-cjk: 297.80 MiB
chromium: 284.46 MiB
libretro-mame-git: 241.95 MiB
firefox: 237.48 MiB
wine-mono: 233.68 MiB
librewolf: 233.00 MiB
firedragon: 217.86 MiB
freecad: 216.70 MiB
lib32-rust-libs: 212.02 MiB
wine-gecko: 210.67 MiB
thunderbird: 208.09 MiB
qt6-webengine: 191.61 MiB
discord: 181.57 MiB
linux-firmware: 181.23 MiB
jre-openjdk-headless: 178.06 MiB
boost: 171.87 MiB
gcc: 169.93 MiB
clang: 169.05 MiB
linux-zen: 168.61 MiB
suitesparse: 168.28 MiB
inkscape: 165.60 MiB
jre11-openjdk-headless: 159.78 MiB
krita: 157.88 MiB
opencascade: 152.89 MiB
qt5-webengine: 151.46 MiB
linux-zen-headers: 150.88 MiB
mingw-w64-crt: 150.51 MiB
linux-amd: 149.54 MiB
garuda-wallpapers-extra: 148.19 MiB
openvdb: 144.61 MiB
linux-lts-headers: 140.97 MiB
linux-hardened-headers: 140.51 MiB
gcc-libs: 137.72 MiB
edk2-armvirt: 130.00 MiB
linux-lts: 129.62 MiB
openshot: 125.90 MiB
wireshark-cli: 122.50 MiB
lib32-llvm-libs: 121.35 MiB
mingw-w64-headers: 118.16 MiB
gimp: 113.04 MiB
gcc11: 112.53 MiB
llvm-libs: 112.47 MiB
argyllcms: 111.57 MiB
noto-fonts: 109.68 MiB
linux-hardened: 109.34 MiB
qtcreator: 108.69 MiB
librecad: 108.54 MiB
lib32-gcc-libs: 107.52 MiB
qemu-user: 103.64 MiB
erlang-nox: 99.83 MiB
opencv: 94.87 MiB
libibus: 93.57 MiB
jdk-openjdk: 93.06 MiB
foomatic-db-gutenprint-ppds: 88.79 MiB
valgrind: 86.28 MiB
webkit2gtk-4.1: 82.64 MiB
webkit2gtk: 82.62 MiB
xdman: 81.94 MiB
plasma-workspace-wallpapers: 81.91 MiB
foomatic-db-ppds: 81.11 MiB
python-scipy: 81.01 MiB
telegram-desktop: 77.93 MiB
ardour: 77.92 MiB
gnucash: 76.98 MiB
python2: 76.81 MiB
opencl-nvidia: 73.10 MiB
marble-common: 72.88 MiB
mesa: 72.64 MiB
python-google-api-python-client: 71.85 MiB
retroarch-assets-xmb: 71.64 MiB
breeze-icons: 71.15 MiB
cmake: 68.16 MiB
digikam: 68.15 MiB
texlive-bin: 68.04 MiB
qt6-declarative: 67.78 MiB
lib32-mesa: 65.19 MiB
python2-wxpython3: 64.59 MiB
qt5-base: 62.98 MiB
js78: 62.31 MiB
ktuberling: 60.04 MiB
perl: 59.79 MiB
qemu-system-mips: 58.82 MiB
vlc: 58.71 MiB
libretro-shaders-slang: 57.97 MiB
pyside6: 56.63 MiB
opensubdiv: 56.57 MiB
samba: 56.35 MiB
libretro-scummvm: 55.87 MiB
python: 55.17 MiB
handbrake: 54.89 MiB
pyside2: 54.63 MiB
opentoonz: 54.25 MiB
qt6-base: 53.85 MiB
guile: 52.78 MiB
breeze: 51.16 MiB
python-wxpython: 50.54 MiB
garuda-wallpapers: 50.15 MiB
openimagedenoise: 49.11 MiB
gtk3: 48.77 MiB
libstaroffice: 48.39 MiB
plasma-workspace: 47.58 MiB
glibc: 47.36 MiB
qt5-webkit: 47.30 MiB
libvirt: 44.57 MiB
ttf-fira-sans: 43.42 MiB
libqmi: 41.89 MiB
icu: 40.59 MiB
embree: 39.74 MiB
ghostscript: 39.06 MiB
compiler-rt: 38.99 MiB
kmymoney: 38.97 MiB
python-scikit-learn: 37.67 MiB
git: 37.24 MiB
pocketsphinx: 36.75 MiB
gtk4: 36.64 MiB
mingw-w64-binutils: 36.57 MiB
gtk2: 36.30 MiB
subversion: 36.17 MiB
nodejs-lts-gallium: 35.69 MiB
kvirc: 35.60 MiB
qemu-system-x86: 35.57 MiB
binutils: 35.50 MiB
lib32-icu: 35.50 MiB
ffmpeg-full: 35.20 MiB
python-twisted: 35.15 MiB
python-numpy: 34.18 MiB
hplip: 34.17 MiB
vim-runtime: 34.12 MiB
fwupd: 32.99 MiB
intel-media-driver: 32.96 MiB
grub: 32.88 MiB
unicode-cldr-annotations: 32.86 MiB
qemu-system-ppc: 32.56 MiB
gutenprint: 32.09 MiB
zeroc-ice: 32.04 MiB
qemu-system-xtensa: 31.92 MiB
k3b: 31.79 MiB
sweethome3d: 31.59 MiB
kwin: 30.16 MiB
fontforge: 30.09 MiB
qemu-system-riscv: 29.68 MiB
fcitx5-mozc: 29.44 MiB
darktable: 29.18 MiB
python-babel: 29.16 MiB
systemd: 28.28 MiB
python-pyqt5: 28.24 MiB
kio: 27.98 MiB
kate: 27.94 MiB
intel-media-sdk: 27.66 MiB
smbclient: 27.44 MiB
skrooge: 27.29 MiB
imath: 27.21 MiB
perf: 26.33 MiB
docbook-xsl: 26.32 MiB
libretro-flycast: 25.97 MiB
mercurial: 25.57 MiB
mesa-demos: 25.50 MiB
libretro-overlays: 24.98 MiB
guiscrcpy: 24.96 MiB
lib32-mesa-demos: 24.55 MiB
qemu-system-sh4: 24.45 MiB
nmap: 24.24 MiB
ffmpeg4.4: 24.18 MiB
php: 24.06 MiB
flite1: 23.98 MiB
qt5-declarative: 23.55 MiB
glib2: 23.24 MiB
plasma-desktop: 23.00 MiB
mariadb-libs: 22.75 MiB
qemu-system-aarch64: 22.71 MiB
tesseract-data-eng: 22.38 MiB
python-matplotlib: 22.37 MiB
rabbitmq: 21.14 MiB
displaycal: 21.03 MiB
qemu-system-sparc: 20.96 MiB
libwps: 20.94 MiB
dxvk-mingw-git: 20.50 MiB
capstone: 20.49 MiB
qemu-system-arm: 20.49 MiB
itch: 20.06 MiB
lld: 20.04 MiB
obs-studio: 19.92 MiB
libetonyek: 19.80 MiB
python-pivy: 19.19 MiB
x265: 19.13 MiB
python2-numpy: 18.90 MiB
archlinux-appstream-data-pamac: 18.87 MiB
firewalld: 18.84 MiB
minetest-common: 18.67 MiB
iso-codes: 18.35 MiB
sane: 18.15 MiB
kdelibs4support: 18.10 MiB
lib32-glibc: 18.01 MiB
shotcut: 17.81 MiB
vulkan-headers: 17.76 MiB
sweet-theme-full-git: 17.69 MiB
wxwidgets-gtk3: 17.64 MiB
ki18n: 17.59 MiB
edk2-ovmf: 17.58 MiB
synfigstudio: 17.58 MiB
okular: 17.51 MiB
openimageio: 17.23 MiB
qt6-tools: 17.06 MiB
poco: 16.78 MiB
glslang: 16.69 MiB
gmic: 16.65 MiB
khelpcenter: 16.44 MiB
networkmanager: 16.40 MiB
emovix: 16.32 MiB
adwaita-icon-theme: 16.30 MiB
python-pip: 15.98 MiB
kgoldrunner: 15.81 MiB
sof-firmware: 15.74 MiB
ansible-core: 15.52 MiB
qt5-tools: 15.52 MiB
python-sphinx: 15.45 MiB
wxwidgets-common: 15.40 MiB
pacseek: 15.38 MiB
coreutils: 15.35 MiB
qemu-system-microblaze: 15.29 MiB
opencollada: 15.22 MiB
gegl: 14.98 MiB
libqalculate: 14.72 MiB
qt5-translations: 14.71 MiB
fish: 14.52 MiB
synfig: 14.51 MiB
afdko: 14.50 MiB
libwpd: 14.45 MiB
grpc: 14.34 MiB
libretro-citra: 14.29 MiB
ttf-firacode-nerd: 14.14 MiB
alsa-firmware: 14.12 MiB
ktexteditor: 14.07 MiB
librsvg: 13.93 MiB
nextcloud-client: 13.82 MiB
udisks2: 13.82 MiB
libmm-glib: 13.81 MiB
mypaint: 13.65 MiB
qemu-system-loongarch64: 13.56 MiB
coin: 13.50 MiB
openjpeg2: 13.50 MiB
libretro-ppsspp: 13.45 MiB
graphicsmagick: 13.14 MiB
perl-image-exiftool: 13.13 MiB
kleopatra: 13.12 MiB
qt6-translations: 12.83 MiB
cups: 12.72 MiB
retroarch: 12.72 MiB
qt6-quick3d: 12.64 MiB
poppler-data: 12.34 MiB
qemu-system-hppa: 12.32 MiB
lib32-mesa-vdpau: 12.25 MiB
qemu-system-alpha: 12.23 MiB
liblouis: 12.16 MiB
med-openmpi: 12.14 MiB
minetest: 12.14 MiB
espeak-ng: 12.12 MiB
util-linux: 11.99 MiB
lib32-libva-mesa-driver: 11.94 MiB
strawberry: 11.92 MiB
micro: 11.89 MiB
gnustep-base: 11.87 MiB
libva-mesa-driver: 11.87 MiB
ksirk: 11.71 MiB
jamesdsp: 11.67 MiB
libe-book: 11.66 MiB
python-pygments: 11.59 MiB
mesa-vdpau: 11.57 MiB
bind: 11.39 MiB
ruby: 11.39 MiB
gst-plugins-base-libs: 11.30 MiB
fcitx5: 11.28 MiB
p7zip: 11.21 MiB
xapian-core: 11.19 MiB
kwidgetsaddons: 11.16 MiB
python-fonttools: 11.08 MiB
libretro-beetle-psx-hw: 11.06 MiB
hdf5-openmpi: 11.05 MiB
dolphin: 10.99 MiB
imagemagick: 10.92 MiB
sfml: 10.81 MiB
teeworlds: 10.81 MiB
ppsspp-assets: 10.77 MiB
openssl: 10.69 MiB
gwenview: 10.60 MiB
zenity: 10.53 MiB
kunitconversion: 10.52 MiB
ptex: 10.52 MiB
kget: 10.49 MiB
ktorrent: 10.46 MiB
qemu-img: 10.35 MiB
gstreamer: 10.30 MiB
beautyline: 10.28 MiB
gdb: 10.28 MiB
khtml: 10.25 MiB
lib32-gtk3: 10.23 MiB
libkdegames: 10.17 MiB
tesseract-data-osd: 10.07 MiB
libx11: 10.04 MiB
ttf-dejavu: 10.03 MiB
graphviz: 9.98 MiB
libnm: 9.93 MiB
noto-fonts-emoji: 9.88 MiB
libakonadi: 9.87 MiB
mumble: 9.74 MiB
qemu-system-s390x: 9.72 MiB
syntax-highlighting: 9.67 MiB
smb4k: 9.62 MiB
gavl: 9.53 MiB
foomatic-db: 9.50 MiB
gtkmm3: 9.40 MiB
python-reportlab: 9.38 MiB
groff: 9.31 MiB
lib32-librsvg: 9.31 MiB
texinfo: 9.30 MiB
fftw: 9.27 MiB
kajongg: 9.26 MiB
gst-plugins-bad-libs: 9.25 MiB
reshade-shaders-git: 9.18 MiB
aom: 9.16 MiB
libretro-kronos: 9.16 MiB
qemu-system-m68k: 9.12 MiB
libretro-genesis-plus-gx: 9.11 MiB
python-virtualenv: 9.06 MiB
resvg: 9.02 MiB
kvantum: 8.99 MiB
openmpi: 8.97 MiB
libjxl: 8.94 MiB
mlt6: 8.91 MiB
protobuf: 8.89 MiB
plasma-nm: 8.87 MiB
plasma-framework: 8.86 MiB
lib32-vulkan-intel: 8.85 MiB
qt5-quickcontrols2: 8.68 MiB
appstream: 8.62 MiB
libvisio: 8.61 MiB
hwdata: 8.57 MiB
wireshark-qt: 8.56 MiB
gnupg: 8.55 MiB
exiv2: 8.50 MiB
librevenge: 8.48 MiB
botan: 8.40 MiB
openmp: 8.37 MiB
vulkan-intel: 8.37 MiB
foomatic-db-nonfree-ppds: 8.33 MiB
nerd-fonts-fantasque-sans-mono: 8.30 MiB
bash: 8.19 MiB
xerces-c: 8.12 MiB
fscrypt: 8.05 MiB
meson: 8.05 MiB
cython: 8.03 MiB
lib32-libva-intel-driver: 7.93 MiB
lib32-vulkan-radeon: 7.91 MiB
starship: 7.85 MiB
libcdr: 7.83 MiB
boost-libs: 7.82 MiB
file: 7.80 MiB
gtkmm: 7.79 MiB
libva-intel-driver: 7.79 MiB
net-snmp: 7.79 MiB
ttf-inconsolata: 7.78 MiB
rate-mirrors: 7.77 MiB
libretro-parallel-n64: 7.76 MiB
gnugo: 7.69 MiB
opencolorio: 7.66 MiB
qemu-system-cris: 7.64 MiB
qemu-system-tricore: 7.63 MiB
geoip-database: 7.57 MiB
qemu-system-or1k: 7.57 MiB
garuda-settings-manager-kcm: 7.56 MiB
sqlite: 7.55 MiB
libmspub: 7.54 MiB
noisetorch: 7.54 MiB
openshadinglanguage: 7.53 MiB
qemu-system-nios2: 7.50 MiB
qemu-system-avr: 7.49 MiB
vulkan-radeon: 7.47 MiB
qemu-system-rx: 7.46 MiB
aqbanking: 7.45 MiB
gtksourceview4: 7.43 MiB
lapack: 7.39 MiB
svt-av1: 7.36 MiB
kwayland: 7.25 MiB
python-pydantic: 7.21 MiB
paru: 7.19 MiB
libical: 7.17 MiB
klines: 7.16 MiB
libmwaw: 7.10 MiB
sudo: 7.10 MiB
libretro-dolphin: 6.97 MiB
system-config-printer: 6.92 MiB
postgresql-libs: 6.90 MiB
gettext: 6.86 MiB
libopenshot-audio: 6.86 MiB
qhull: 6.82 MiB
libretro-beetle-psx: 6.80 MiB
lib32-gtk2: 6.79 MiB
tcl: 6.76 MiB
netpbm: 6.74 MiB
kdiagram: 6.73 MiB
konsole: 6.73 MiB
libretro-mupen64plus-next: 6.72 MiB
libmbim: 6.69 MiB
gnu-free-fonts: 6.65 MiB
libksysguard: 6.65 MiB
mbedtls: 6.64 MiB
zsh: 6.60 MiB
libgphoto2: 6.58 MiB
vmaf: 6.53 MiB
gst-plugins-good: 6.51 MiB
xkeyboard-config: 6.50 MiB
npm: 6.49 MiB
qt6-wayland: 6.46 MiB
crypto++: 6.42 MiB
db: 6.41 MiB
lvm2: 6.41 MiB
libretro-play: 6.31 MiB
rav1e: 6.28 MiB
python-grpcio: 6.27 MiB
vulkan-swrast: 6.24 MiB
goverlay-git: 6.23 MiB
kbounce: 6.19 MiB
alacritty: 6.17 MiB
pcre2: 6.16 MiB
modem-manager-gui: 6.14 MiB
kigo: 6.11 MiB
qt5-wayland: 6.11 MiB
poppler: 6.08 MiB
wpa_supplicant: 6.08 MiB
knewstuff: 6.05 MiB
colord: 6.00 MiB
glibmm-2.68: 6.00 MiB
gtksourceview5: 5.98 MiB
box2d: 5.96 MiB
harfbuzz: 5.94 MiB
virt-install: 5.90 MiB
gnutls: 5.88 MiB
modemmanager: 5.88 MiB
glibmm: 5.87 MiB
kfourinline: 5.87 MiB
mpv: 5.87 MiB
retroarch-assets-ozone: 5.84 MiB
openssl-1.0: 5.82 MiB
unarchiver: 5.80 MiB
libfreehand: 5.76 MiB
rubberband: 5.63 MiB
octopi: 5.62 MiB
frei0r-plugins: 5.60 MiB
libisl: 5.54 MiB
android-tools: 5.52 MiB
openssl-1.1: 5.51 MiB
antimicrox: 5.50 MiB
dbus-python: 5.44 MiB
libretro-duckstation: 5.44 MiB
love: 5.43 MiB
qt5-xmlpatterns: 5.43 MiB
ksystemlog: 5.41 MiB
kdeplasma-addons: 5.40 MiB
kmahjongg: 5.36 MiB
qt5-location: 5.36 MiB
lib32-gst-plugins-base-libs: 5.32 MiB
man-pages: 5.31 MiB
openexr: 5.30 MiB
spirv-tools: 5.28 MiB
avisynthplus: 5.24 MiB
mlt: 5.23 MiB
kpat: 5.19 MiB
linux-api-headers: 5.17 MiB
ttf-roboto: 5.16 MiB
ipp-usb: 5.15 MiB
ltris: 5.15 MiB
cuda: 5.13 GiB
btrfs-progs: 5.12 MiB
abseil-cpp: 5.05 MiB
partitionmanager: 5.05 MiB
kdeconnect: 4.93 MiB
qemu-system-ppc-firmware: 4.93 MiB
e2fsprogs: 4.92 MiB
kdiamond: 4.91 MiB
pipewire: 4.91 MiB
lib32-openssl: 4.90 MiB
knights: 4.88 MiB
nss: 4.87 MiB
ttf-meslo-nerd-font-powerlevel10k: 4.87 MiB
xmlsec: 4.87 MiB
gsettings-desktop-schemas: 4.85 MiB
libmtp: 4.81 MiB
grantlee: 4.80 MiB
tk: 4.79 MiB
kxmlgui: 4.78 MiB
gsl: 4.74 MiB
qt5-quickcontrols: 4.73 MiB
pacman: 4.72 MiB
vim: 4.70 MiB
gpsd: 4.66 MiB
libretro-bsnes2014: 4.65 MiB
lskat: 4.61 MiB
openldap: 4.60 MiB
latte-dock: 4.58 MiB
v4l-utils: 4.56 MiB
shared-mime-info: 4.52 MiB
libopenshot: 4.50 MiB
bat: 4.49 MiB
ttf-croscore: 4.48 MiB
corectrl: 4.47 MiB
ark: 4.45 MiB
garuda-settings-manager: 4.45 MiB
lensfun-git: 4.44 MiB
sddm: 4.44 MiB
granatier: 4.41 MiB
libretro-desmume: 4.39 MiB
podofo: 4.39 MiB
node-gyp: 4.38 MiB
ksudoku: 4.34 MiB
lib32-pipewire: 4.33 MiB
yasm: 4.33 MiB
minetest-server: 4.32 MiB
transcode: 4.32 MiB
krb5: 4.31 MiB
openxr: 4.31 MiB
python-pylint: 4.31 MiB
qemu-common: 4.27 MiB
python-docutils: 4.26 MiB
tesseract: 4.26 MiB
palapeli: 4.25 MiB
libratbag: 4.24 MiB
openssh: 4.22 MiB
strongswan: 4.19 MiB
ttf-liberation: 4.16 MiB
kde-cli-tools: 4.13 MiB
python-lxml: 4.12 MiB
cdrtools: 4.10 MiB
ntp: 4.08 MiB
sdl2: 4.06 MiB
krita-plugin-gmic: 4.01 MiB
kio-extras: 3.98 MiB
iana-etc: 3.95 MiB
ttf-ubuntu-font-family: 3.95 MiB
khotkeys: 3.94 MiB
gst-plugins-bad: 3.92 MiB
gtksourceview3: 3.92 MiB
gcr: 3.91 MiB
ncurses: 3.91 MiB
python-cryptography: 3.91 MiB
libpamac-aur: 3.89 MiB
at-spi2-core: 3.87 MiB
elisa: 3.87 MiB
python-future: 3.86 MiB
lib32-glib2: 3.84 MiB
libretro-nestopia: 3.83 MiB
xavs2: 3.82 MiB
openrgb: 3.78 MiB
bluez-utils: 3.77 MiB
libxcb: 3.77 MiB
x264: 3.77 MiB
kcalendarcore: 3.76 MiB
appstream-glib: 3.74 MiB
xorg-server: 3.74 MiB
shadow: 3.72 MiB
tealdeer: 3.70 MiB
libglvnd: 3.69 MiB
srt: 3.69 MiB
ttf-signika: 3.69 MiB
openconnect: 3.68 MiB
sqlcipher: 3.68 MiB
networkmanager-qt: 3.67 MiB
virt-manager: 3.67 MiB
aubio: 3.65 MiB
hwinfo: 3.65 MiB
kcoreaddons: 3.63 MiB
qt5-script: 3.62 MiB
steam: 3.62 MiB
glew: 3.59 MiB
qt6-shadertools: 3.59 MiB
xfsprogs: 3.59 MiB
candy-icons-git: 3.58 MiB
slang: 3.57 MiB
lirc: 3.55 MiB
mari0: 3.55 MiB
wolfssl: 3.55 MiB
kinfocenter: 3.53 MiB
kpmcore: 3.52 MiB
pcre: 3.49 MiB
leptonica: 3.47 MiB
libqxp: 3.47 MiB
kbreakout: 3.45 MiB
mcfly: 3.45 MiB
highway: 3.44 MiB
qt5-multimedia: 3.44 MiB
cairo: 3.43 MiB
openpmix: 3.43 MiB
elfutils: 3.42 MiB
lib32-libvpx: 3.41 MiB
gnuplot: 3.38 MiB
a2ps: 3.36 MiB
clucene: 3.33 MiB
lib32-gstreamer: 3.33 MiB
lib32-openssl-1.1: 3.32 MiB
libvpx: 3.32 MiB
qtav: 3.32 MiB
libxml2: 3.31 MiB
python-setuptools: 3.30 MiB
alembic: 3.28 MiB
krdc: 3.27 MiB
libvirt-glib: 3.25 MiB
zeromq: 3.25 MiB
liblangtag: 3.24 MiB
libwmf: 3.24 MiB
qt5-charts: 3.21 MiB
murmur: 3.20 MiB
gwenhywfar: 3.19 MiB
libretro-bsnes: 3.19 MiB
pipewire-audio: 3.18 MiB
source-highlight: 3.18 MiB
libretro-mesen: 3.17 MiB
libgme: 3.16 MiB
libuninameslist: 3.16 MiB
djvulibre: 3.15 MiB
nasm: 3.15 MiB
lib32-openssl-1.0: 3.13 MiB
osinfo-db: 3.12 MiB
gsfonts: 3.11 MiB
opensp: 3.11 MiB
spice-gtk: 3.11 MiB
garuda-dr460nized: 3.09 MiB
kolf: 3.08 MiB
gawk: 3.07 MiB
grub-theme-garuda-dr460nized: 3.06 MiB
lib32-nss: 3.06 MiB
qpdf: 3.05 MiB
tracker3: 3.03 MiB
wget: 3.03 MiB
libkleo: 3.01 MiB
liborcus: 3.01 MiB
python-pillow: 3.01 MiB
akonadi-contacts: 3.00 MiB
kbd: 2.99 MiB
powerdevil: 2.98 MiB
fzf: 2.97 MiB
pencil2d: 2.97 MiB
gdk-pixbuf2: 2.96 MiB
qca-qt5: 2.94 MiB
klickety: 2.93 MiB
networkmanager-openconnect: 2.93 MiB
cups-filters: 2.92 MiB
kconfig: 2.92 MiB
libretro-beetle-pce: 2.92 MiB
libretro-stella2014-git: 2.92 MiB
skanlite: 2.92 MiB
kapman: 2.90 MiB
dhclient: 2.88 MiB
gcr-4: 2.88 MiB
iproute2: 2.88 MiB
libcamera: 2.88 MiB
tar: 2.88 MiB
libadwaita: 2.87 MiB
libtiff: 2.86 MiB
raptor: 2.86 MiB
ruby-rdoc: 2.86 MiB
tpm2-tss: 2.86 MiB
libelf: 2.85 MiB
mypaint-brushes: 2.85 MiB
gnome-desktop-common: 2.84 MiB
poppler-glib: 2.84 MiB
gperftools: 2.82 MiB
libepoxy: 2.79 MiB
libosinfo: 2.79 MiB
python-pytest: 2.79 MiB
shiboken6: 2.76 MiB
spectacle: 2.76 MiB
kconfigwidgets: 2.75 MiB
rasqal: 2.75 MiB
vapoursynth: 2.75 MiB
ttf-opensans: 2.74 MiB
sg3_utils: 2.73 MiB
ksysguard: 2.72 MiB
drkonqi: 2.71 MiB
libexif: 2.70 MiB
libp11-kit: 2.70 MiB
libabw: 2.69 MiB
lutris: 2.69 MiB
pam: 2.69 MiB
composer: 2.68 MiB
kblocks: 2.66 MiB
libsoup: 2.66 MiB
kdoctools: 2.65 MiB
lib32-gettext: 2.64 MiB
libgit2: 2.64 MiB
snapper: 2.64 MiB
libepubgen: 2.63 MiB
libkgapi: 2.61 MiB
python-fontparts: 2.60 MiB
bluez: 2.59 MiB
brotli: 2.58 MiB
liblo: 2.58 MiB
draco: 2.57 MiB
dosbox: 2.56 MiB
libva-utils: 2.54 MiB
python-cherrypy: 2.54 MiB
bison: 2.53 MiB
libraw: 2.52 MiB
librdkafka: 2.51 MiB
python-zope-interface: 2.51 MiB
kemoticons: 2.50 MiB
libunistring: 2.50 MiB
graphene: 2.49 MiB
nano: 2.49 MiB
libgusb: 2.48 MiB
libretro-gambatte: 2.48 MiB
solid: 2.47 MiB
cryptsetup: 2.46 MiB
python-astroid: 2.46 MiB
krfb: 2.45 MiB
kompare: 2.44 MiB
lib32-p11-kit: 2.44 MiB
python-chardet: 2.44 MiB
libhandy: 2.43 MiB
lib32-libelf: 2.42 MiB
iptables-nft: 2.40 MiB
lib32-krb5: 2.40 MiB
python-elasticsearch: 2.40 MiB
libretro-mgba: 2.39 MiB
kcalc: 2.38 MiB
libktorrent: 2.38 MiB
parted: 2.35 MiB
garuda-gamer: 2.34 MiB
qt5pas: 2.34 MiB
kwallet: 2.33 MiB
mypaint-brushes1: 2.32 MiB
sonnet: 2.32 MiB
bluez-qt: 2.31 MiB
flickcurl: 2.31 MiB
killbots: 2.31 MiB
lib32-gnutls: 2.30 MiB
acpica: 2.29 MiB
bottles: 2.29 MiB
syndication: 2.28 MiB
pango: 2.27 MiB
kparts: 2.26 MiB
kcontacts: 2.25 MiB
mjpegtools: 2.25 MiB
svt-hevc: 2.25 MiB
kpimtextedit: 2.23 MiB
print-manager: 2.23 MiB
python-pyzmq: 2.23 MiB
libtool: 2.22 MiB
netcdf: 2.22 MiB
premake: 2.22 MiB
man-db: 2.21 MiB
autoconf: 2.20 MiB
codec2: 2.20 MiB
knavalbattle: 2.20 MiB
kwalletmanager: 2.20 MiB
libkmahjongg: 2.20 MiB
xorg-xwayland: 2.20 MiB
dolphin-plugins: 2.18 MiB
krename: 2.18 MiB
libretro-beetle-pce-fast: 2.18 MiB
openh264: 2.18 MiB
ragel: 2.18 MiB
sweet-folders-icons-git: 2.18 MiB
terminus-font: 2.18 MiB
baloo: 2.17 MiB
bomber: 2.17 MiB
libretro-retrodream: 2.17 MiB
ftgl: 2.16 MiB
kuserfeedback: 2.16 MiB
retroarch-assets-glui: 2.16 MiB
wireplumber: 2.16 MiB
rubygems: 2.15 MiB
ktextwidgets: 2.14 MiB
lib32-sdl2: 2.13 MiB
qemu-tools: 2.13 MiB
python-psutil: 2.11 MiB
libpagemaker: 2.10 MiB
libretro-snes9x: 2.10 MiB
gtest: 2.09 MiB
libnl: 2.08 MiB
python-pecan: 2.08 MiB
ttf-merriweather: 2.08 MiB
kreversi: 2.07 MiB
smartmontools: 2.07 MiB
python-werkzeug: 2.06 MiB
tzdata: 2.04 MiB
babl: 2.03 MiB
jemalloc: 2.03 MiB
libxt: 2.03 MiB
oxygen-sounds: 2.01 MiB
python-joblib: 2.01 MiB
libretro-melonds: 2.00 MiB
1 Like

Try Gentoo :rofl:

while that IS indeed a good idea, i would rather "stand on the shoulders of giants". Garuda KDE Dragonized Gaming Edition does what I want to do great. The devs keep everything going great so a gamer doesn't need to do all the research for making games work great. why would i want to add all that research to my own time?

1 Like

geo-mirror does have some randomization in it occasionally, but it should not be fully random unless the geographically closest mirror has been constantly going down while you happen to be using it, or if a file is not yet synced there. Are you in dead space between multiple mirrors? Chaotic-AUR Map. What does this report if you refresh it occasionally? Is it always random? https://status.chaotic.cx/geo

I see multiple kernels, do you intend to have all of them? What about Chome, Chromium, Librewolf, and Firedragon? Thunderbird? Wow cuda is huge at 5.1GB!

2 Likes

Thanks for the reminder on cuda, i forgot about it. since basically nothing i have has nvidia, that can be nuked. Some of what i do at work is "web development" so I am testing with all the browsers so that "has to" stay. My "ISP" at home is a 4glte hotspot, "constantly" changing my ip/geo-location. sometimes i am near Albuquerque, NM, usa, sometimes i am near Pheonix. Arizona, usa... my hotspot is still physically in the same location(not near either).

1 Like

You can hold proton-ge-custom and wine-staging. These update quite often and holding them back shouldn't bring the rest of the system down.

1 Like

While I agree they won't bring the system down if they're held a while, the downside is remembering they have been held. I've gotten nothing but performance increases as Wine and Proton updates. :stuck_out_tongue:

Glad caching is figured out, and good to see cuda go! Thanks for linking to pacoloco it somehow flew under my radar.

Pacoloco is great. my only "complaint" about it is that i can't set the "prefetching" to grab updates from chaotic/garuda. but that may be an "easy fix" in the next update. or maybe the one after...

1 Like

I see at least 5 web browsers, my guess is 2 of them would meet your needs. I would think chromium would use less data than Google chrome, but I find google chrome is slightly faster. I do love librewolf, and haven't touched firefox in at least a year. Fire Dragon just seems redundant. In theory Brave browsers block some content, if you rely on ublock or other ad-blockers to restrict data than Brave will be your only real choice in the future. I know browser choice is the 3rd rail in forums because people are rightly passionate about their preferences.

Google chrome
chromium
firefox
firedragon
librewolf

1 Like

not saying you are wrong. But, things are complimicated and even explaining the complications will likely make every IT person here in the forums have spastic eye-twitches.

EVERY installed browser is used daily.

1 Like

Browsers will create their own caches and automatically fill them by downloading stuff. If you stop using at least some of the browsers, you will download less.

1 Like

you aren't wrong, that is a very browser thing they do. but the only overlap of "websites" they visit are locally hosted Lan sites.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.