Автор Гілка: PACMAN  (Прочитано 1547 раз)

roman-pikalyuk

  • Гість
PACMAN
« : 2009-11-13 09:31:40 »
Pacman (менеджер пакетів у Arch Linux) обліковує обернені залежності?

Відсутній Re.

  • Загальний модератор
  • Літератор
  • *****
  • дописів: 1898
  • Карма: +1/-0
Re: PACMAN
« Відповідей #1 : 2009-11-13 09:56:54 »
Можливо, я  трохи відсталий од життя, але що таке обернені залежності?

roman-pikalyuk

  • Гість
Re: PACMAN
« Відповідей #2 : 2009-11-13 10:10:08 »
Прямі (звичайні) залежності - це ті залежності, від яких залежить даний пакет; обернені залежності вказують на те, що існують інші пакети, котрі залежать від даного пакету.

Відсутній Re.

  • Загальний модератор
  • Літератор
  • *****
  • дописів: 1898
  • Карма: +1/-0
Re: PACMAN
« Відповідей #3 : 2009-11-13 10:35:25 »
Так. Можете тут почитати про всі його можливості. Приміром, у мене показується так:
[root@myhost ~]# pacman -Qi qt
Назва                   : qt
Версія                  : 4.5.3-3
Посилання               : http://www.qtsoftware.com/
Ліцензії                : GPL3  LGPL
Групи                   : Немає
Забезпечує              : qt4=4.5.3  phonon
Залежить від            : libpng  mesa  fontconfig  libtiff>=3.8.2-5  libmng>=1.0.10-2  sqlite3  xdg-utils
                          hicolor-icon-theme  libxrandr  glib2  libxi  dbus  libxcursor  libxinerama  libxrender
                          gstreamer0.10-base-plugins  ca-certificates
Необов'язкові залежності: postgresql-libs
                          libmysqlclient
                          unixodbc
[glow]Потрібен для[/glow]            : arora  kde-agent  kdelibs  kdesdk-poxml  liblastfm  opera-snapshot  polkit-qt
                          poppler-qt  pyqt  qca  qimageblitz  qscintilla  qtscriptgenerator  skype  soprano
                          strigi  vlc
Конфліктує з            : qt4  phonon
Замінює                 : qt4  phonon
Встановлений розмір     : 83276,00 К
Пакувальник             : Pierre Schmitz <pierre@archlinux.de>
Архітектура             : i686
Дата збирання           : чт, 08-жов-2009 01:31:33 +0300
Дата встановлення       : пт, 09-жов-2009 16:03:52 +0300
Причина встановлення    : Встановлений як залежність до іншого пакунку
Скрипт встановлення     : Так
Опис                    : A cross-platform application and UI framework


roman-pikalyuk

  • Гість
Re: PACMAN
« Відповідей #4 : 2009-11-13 10:52:28 »
Значить підтримує. Ура!
Дякую.
Переходжу на Arch Linux.

roman-pikalyuk

  • Гість
Re: PACMAN
« Відповідей #5 : 2009-11-13 18:14:01 »
Покажіть, будь-ласка, свій pacman.conf і mirrolist.

Відсутній Re.

  • Загальний модератор
  • Літератор
  • *****
  • дописів: 1898
  • Карма: +1/-0
Re: PACMAN
« Відповідей #6 : 2009-11-13 22:54:38 »
#                                
# /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                                      
HoldPkg     = pacman glibc                                              
# If upgrades are available for these packages they will be asked for first
SyncFirst   = pacman                                                      
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u                    
#XferCommand = /usr/bin/curl %u > %o                                      
#CleanMethod = KeepInstalled                                              

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =                                                                
#IgnoreGroup =                                                                

#NoUpgrade   =
#NoExtract   =

# Misc options (all disabled by default)
#NoPassiveFtp                          
#UseSyslog                              
#ShowSize                              
#UseDelta                              
#TotalDownload                          

#
# 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
#                                                                  
# 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.
#

# Testing is disabled by default.  To enable, uncomment the following
# two lines.  You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist


# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs

[archlinuxfr]
Server = http://repo.archlinux.fr/i686

[archlinuxve]
Server = http://repo.archlinux.com.ve/i686

roman-pikalyuk

  • Гість
Re: PACMAN
« Відповідей #7 : 2009-11-13 23:28:04 »
Дякую.

roman-pikalyuk

  • Гість
Re: PACMAN
« Відповідей #8 : 2009-11-17 14:16:29 »
Висне HAL daemon, як це виправити?
« Змінено: 2009-11-17 14:16:43 від roman-pikalyuk »

Praporshic

  • Гість
Re: PACMAN
« Відповідей #9 : 2009-11-17 18:08:46 »
Flame:
Висне HAL daemon, як це виправити?
Сховати гак та мотузку, відібрати у нього його власні

Відсутній Re.

  • Загальний модератор
  • Літератор
  • *****
  • дописів: 1898
  • Карма: +1/-0
Re: PACMAN
« Відповідей #10 : 2009-11-18 00:47:29 »
Висне HAL daemon, як це виправити?
Куріть це з їхньої вікі, там узагалі все є, майже.