Selasa, 23 Juli 2024

EDB-ubuntu22.04

https://www.enterprisedb.com/repos

user=hharnedi@gmail.com 

Auto

Use this to quickly setup the repository automatically (recommended).
curl -1sLf 'https://downloads.enterprisedb.com/lJgm4T6b9h13HdXaYzTaoCL7J1FOi6OZ/enterprise/setup.deb.sh' | sudo -E bash
Manual
Configure the repository yourself before installing packages.
apt-get install -y debian-keyring  # debian only
apt-get install -y debian-archive-keyring  # debian only
apt-get install -y apt-transport-https
# For Debian Stretch, Ubuntu 16.04 and later
keyring_location=/usr/share/keyrings/enterprisedb-enterprise-archive-keyring.gpg
curl -1sLf 'https://downloads.enterprisedb.com/lJgm4T6b9h13HdXaYzTaoCL7J1FOi6OZ/enterprise/gpg.E71EB0829F1EF813.key' |  gpg --dearmor > ${keyring_location}
curl -1sLf 'https://downloads.enterprisedb.com/lJgm4T6b9h13HdXaYzTaoCL7J1FOi6OZ/enterprise/config.deb.txt?distro=ubuntu&codename=jammy' > /etc/apt/sources.list.d/enterprisedb-enterprise.list
apt-get update
Step 2
Once the repository is configured, run this to install the software packages.
sudo apt-get -y install edb-pem

Tidak ada komentar:

Posting Komentar