On Tue, 5 May 2020, Nikhilesh Susarla wrote:
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.
glibc is part of 'base'.glibc is installed when you install the distro.
# pacstrap /mnt baseyou do not need to install glibc independently.
warm regards Saifi.

