To install a package with dependencies, open a terminal and run:
Für Debian-basierte Linux-Distributionen:
dpkg -i [package]apt-get install -fFür RPM-basierte Linux-Distributionen:
rpm -i [package]oder
yum install [package]So aktualisieren Sie ein bestehendes Paket:
Für Debian-basierte Linux-Distributionen:
dpkg -i [package]Für RPM-basierte Linux-Distributionen:
rpm -U [package]oder
yum update [package]