LinkStack install error on lines 448 and 1281 #1321

Closed
opened 2026-02-05 00:21:31 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @Lewis8265 on GitHub (Jul 22, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Linkstack

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkstack.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

I receive an error when installing

Verbose output copied in below

🔄 Steps to reproduce the issue.

Try to install it

Paste the full error output (if available).

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3
E: Couldn't find any package by glob 'php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3'
E: Couldn't find any package by regex 'php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3'
[ERROR] in line 448: exit code 0: while executing command $STD apt-get install -y "$MODULE_LIST"
[ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"var_install".sh)" ?

🖼️ Additional context (optional).

No response

Originally created by @Lewis8265 on GitHub (Jul 22, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Linkstack ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/linkstack.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. I receive an error when installing Verbose output copied in below ### 🔄 Steps to reproduce the issue. Try to install it ### ❌ Paste the full error output (if available). Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3 E: Couldn't find any package by glob 'php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3' E: Couldn't find any package by regex 'php8.3 php8.3-bcmath php8.3-cli php8.3-curl php8.3-gd php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip php8.3-sqlite3' [ERROR] in line 448: exit code 0: while executing command $STD apt-get install -y "$MODULE_LIST" [ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 00:21:31 +03:00
Author
Owner

@Deekerman commented on GitHub (Jul 22, 2025):

I got a similar Error.

Same thing, set up under advanced.

⠦ Setup PHP 8.3
[ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1

[ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?
@Deekerman commented on GitHub (Jul 22, 2025): I got a similar Error. Same thing, set up under advanced. ``` ⠦ Setup PHP 8.3 [ERROR] in line 159: exit code 0: while executing command "$@" > /dev/null 2>&1 [ERROR] in line 1281: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ```
Author
Owner

@MickLesk commented on GitHub (Jul 22, 2025):

done

@MickLesk commented on GitHub (Jul 22, 2025): done
Author
Owner

@Deekerman commented on GitHub (Jul 22, 2025):

worked for me

@Deekerman commented on GitHub (Jul 22, 2025): worked for me
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1321