• Dein Produkt auf beyond.lol
  • Kontakt
  • Kontakt
  • IP
  • Impressum
  • Datenschutz
  • Software
    • Open Source
  • Hardware
  • Tutorials
    • Web
    • Linux
    • Windows
    • Gaming
    • PHP
    • Raspberry Pi
  • Crypto-Welt
    • Altcoins
    • Bitcoin
    • Ethereum
    • Mining
  • Scripts
    • BASH
    • PowerShell
  • Lustiges aus der IT
    • Spamantworten
  • Gaming
  • and More
    • Dein Produkt auf beyond.lol
    • Kontakt
    • Impressum
    • Datenschutz
    • Tools
      • Wie ist meine IP?
No Result
View All Result
  • Software
    • Open Source
  • Hardware
  • Tutorials
    • Web
    • Linux
    • Windows
    • Gaming
    • PHP
    • Raspberry Pi
  • Crypto-Welt
    • Altcoins
    • Bitcoin
    • Ethereum
    • Mining
  • Scripts
    • BASH
    • PowerShell
  • Lustiges aus der IT
    • Spamantworten
  • Gaming
  • and More
    • Dein Produkt auf beyond.lol
    • Kontakt
    • Impressum
    • Datenschutz
    • Tools
      • Wie ist meine IP?
No Result
View All Result
No Result
View All Result
Home Tutorials Linux

Installieren von PHP 8.0 auf Ubuntu 20.04 LTS / 18.04 LTS / 16.04 LTS und Debian

Patrick by Patrick
Dezember 8, 2020
in Linux, Open Source, PHP, Tutorials
50
0
Installieren von PHP 8.0 auf Ubuntu 20.04 LTS / 18.04 LTS / 16.04 LTS und Debian
5
SHARES
507
VIEWS
Auf Facebook teilenAuf Twitter teilenAuf Whatsapp teilen

Pünktlich zu Weihnachten gibt es die neue PHP Version 8.0!

Viel spass beim installieren.

Auflisten aller Pakete

Die Liste mit den einzelnen Paketen wird auch diesemal wieder ein wenig kleiner. Ihr könnt diese wie folgt anzeigen:

dpkg -l | grep php | tee packages.txt

ondrej/php PPA

Damit wir PHP 8.0 über die Paketverwaltung installieren können. Fügen wir eine neue Quelle hinzu.

Ubuntu

sudo add-apt-repository ppa:ondrej/php
sudo apt-get update

Debian

sudo apt install apt-transport-https lsb-release ca-certificates wget -y
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg 
sudo sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
sudo apt update

Installieren von PHP 8.0 und Erweiterungen

Hosting

Diese Pakete werden benötigt um einen Hosting Server mit mehreren Kunden zu betreuen. Denkt dran, weniger ist immer mehr. Installiert nur was Ihr auch wirklich benötigt.

apt install php8.0 php8.0-cli php8.0-cgi php8.0-fpm php8.0-gd php8.0-mysql php8.0-imap php8.0-curl php8.0-intl php8.0-pspell php8.0-sqlite3 php8.0-tidy php8.0-xsl php8.0-zip php8.0-mbstring php8.0-soap php8.0-opcache php8.0-common php8.0-readline php8.0-xml

Nur mit CLI

sudo apt install php8.0-common php8.0-cli -y

Sever API

sudo apt install php8.0-fpm

mod_php für Apache2 (falls benötigt)

sudo apt install libapache2-mod-php8.0
Tags: 8.0PHPphp 8ubuntu php installieren
Previous Post

Debian – Installation mit statischer IP und SSH

Next Post

PHP 8.0 in ISPConfig hinzufügen

Patrick

Patrick

IT Systemadministrator

Next Post
iscponfig

PHP 8.0 in ISPConfig hinzufügen

Schreibe einen Kommentar Antwort abbrechen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Bloggerei.de - Bewertung für beyond.lol
  • Dein Produkt auf beyond.lol
  • Kontakt
  • Kontakt
  • IP
  • Impressum
  • Datenschutz

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In

Add New Playlist

No Result
View All Result
  • Software
    • Open Source
  • Hardware
  • Tutorials
    • Web
    • Linux
    • Windows
    • Gaming
    • PHP
    • Raspberry Pi
  • Crypto-Welt
    • Altcoins
    • Bitcoin
    • Ethereum
    • Mining
  • Scripts
    • BASH
    • PowerShell
  • Lustiges aus der IT
    • Spamantworten
  • Gaming
  • and More
    • Dein Produkt auf beyond.lol
    • Kontakt
    • Impressum
    • Datenschutz
    • Tools
      • Wie ist meine IP?

© 2025 JNews - Premium WordPress news & magazine theme by Jegtheme.