- 🐉 Как установить PHP 7.4 на Kali Linux
- Вы ищете способ установить PHP 7.4 на Linux Kali?
- Шаг 1: Обновите систему
- Шаг 2. Добавьте репозиторий SURY PHP PPA
- Шаг 3: Установите PHP 7.4 на Kali Linux
- Использование PHP с Nginx:
- Packages and Binaries:
- libapache2-mod-php
- libphp-embed
- php-all-dev
- php-bcmath
- php-bz2
- php-cgi
- php-cli
- php-common
- php-curl
- php-dev
- php-enchant
- php-fpm
- php-gd
- php-gmp
- php-imap
- php-interbase
- php-intl
- php-json
- php-ldap
- php-mbstring
- php-mysql
- php-odbc
- php-pgsql
- php-phpdbg
- php-pspell
- php-readline
- php-snmp
- php-soap
- php-sqlite3
- php-sybase
- php-tidy
- php-xml
- php-zip
🐉 Как установить PHP 7.4 на Kali Linux
Вы ищете способ установить PHP 7.4 на Linux Kali?
Шаг 1: Обновите систему
Убедитесь, что ваша система обновлена:
После обновления системы перейдите к добавлению репозитория SURY PHP.
Шаг 2. Добавьте репозиторий SURY PHP PPA
Импортируйте ключ GPG и добавьте репозиторий PPA.
Шаг 3: Установите PHP 7.4 на Kali Linux
Последний шаг – установить PHP 7.4 на Kali Linux.
Вам необходимо обновить список пакетов apt перед установкой.
Затем установите PHP 7.4 на Kali Linux.
Проверьте, какая версия PHP установлена.
Использование PHP с Nginx:
При установке PHP на Kali Linux автоматически настраивается Apache.
Если вы хотите использовать Nginx и PHP, вам нужно остановить и отключить службу Apache.
Затем установите расширение fpm и пакеты nginx.
Затем запустите и активируйте сервисы.
Файлы конфигурации PHP FPM находятся в каталоге: /etc/php/7.4/fpm/
Службы nginx и php-fpm должны быть запущены.
Вы можете начать разработку PHP-приложений на Kali Linux.
См. также по теме:
- Аудит ИБ (49)
- Вакансии (12)
- Закрытие уязвимостей (105)
- Книги (27)
- Мануал (2 218)
- Медиа (66)
- Мероприятия (39)
- Мошенники (23)
- Обзоры (797)
- Обход запретов (34)
- Опросы (3)
- Скрипты (108)
- Статьи (334)
- Философия (90)
- Юмор (18)
Anything in here will be replaced on browsers that support the canvas element
Packages and Binaries:
libapache2-mod-php
This package provides the PHP module for the Apache 2 webserver.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 18 KB
How to install: sudo apt install libapache2-mod-php
libphp-embed
This package provides the library /usr/lib/libphp.so which can be used by application developers to embed PHP scripting functionality.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install libphp-embed
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php
php-all-dev
This package is a dependency package used as a build dependency for other packages to avoid hardcoded dependencies on specific PHP development packages.
Installed size: 14 KB
How to install: sudo apt install php-all-dev
- php8.1-dev
- php8.1-json
- php8.1-mbstring
- php8.1-xml
php-bcmath
This package provides a Bcmath module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-bcmath
php-bz2
This package provides a bzip2 module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-bz2
php-cgi
This package provides the /usr/lib/cgi-bin/php CGI interpreter built for use in Apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST users probably want the php-fpm package that provide FastCGI support.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 24 KB
How to install: sudo apt install php-cgi
php-cgi.default
PHP Command Line Interface ‘CLI’
php-cli
This package provides the /usr/bin/php command interpreter, useful for testing PHP scripts from a shell or performing general shell scripting tasks.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 25 KB
How to install: sudo apt install php-cli
phar.default
PHAR (PHP archive) command line tool
phar.phar.default
PHAR (PHP archive) command line tool
php.default
PHP Command Line Interface ‘CLI’
php-common
This package contains common utilities shared among all packaged PHP versions.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
Installed size: 74 KB
How to install: sudo apt install php-common
phpdismod
phpenmod
phpquery
php-curl
This package provides a CURL module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-curl
php-dev
Headers and other PHP needed for compiling additional modules.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 23 KB
How to install: sudo apt install php-dev
php-config.default
Get information about PHP configuration and compile options
phpize.default
Prepare a PHP extension for compiling
php-enchant
This package provides a Enchant module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-enchant
php-fpm
This package provides the Fast Process Manager interpreter that runs as a daemon and receives Fast/CGI requests.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-fpm
php-gd
This package provides a GD module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-gd
php-gmp
This package provides a GMP module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-gmp
php-imap
This package provides a IMAP module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-imap
php-interbase
This package provides a Interbase module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-interbase
php-intl
This package provides a Internationalisation module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-intl
php-json
This package provides a JSON module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-json
php-ldap
This package provides a LDAP module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-ldap
php-mbstring
This package provides a MBSTRING module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-mbstring
php-mysql
This package provides a MySQL module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-mysql
php-odbc
This package provides a ODBC module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-odbc
php-pgsql
This package provides a PostgreSQL module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-pgsql
php-phpdbg
This package provides the /usr/bin/phpdbg command interpreter, useful for stepthrough debugging of PHP code.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on latest stable PHP version (currently 8.1).
Installed size: 21 KB
How to install: sudo apt install php-phpdbg
phpdbg.default
The interactive PHP debugger
php-pspell
This package provides a pspell module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-pspell
php-readline
This package provides a readline module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-readline
php-snmp
This package provides a SNMP module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-snmp
php-soap
This package provides a SOAP module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-soap
php-sqlite3
This package provides a SQLite3 module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-sqlite3
php-sybase
This package provides a Sybase module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-sybase
php-tidy
This package provides a tidy module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-tidy
php-xml
This package provides a DOM, SimpleXML, WDDX, XML, and XSL module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-xml
php-zip
This package provides a Zip module for PHP.
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
This package is a dependency package, which depends on Debian’s default PHP version (currently 8.1).
Installed size: 14 KB
How to install: sudo apt install php-zip