0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ubuntu Server 20.04.3 LTS 構築#4 セキュリティ設定3

Posted at

<前回の内容>
clamavのウイルス定義ファイルの更新

実施日:2022/01/18~
<<今回の内容>>
ローカルバージョンの更新

前回はウイルス定義ファイルの更新エラーの対応をしました。
今回はローカルバージョンの更新作業を行います。

調べてみると、レポジトリの更新が必要。
下記のコマンドを実行するとバージョンアップが出来るとのこと。
早速、コマンドを実行します。

[コマンド]
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntu-clamav /ppa
python~は関係性がないと思いつつも、試しに実行。
cannot add ppa:'ppa:~ubuntu-clamav /clamav/ppa'
ERROR:'~ubuntu-clamav 'user or team doesnot exist
やはり、実行が出来ないとエラーメッセージが表示されました。

レポジトリの設定ファイルが
/etc/apt/sourcies.list
又は
/etc/apt/sources.list.d/
に存在するそうなので、実際に確認
/etc/apt/sources.list.d/には何もなかったです。

更に調べてみると、レポジトリ自体の更新が必要とのことです。

[コマンド]
apt update
実行すると、アップグレード可能なものが9個ありました。

[コマンド]
apt list --upgradable
アップグレード出来るものを確認
・clamav-base
・clamav-daemon
・clamav-freshclam
・clamdscan
・libclamav
・linux-generic
・linux-headers-generic
・linux-image-generic

[コマンド]
apt upgrade
※-yを付けて実行し忘れたので、途中で[Y]を入力する羽目に。
freshclamのバージョンアップについて確認画面が表示され、
アップグレードを選択。再起動を実施しました。

[コマンド]
freshclam
ローカルバージョンが更新されたと表示され、確認出来ました。

本日は此処迄です。

次回#5 セキュリティ設定4

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?