ArchLinux - Paketmanagement

Logo ArchLinuxUm Pakete oder Software in ArchLinux zu installieren bzw. zu verwalten gibt es ein geniales Tool. Das Tool "pacman" ladet fertig kompilierte Pakete in Form von tar.gz Dateien runter, löst Abhängingigkeiten auf und installiert diese. Der Aufruf von "pacman -Syu" genügt, um die Paketdatenbank zu aktualisieren und das gesamte System auf den neuesten Stand zu bringen - "pacman -Syu" ist also ein sehr mächtiger Befehl.

Gibt es mit "pacman -Syu" einen Fehler kann das so aussehen:

error: the following file conflicts were found:
filesystem: /etc/gshadow: exists in filesystem
lshwd: /etc/rc.d/hwd: exists in filesystem
errors occurred, no packages were upgraded.

Um ein Paket zu installieren gibt man Folgendes ein:

pacman -S paket

Wobei paket für das zu installierende Paket gilt.

Ein Beispiel, um gftp zu installieren. Zunächst sucht man mit

pacman -Ss ftp

nach Paketen mit ftp in der Bezeichnung. Bei mir ergibt diese Anfrage Folgendes:

[root@www siggi]# pacman -Ss ftp

local/gftp 2.0.18-1
A multithreaded ftp client for X Windows
current/bftpd 1.0.24-2>
A very configurable (and secure) Linux FTP server
current/gftp 2.0.18-1
A multithreaded ftp client for X Windows
current/lftp 3.2.1-1
Sophisticated command line based FTP client
current/netkit-ftp 0.17-3
Commandline ftp client
current/proftpd 1.2.10-2
A high-performance, scalable FTP server
current/rssh 2.2.3-1
A restricted shell for use with OpenSSH, allowing only scp and/or sftp
current/snarf 7.0-2
Command-line URL retrieval tool (http/ftp/gopher)
current/vsftpd 2.0.3-2
Very Secure FTP daemon
extra/kbear 2.1-2
A graphical ftp client for KDE
extra/ncftp 3.1.9-1
A set of free application programs implementing FTP>
extra/netkit-tftp 0.17-3
This is netkit-tftp for Linux
extra/pure-ftpd 1.0.20-2
Pure FTP Server is a fast, production quality, standards-conformant FTP
server
extra/sitecopy 0.15.0-1
Synchronize local and remote web site via FTP or WebDAV
extra/tftp-hpa 0.40-2
official tftp server
extra/weex 2.6.1.5-1
With weex, the maintainer of a web site or archive that must be administered
through FTP interaction can largely ignore that process
extra/wput 0.5-1
A command line tool to upload files to FTP site, the opposite to wget

Ok, gftp ist als Paket verfügbar und kann installiert werden. Zum Installieren die Option "S" verwenden:

pacman -S gftp

Ist gftp bereits installiert bekommt man folgende Information:

:: gftp-2.0.18-1: is up to date. Upgrade anyway? [Y/n]

Ist gftp noch nicht installiert, wird über weitere zu installierende abhängige Pakete sowie jeweils über die Paketgröße informiert und ebenfalls nach "Y/n" gefragt.

Powered by Drupal. Created with ZenWalk.