From ea4efca4ada12b87e7cc06a764c6ec85ff964dd1 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 28 Apr 2026 13:33:52 +0000 Subject: [PATCH] Revert README.md - Ubuntu 24.04 has postgresql-16 and libc6 2.39 in repos --- README.md | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index ceab4c1..84b7107 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ Linux Patch Manager is a web application that acts as a management plane, commun | Component | Requirement | |-----------|-------------| -| **Operating System** | Ubuntu 22.04 LTS or 24.04 LTS | -| **Database** | PostgreSQL 16 (via official PostgreSQL repository) | +| **Operating System** | Ubuntu 24.04 LTS (Noble) | +| **Database** | PostgreSQL 16 | | **Memory** | 2 GB RAM minimum, 4 GB recommended | | **Storage** | 1 GB for application + database space | | **Network** | HTTPS access (port 443 recommended) | @@ -53,36 +53,15 @@ Download the latest `.deb` package from the [Gitea Releases](https://gitea-lxc.m wget https://gitea-lxc.moon-dragon.us/echo/linux_patch_manager/releases/download/v0.0.2/linux-patch-manager_1.0.0-1_amd64.deb ``` -### 2. Install PostgreSQL 16 - -**Important:** PostgreSQL 16 is NOT available in Ubuntu's default repositories. You MUST add the official PostgreSQL repository. +### 2. Install Dependencies ```bash -# Add PostgreSQL official repository -sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' - -# Import signing key -wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - - -# Update package list sudo apt update - -# Install PostgreSQL 16 and SSL library sudo apt install -y postgresql-16 libssl3 ``` ### 3. Install the Package -```bash -sudo dpkg -i linux-patch-manager_1.0.0-1_amd64.deb -``` - -Or with automatic dependency resolution: - -```bash -sudo apt install ./linux-patch-manager_1.0.0-1_amd64.deb -``` - ## Configuration ### 1. Database Setup