📖
Apool Help
  • 📒QUBIC Pool Tutorial
    • Linux Automatic Update Tutorial
    • Windows Automatic Update Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒Quai Pool Tutorial
    • Quai Linux Mining Tutorial
    • Quai Windows Mining Tutorial
    • HiveOS Flight Sheet Tutorial
  • 📒XMR Pool Tutorial
    • Xmr Linux Mining Tutorial
    • Xmr Windows Mining Tutorial
    • Xmr HiveOS Flight Sheet Tutorial
  • 📒Idle Time Mining Tutorial
    • Linux Qubic+Aleo Idle Mining Tutorial
    • HiveOS Qubic+Aleo Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Quai Idle Mining Tutorial
    • Windows Qubic+Quai Idle Mining Tutorial
    • HiveOS Qubic+Quai Idle Mining Flight Sheet Tutorial
    • Linux Qubic+Xmr Idle Mining Tutorial
    • HiveOS Qubic+Xmr Idle Mining Flight Sheet Tutorial
  • 📒Aleo POOL Tutorial
    • HiveOS Flight Sheet Tutorial
    • Aleo Linux Mining Tutorial
  • 🧰Qubic FAQ
    • Withdrawal Tutorial
    • Revenue Calculation
    • PPLNS Model
    • Pool Fee
    • Payout Time
  • 🧰Aleo FAQ
    • Pool Fee
    • Payout Time
    • GLIBCXX_3.4.XX
  • 🧰Quai FAQ
    • Pool Fee
    • Payout Time
Powered by GitBook
On this page

Was this helpful?

  1. Aleo FAQ

GLIBCXX_3.4.XX

Ubuntu

  1. Update the package manager's source list First, ensure that your package manager's source list is up to date:

sudo apt update
  1. Add the appropriate PPA (Personal Package Archive) In some cases, you may need to add a PPA to obtain a specific version of GCC and G++. For Ubuntu, you can use ppa:ubuntu-toolchain-r/test:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-11 g++-11
  1. Check available versions of GCC and G++ If you still cannot find gcc-11 and g++-11 after adding the PPA, you can check the currently available versions:

apt-cache search gcc | grep gcc
apt-cache search g++ | grep g++

This translation should accurately convey the instructions and steps you need to follow.

PreviousPayout TimeNextPool Fee

Last updated 10 months ago

Was this helpful?

🧰