12 Oct
2012
12 Oct
'12
2:22 p.m.
Hello, all:
When we run "pacman -S Firefox", we will get "error: target not found: Firefox" because there is only firefox, not Firefox, in repo. IMHO it could be better if pacman is case insensitive.
Regards, Mizuchi
Bad idea for several reasons : - Arch package names are all lower-case . - linux filesystems are case sensitive by default On linux This.txt and this.txt are 2 DIFFERENT files. Case Matters.