July 7, 2018


Manjaro 17.1.11 Hakoila


I installed the file manjaro-architect-17.1.11-stable-x86_64.iso (527 MiB).


I want to show the install-size footprint, compared to a near full setup.



It you compare the footprint on the root partition (/), it doesn't look bad 4.8 vs 6.5 GB. But if you include the /home as well:

Initial install size grows from:
908 🡒 929 pkg's
4.9 🡒 8.2 GB


KDE minimal comes with some programs:

Falcon web browser
kate text editor
...

All I basically installed was:

yay (AUR helper)
copyq
consolas-font
google-chrome
p7zip-gui
spotify
sublime text
xnviewmp
visual-studio-code-bin
foxitreader
discord
filezilla


I've installed a lot of packages. How do I see what I installed?
pacman -Qqet      # see what you explicitly installed
pacman -Qe        # see all packages installed

# if you have sublime text, type in the next 2 lines:

pacman -Qq > mypackages
subl mypackages

wiki.archlinux.org/index.php/Pacman/Tips_and_tricks
pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | sort -h
expac -H M "%011m\t%-20n\t%10d" $(comm -23 <(pacman -Qqen | sort) <(pacman -Qqg base base-devel | sort)) | sort -n

Paste this in to save time, to view all pkgLists

pacman -Qqet > pkgList1.txt
pacman -Qe   > pkgList2.txt
pacman -Qq   > pkgList3.txt
pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | sort -h > pkgList4.txt
expac -H M "%011m\t%-20n\t%10d" $(comm -23 <(pacman -Qqen | sort) <(pacman -Qqg base base-devel | sort)) | sort -n > pkgList5.txt


Go here to see these pkgList.txt files
And you can go here to see all files on server.

Largest packages, sorted

        [erik@Rairden ~]$ pacman -Qi | awk '/^Name/{name=$3} /^Installed Size/{print $4$5, name}' | sort -h
        20.30MiB kate
        22.89MiB kwin
        23.89MiB sublime-text
        24.40MiB kio
        24.88MiB adwaita-icon-theme
        24.93MiB smbclient
        25.51MiB plasma-workspace
        28.17MiB breeze
        28.17MiB ffmpeg
        28.94MiB grub
        29.72MiB binutils
        30.44MiB lib32-icu
        34.18MiB gtk2
        34.68MiB git
        35.10MiB icu
        35.66MiB plasma-desktop
        41.40MiB glibc
        42.00MiB lib32-mesa
        43.72MiB samba
        44.07MiB guile
        44.95MiB libibus
        46.35MiB breeze-icons
        46.69MiB js52
        47.12MiB qt5-webkit
        52.00MiB perl
        55.90MiB vlc
        58.59MiB qt5-base
        58.71MiB mesa
        61.21MiB llvm-libs
        63.84MiB noto-fonts
        65.51MiB lib32-llvm-libs
        70.03MiB gtk3
        71.63MiB lib32-gcc-libs
        73.21MiB python2
        99.51MiB lib32-nvidia-utils
        105.27MiB gcc-libs
        114.06MiB webkit2gtk
        119.00MiB linux417
        122.71MiB nvidia-utils
        124.37MiB qt5-webengine
        131.99MiB gcc
        137.80MiB python
        141.20MiB xnviewmp
        146.70MiB discord
        148.21MiB foxitreader
        180.51MiB google-chrome
        215.35MiB visual-studio-code-bin
        219.82MiB spotify
        290.49MiB linux-firmware
        336.62MiB go    
    

        [erik@Rairden ~]$ expac -H M "%011m\t%-20n\t%10d" $(comm -23 <(pacman -Qqen | sort) <(pacman -Qqg base base-devel | sort)) | sort -n
        10.16 MiB     gnome-icon-theme        GNOME icon theme
          10.73 MiB     gwenview                A fast and easy to use image viewer
          11.15 MiB     ruby                    An object-oriented language for quick and easy programming
          11.55 MiB     poppler-data            Encoding data for the poppler PDF rendering library
          11.61 MiB     falkon                  Cross-platform QtWebEngine browser
          11.98 MiB     networkmanager          Network connection manager and user applications
          12.94 MiB     alsa-firmware           ALSA firmware package
          13.72 MiB     gst-plugins-bad         GStreamer Multimedia Framework Bad Plugins
          13.83 MiB     konversation            A user-friendly and fully-featured IRC client
          14.73 MiB     gst-libav               GStreamer Multimedia Framework ffmpeg Plugin
          14.83 MiB     plasma5-themes-breath   breath theme for KDE Plasma 5
          15.67 MiB     khelpcenter             Application to show KDE Applications' documentation
          16.67 MiB     filezilla               Fast and reliable FTP, FTPS and SFTP client
          18.60 MiB     qt5-virtualkeyboard     Virtual keyboard framework
          20.30 MiB     kate                    Advanced Text Editor
          22.89 MiB     kwin                    An easy to use, but flexible, composited Window Manager
          23.89 MiB     sublime-text            Sublime Text is a sophisticated text editor for code, markup and prose
          25.51 MiB     plasma-workspace        KDE Plasma Workspace
          28.17 MiB     breeze                  Artwork, styles and assets for the Breeze visual style for the Plasma Desktop
          28.17 MiB     ffmpeg                  Complete solution to record, convert and stream audio and video
          28.94 MiB     grub                    GNU GRand Unified Bootloader (2)
          34.68 MiB     git                     the fast distributed version control system
          35.66 MiB     plasma-desktop          KDE Plasma Desktop
          43.72 MiB     samba                   SMB Fileserver and AD Domain server
          55.90 MiB     vlc                     Multi-platform MPEG, VCD/DVD, and DivX player
          63.84 MiB     noto-fonts              Google Noto TTF fonts
          99.51 MiB     lib32-nvidia-utils      NVIDIA drivers utilities (32-bit)
         119.00 MiB     linux417                The Linux417 kernel and modules
         122.71 MiB     nvidia-utils            NVIDIA drivers utilities
         290.49 MiB     linux-firmware          Firmware files for Linux  
    







I installed the other Manjaro minimal. It's basically arch clone. Came with dolphin, konsole, & KDE only. The install was 2.7 GB and 460 pkg's. By the time I got the same things installed it was at 5-6 GB and 650 pkg's, and not working as good as the distro above. I gave up when I couldn't get the Nvidia drivers working completely.

It lacked manjaro themeing, bug free KDE taskbar, tons of featrues I'm used to, and none of the working audio firmware for my SBZ.

Super minimal install is too much work!