はじめに
Ubuntu24.04にvalkeyを標準インストール
サポート
universe
LOG
インストール
# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.1 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.1 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
# apt update; apt install -y valkey-server
... 略
各種確認
# apt info valkey-server
Package: valkey-server
Version: 7.2.5+dfsg1-2ubuntu4~24.04.1
Priority: optional
Section: universe/database
Source: valkey
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Lucas Kanashiro <kanashiro@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 172 kB
Provides: valkey
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: valkey-tools (= 7.2.5+dfsg1-2ubuntu4~24.04.1)
Homepage: https://valkey.io
Download-Size: 49.2 kB
APT-Manual-Installed: yes
APT-Sources: http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages
Description: Persistent key-value database with network interface