Encontre a versão do apt-mirror [duplicate]

0

Em vários posts eu li sobre questões de versões específicas do apt-mirror.

Como descubro a versão? Eu não vi nada na página man e não tem opções de linha de comando, também não --help.

    
por CatMan 15.02.2017 / 02:40

1 resposta

0

Executar:

apt show apt-mirror

Saída no meu sistema:

qwerty@qwerty-Inspiron-3520:~$ apt show apt-mirror
Package: apt-mirror
Version: 0.5.3-1
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Brandon Holtsclaw <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 65.5 kB
Depends: adduser, wget, perl:any
Homepage: http://apt-mirror.github.com/
Download-Size: 14.1 kB
APT-Sources: http://us.archive.ubuntu.com/ubuntu zesty/universe amd64 Packages
Description: APT sources mirroring tool
 A small and efficient tool that lets you mirror a part of or
 the whole Debian GNU/Linux distribution or any other apt sources.
 .
 Main features:
  * It uses a config similar to apts <sources.list>
  * It's fully pool comply
  * It supports multithreaded downloading
  * It supports multiple architectures at the same time
  * It can automatically remove unneeded files
  * It works well on overloaded channel to internet
  * It never produces an inconsistent mirror including while mirroring
  * It works on all POSIX compliant systems with perl and wget
    
por QwertyChouskie 15.02.2017 / 02:45