1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Proxmox で autoremove したら、proxmox-ve も削除された

Last updated at Posted at 2024-09-21

何が起きたか

極めて一時的な事象だったのですが、Proxmox で apt autoremove すると、proxmox-ve が削除されるようになっていました。😲

以下がその時に表示された警告メッセージです。

Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  proxmox-ve pve-manager

W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook)       touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook)       - your APT repository settings
W: (pve-apt-hook)       - that you are using 'apt full-upgrade' to upgrade your

GUI でアクセスできなくなったので、やってはいけないことをやってしまったことに気付き 😱、ssh で Proxmox に接続し、再度 proxmox-vepve-manager をインストールしました。

現状はどうなっているか

2024 年 6 月 17 日のみに発生したようで、現時点では apt autoremove しても proxmox-ve が削除されることはありません。

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?