Qual é o propósito do pacote emacs24-common-non-dfsg?

2

Eu tentei executar o C-h r do Emacs, mas recebi um erro

  

O arquivo de informações emacs não existe

Após googling, encontrei o pacote emacs24-common-non-dfsg . Qual é o objetivo deste pacote e por que eu gostaria de instalá-lo?

Estou usando o Ubuntu 14.04.

    
por Håkon Hægland 10.01.2015 / 09:22

1 resposta

3

Você pode usar apt-cache show <package_name> para obter as informações básicas sobre esse pacote junto com a descrição.

De apt-cache show emacs24-common-non-dfsg

Description-en: GNU Emacs common non-DFSG items, including the core documentation
 This package includes the core Emacs documentation: the Emacs Info
 pages, the Emacs Lisp Reference Manual, and the Emacs Lisp Intro.
 .
 GNU Emacs is the extensible self-documenting text editor.  This
 package contains the architecture independent infrastructure that is
 not compliant with the Debian Free Software Guidelines.  In
 particular, this includes some of the GNU Emacs info pages, as they
 are covered under the GFDL, and specify invariant sections.  See
 http://www.debian.org/vote/2006/vote_001 for more information.


Este pacote é necessário para o Manual do Emacs .

É um pacote não-livre, isto é, pacotes que não atendem às Diretrizes do Software Livre Debian .

    
por g_p 10.01.2015 / 10:56