Telstar
https://www.telstar.si/

Kam ti apt-get posname program oz. iskanje
https://www.telstar.si/viewtopic.php?f=75&t=3012
Stran 1 od 1

Avtor:  babylon9 [ Po Dec 06, 2004 20:29 ]
Naslov prispevka:  Kam ti apt-get posname program oz. iskanje

apt-get search dpkg
apt-get install dpkg

primer za xmms

dpkg -L xmms

To list packages related to the editor vi:
dpkg -L '*vi*'

To see the entries in /var/lib/dpkg/available on two packages:
dpkg --print-avail elvis vim | less

To search the listing of packages yourself:
less /var/lib/dpkg/available

To remove an installed elvis package:
dpkg -r elvis

To install a package, you first need to find it in an archive or CDROM. The "available" file shows that the vim package is in section "editors":
cd /cdrom/hamm/hamm/binary/editors dpkg -i vim_4.5-3.deb

To make a local copy of the package selection states:
dpkg --get-selections >myselections

You might transfer this file to another computer, and install it there with:
dpkg --set-selections <myselections

man dpkg :roll:

Stran 1 od 1 Vsi časi so UTC+02:00 Evropa/Ljubljana
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/