Инструменты пользователя

Инструменты сайта


doc:os:ubuntu:commands:example_of_using_apt-get_-d_install

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Следующая версия
Предыдущая версия
doc:os:ubuntu:commands:example_of_using_apt-get_-d_install [d.m.Y H:i] – создано dbehterevdoc:os:ubuntu:commands:example_of_using_apt-get_-d_install [d.m.Y H:i] (текущий) – внешнее изменение 127.0.0.1
Строка 1: Строка 1:
 +====== Пример использования apt-get -d install ======
 +
 +<code>
 +apt-cache show moreutils
 +Package: moreutils
 +Priority: optional
 +Section: universe/utils
 +Installed-Size: 228
 +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 +Original-Maintainer: Joey Hess <joeyh@debian.org>
 +Architecture: amd64
 +Version: 0.37
 +Replaces: lckdo
 +Depends: libc6 (>= 2.7), perl
 +Suggests: libtime-duration-perl, libtimedate-perl
 +Conflicts: lckdo
 +Filename: pool/universe/m/moreutils/moreutils_0.37_amd64.deb
 +Size: 52364
 +MD5sum: 46a6830a35ccaaaf980fb8940147f81c
 +SHA1: 5c27f32ff1caca58d2040276ebb1278c15927268
 +SHA256: 8838e7e1fada60f57690515e80c3c4e8d7edaf46ac9240f2dcd031d07b1f7a3a
 +Description: additional unix utilities
 + This is a growing collection of the unix tools that nobody thought
 + to write thirty years ago.
 + .
 + So far, it includes the following utilities:
 +  - sponge: soak up standard input and write to a file
 +  - ifdata: get network interface info without parsing ifconfig output
 +  - ifne: run a program if the standard input is not empty
 +  - vidir: edit a directory in your text editor
 +  - vipe: insert a text editor into a pipe
 +  - ts: timestamp standard input
 +  - combine: combine the lines in two files using boolean operations
 +  - pee: tee standard input to pipes
 +  - zrun: automatically uncompress arguments to command
 +  - mispipe: pipe two commands, returning the exit status of the first
 +  - isutf8: check if a file or standard input is utf-8
 +  - lckdo: execute a program with a lock held
 +  - parallel: run multiple jobs at once
 +Homepage: http://kitenet.net/~joey/code/moreutils/
 +Bugs: https://bugs.launchpad.net/ubuntu/+filebug
 +Origin: Ubuntu
 +</code>