How to Install and Uninstall zephir.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "zephir.noarch" package
This tutorial shows how to install zephir.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
zephir.noarch
Copied
2. Uninstall "zephir.noarch" package
Please follow the guidance below to uninstall zephir.noarch on Rocky Linux 8:
$
sudo dnf remove
zephir.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the zephir.noarch package on Rocky Linux 8
Last metadata expiration check: 1:20:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : zephir
Version : 0.10.16
Release : 1.el8.remi
Architecture : noarch
Size : 412 k
Source : zephir-0.10.16-1.el8.remi.src.rpm
Repository : remi-safe
Summary : Zephir language for creation of extensions for PHP.
URL : https://zephir-lang.com/
License : MIT
Description : Zephir - Ze(nd Engine) Ph(p) I(nt)r(mediate) - is a high level language
: that eases the creation and maintainability of extensions for PHP.
: Zephir extensions are exported to C code that can be compiled and
: optimized by major C compilers such as gcc/clang/vc++. Functionality
: is exposed to the PHP language.
:
: Main features:
: * Both dynamic/static typing
: * Reduced execution overhead compared with full interpretation
: * Restricted procedural programming, promoting OOP
: * Memory safety
: * Ahead-of-time (AOT) compiler to provide predictable performance
:
: Compiler design goals:
: * Multi-pass compilation
: * Type speculation/inference
: * Allow runtime profile-guided optimizations, pseudo-constant propagation
: and indirect/virtual function inlining
Available Packages
Name : zephir
Version : 0.10.16
Release : 1.el8.remi
Architecture : noarch
Size : 412 k
Source : zephir-0.10.16-1.el8.remi.src.rpm
Repository : remi-safe
Summary : Zephir language for creation of extensions for PHP.
URL : https://zephir-lang.com/
License : MIT
Description : Zephir - Ze(nd Engine) Ph(p) I(nt)r(mediate) - is a high level language
: that eases the creation and maintainability of extensions for PHP.
: Zephir extensions are exported to C code that can be compiled and
: optimized by major C compilers such as gcc/clang/vc++. Functionality
: is exposed to the PHP language.
:
: Main features:
: * Both dynamic/static typing
: * Reduced execution overhead compared with full interpretation
: * Restricted procedural programming, promoting OOP
: * Memory safety
: * Ahead-of-time (AOT) compiler to provide predictable performance
:
: Compiler design goals:
: * Multi-pass compilation
: * Type speculation/inference
: * Allow runtime profile-guided optimizations, pseudo-constant propagation
: and indirect/virtual function inlining