You are not logged in.
I thought i could search for a application folder from /var/abs with 'whereis' in terminal.
but it doesnt give any results from contents of abs ,why?
Offline
'whereis' searches for binaries, sources and manpages. /var/abs doesn't contain these; it contains PKGBUILDS. Sources and manpages are downloaded by running 'makepkg'.
I usually use these to search abs:
pacman -Ss app
or
find /var/abs -name "app"
Last edited by thisoldman (2012-01-05 08:27:17)
Offline
does having just a 'makefile' is considered a source, in any folder?
Last edited by hadrons123 (2012-01-05 08:35:02)
Offline