I tried looking into the installed native packages by pacman -Qe The output had : gcc-libs 9.3.0-1, glibc, glibc2.
According to the arch wiki, arch linux uses glibc. pacman -S -s glibc : gives core/glibc [installed] Where can I find it? I tried searching the file, but failed. I tried to install gcc : pacman -S -s gcc This command shows that it would install gcc-ada, gcc-d and so on. The installed size it shows is 174MB. But in arch site, gcc and its dependencies if installed the size is 139.3 MB gcc-libs are already installed. So, how do I install the minimum? Thank you. Susarla Nikhilesh

