You are not logged in.
hi everyone
first thing: great work with new pacman!
unfortunaley mine isn't working perfect.
it downloads my packages twice.
heres an example:
/usr/bin/pacman -S -u
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (10): cifs-utils-5.2-1 git-1.7.8.4-1 hdparm-9.38-1 libass-0.10.0-3 libcap-ng-0.6.6-1 linux-3.2.1-1
linux-headers-3.2.1-1 lirc-utils-1:0.9.0-10 perl-5.14.2-7 xkeyboard-config-2.4.1-3
Total Download Size: 61.02 MiB
Total Installed Size: 178.39 MiB
Net Upgrade Size: 7.81 MiB
Proceed with installation? [Y/n]
:: Retrieving packages from core... <- here the first tme
perl-5.14.2-7-x86_64 12.3 MiB 805K/s 00:16 [###########################################] 100%
hdparm-9.38-1-x86_64 66.9 KiB 168K/s 00:00 [###########################################] 100%
....
(10/10) checking package integrity [###########################################] 100%
(10/10) loading package files [###########################################] 100% <- and here the second time
(10/10) checking for file conflicts [###########################################] 100%
(10/10) checking available disk space [###########################################] 100%
( 1/10) installing libcap-ng [###########################################] 100%
.....i can't find out why?
pacman -Qi pacman
Name : pacman
Version : 4.0.1-4
URL : http://www.archlinux.org/pacman/
Licenses : GPL
Groups : base
Provides : None
Depends On : bash glibc>=2.15 libarchive>=3.0.2 curl>=7.19.4 gpgme pacman-mirrorlist
Optional Deps : fakeroot: for makepkg usage as normal user
Required By : package-query yaourt
Conflicts With : None
Replaces : None
Installed Size : 3532.00 KiB
Packager : Dave Reisner <dreisner@archlinux.org>
Architecture : x86_64
Build Date : Fri 13 Jan 2012 05:45:39 AM CET
Install Date : Thu 19 Jan 2012 03:05:37 AM CET
Install Reason : Explicitly installed
Install Script : Yes
Description : A library-based package manager with dependency support/etc/pacman.conf
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options
#UseSyslog
#UseDelta
#TotalDownload
CheckSpace
#VerbosePkgLists
# PGP signature checking
# NOTE: None of this will work without running `pacman-key --init` first.
# The compiled in default is equivalent to the following line. This requires
# you to locally sign and trust packager keys using `pacman-key` for them to be
# considered valid.
#SigLevel = Optional TrustedOnly
# If you wish to check signatures but avoid local sign and trust issues, use
# the following line. This will treat any key imported into pacman's keyring as
# trusted.
#SigLevel = Optional TrustAll
# For now, off by default unless you read the above.
SigLevel = Never
#
# 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
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[core]
#SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
[extra]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
[community]
#SigLevel = PackageOptional
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#SigLevel = PackageRequired
#Include = /etc/pacman.d/mirrorlist
#[multilib]
#SigLevel = PackageOptional
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
[archlinuxfr]
# The French Arch Linux communities packages.
Server = http://repo.archlinux.fr/$archthanks for help
Last edited by kriz (2012-01-19 17:57:19)
„Je verdinglichter die Welt, je dichter das Netz, das der Natur überworfen wurde, desto mehr beansprucht ideologisch das Denken, das jenes Netz spinnt, seinerseits Natur, Urerfahrung zu sein." Theodor W. Adorno [aus: Wozu noch Philosopie]
Offline
It says 'loading package files' - it's not downloading them :-)
Offline
oh
thought this was a kinda simultaneous downloading integration in pacman.
thanks
„Je verdinglichter die Welt, je dichter das Netz, das der Natur überworfen wurde, desto mehr beansprucht ideologisch das Denken, das jenes Netz spinnt, seinerseits Natur, Urerfahrung zu sein." Theodor W. Adorno [aus: Wozu noch Philosopie]
Offline
pacman has a pretty good localization coverage so if English is not your mother tongue you can use pacman in your native language.
Offline