You are not logged in.
Pages: 1
I have problems to intall beryl packages.
[jack@nube ~]$ sudo pacman -Sy beryl-svn
:: Synchronizing package databases...
:: current is up to date
:: extra is up to date
:: unstable is up to date
:: community is up to date
beryl-svn: not found in sync db
This is a part of my pacman.conf. How I do resolv?. Help.:(
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
[unstable]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/unstable
Server = ftp://ftp.archlinux.de/pub/archlinux/unstable/os/i686
Server = ftp://ftp.heanet.ie/mirrors/ftp.archlin … le/os/i686
Server = ftp://ftp.belnet.be/packages/archlinux/unstable/os/i686
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community
My nvidia driver beta and nvidia-utils are correct installed.
Use Arch x64 and nvidia on-board geforce 6150.
Offline
There is no beryl-svn package:
$ pacman -Ss beryl
unstable/beryl-core-svn 672-1
Compiz fork without gnome dependencies (former compiz-quinn patchset)
unstable/beryl-dbus-svn 671-1
DBUS plugin for beryl
unstable/beryl-manager-svn 671-1
Management dockap for beryl
unstable/beryl-plugins-svn 677-1
Plugins for beryl
unstable/beryl-settings-svn 671-1
Settings manager for beryl
unstable/emerald-svn 671-1
Window decorator for beryl
unstable/emerald-themes-svn 671-1
Themes for emerald, the beryl window decorator
You probably want beryl-core-svn.
Offline
It's a package group, maybe just wait for the mirrors.
1000
Offline
Ah... I didn't know that it was a group. Then, it's probably a mirroring issue like byte pointed out.
Offline
@jack: Put your preferred mirrors ABOVE the Include= line, not below.
Offline
NOT WORKS!.:(
My pacman.conf:
#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
# move it to the top of the server list, so pacman will choose it
# first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors script. It requires the "netselect" package.
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
LogFile = /var/log/pacman.log
NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade = etc/rc.conf etc/rc.local
NoUpgrade = etc/modprobe.conf etc/modules.conf
NoUpgrade = etc/lilo.conf boot/grub/menu.lst
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here.
# - local/custom mirrors can be added here or in separate files
#
#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/x86_64
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
[unstable]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/unstable
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
Help!.
Offline
Pages: 1