You are not logged in.
I'm trying to install cmake but it doesn't appear in the extra repos... which is where it should appear according to a search on the site.
http://www.archlinux.org/packages/?q=cmake
I was using the Romanian mirrors but they do not seem to be working. So I switched to the US mirrors and those seem to be working. But core, extra and community get updated every time even if I run pacman within seconds.
sudo pacman -Suy
:: Synchronizing package databases...
core 2.0K 186.1K/s 00:00:00 [######################] 100%
extra 2.1K 1912.2K/s 00:00:00 [######################] 100%
community 2.1K 1856.2K/s 00:00:00 [######################] 100%
kdemod-core is up to date
kdemod-extragear is up to date
kdemod-playground is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
local database is up to date
[shane@acer-arch shane]$ sudo pacman -Suy
:: Synchronizing package databases...
core 2.0K 179.2K/s 00:00:00 [######################] 100%
extra 2.1K 1861.8K/s 00:00:00 [######################] 100%
community 2.1K 1752.7K/s 00:00:00 [######################] 100%
kdemod-core is up to date
kdemod-extragear is up to date
kdemod-playground is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
local database is up to dateIs this normal? Shouldn't it say something like 'core is up to date'?
Searching for cmake gives nothing
[shane@acer-arch shane]$ pacman -Ss cmake
[shane@acer-arch shane]$Am I doing something wrong?
Last edited by drsjlazar (2009-10-24 09:44:45)
Offline
Try refreshing your package list.
$ pacman -SyyOffline
Try refreshing your package list.
$ pacman -Syy
That fixed it. Thanks!
Offline