Lynis(バスター)のDebianテストアップデートを入手する

Lynis(バスター)のDebianテストアップデートを入手する

私が得る方法はありませんか?レニス使用している場合は更新Debian テスト(スポイラー)?最新バージョンのインストールを避けたいです。レニス手動で。 Debianリポジトリを使いたいです。

root@host:~# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux testing (buster)
Release:        testing
Codename:       buster

レニス update info:

root@host:~# lynis update info

      ===============================================================================
        Lynis update available
      ===============================================================================

        Current version is more than 4 months old

        Please update to the latest version.
        New releases include additional features, bug fixes, tests and baselines.

        Download the latest version:
        Packages (DEB/RPM) -  https://packages.cisofy.com
        Website            -  https://cisofy.com/downloads/
        GitHub             -  https://github.com/CISOfy/lynis

      ===============================================================================


 == Lynis ==

  Version            : 2.5.0
  Status             : Outdated
  Installed version  : 250
  Latest version     : 257
  Release date       : 2017-05-03
  Update location    : https://cisofy.com/lynis/


2007-2017, CISOfy - https://cisofy.com/lynis/

実行しましたが、aptitude update && aptitude full-upgrade今はアップデートがありません。

ベストアンサー1

インストールプロセスは次のトピックで説明されています。公式ウェブサイト

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C80E383C3DE9F082E01391A0366C67DE91CA5D5F
apt install apt-transport-https
echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/99disable-translations
echo "deb https://packages.cisofy.com/community/lynis/deb/ stable main" > /etc/apt/sources.list.d/cisofy-lynis.list
apt update
apt remove lynis
apt install lynis

バージョンを確認してください。

lynis show version
2.5.7

おすすめ記事