- How To Install php-gettext on Ubuntu 18.04
- What is php-gettext
- Install php-gettext Using apt-get
- Install php-gettext Using apt
- Install php-gettext Using aptitude
- How To Uninstall php-gettext on Ubuntu 18.04
- Uninstall php-gettext And Its Dependencies
- Remove php-gettext Configurations and Data
- Remove php-gettext configuration, data, and all of its dependencies
- References
- Summary
- How To Install php-php-gettext on Ubuntu 22.04
- What is php-php-gettext
- Install php-php-gettext Using apt-get
- Install php-php-gettext Using apt
- Install php-php-gettext Using aptitude
- How To Uninstall php-php-gettext on Ubuntu 22.04
- Uninstall php-php-gettext And Its Dependencies
- Remove php-php-gettext Configurations and Data
- Remove php-php-gettext configuration, data, and all of its dependencies
- References
- Summary
- How To Install php-php-gettext on Ubuntu 18.04
- What is php-php-gettext
- Install php-php-gettext Using apt-get
- Install php-php-gettext Using apt
- Install php-php-gettext Using aptitude
- How To Uninstall php-php-gettext on Ubuntu 18.04
- Uninstall php-php-gettext And Its Dependencies
- Remove php-php-gettext Configurations and Data
- Remove php-php-gettext configuration, data, and all of its dependencies
- References
- Summary
- How To Install php-gettext on Ubuntu 18.04
- What is php-gettext
- Install php-gettext Using apt-get
- Install php-gettext Using apt
- Install php-gettext Using aptitude
- How To Uninstall php-gettext on Ubuntu 18.04
- Uninstall php-gettext And Its Dependencies
- Remove php-gettext Configurations and Data
- Remove php-gettext configuration, data, and all of its dependencies
- References
- Summary
- php-php-gettext on Ubuntu 21.10 (Impish Indri)
- 2. Uninstall / Remove php-php-gettext package
- 3. Details of php-php-gettext package
- 4. References on Ubuntu 21.10 (Impish Indri)
- 5. The same packages on other Linux Distributions
How To Install php-gettext on Ubuntu 18.04
In this tutorial we learn how to install php-gettext on Ubuntu 18.04.
What is php-gettext
This dummy package is provided to smooth the upgrade from php-gettext to php-php-gettext and can be safely removed afterwards
There are three ways to install php-gettext on Ubuntu 18.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install php-gettext Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install php-gettext using apt-get by running the following command:
sudo apt-get -y install php-gettext
Install php-gettext Using apt
Update apt database with apt using the following command.
After updating apt database, We can install php-gettext using apt by running the following command:
sudo apt -y install php-gettext
Install php-gettext Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install php-gettext using aptitude by running the following command:
sudo aptitude -y install php-gettext
How To Uninstall php-gettext on Ubuntu 18.04
To uninstall only the php-gettext package we can use the following command:
sudo apt-get remove php-gettext
Uninstall php-gettext And Its Dependencies
To uninstall php-gettext and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove php-gettext
Remove php-gettext Configurations and Data
To remove php-gettext configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge php-gettext
Remove php-gettext configuration, data, and all of its dependencies
We can use the following command to remove php-gettext configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge php-gettext
References
Summary
In this tutorial we learn how to install php-gettext package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.
How To Install php-php-gettext on Ubuntu 22.04
In this tutorial we learn how to install php-php-gettext on Ubuntu 22.04.
What is php-php-gettext
The GNU gettext library is a widely used localization library, but in order to use it with the PHP language, the system has to support the desired locale, and library itself must be installed.
Since this is not always the case, PHP-gettext has been developed to be able to read gettext MO files directly, without requiring anything other than PHP.
Currently, it’s usable if you develop most of the infrastructure for choosing language on your own, because it’s possible to use both gettext() and ngettext() calls. In the near future, it should also be fully compatible drop-in replacement for all of gettext functionality written in PHP.
There are three ways to install php-php-gettext on Ubuntu 22.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install php-php-gettext Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install php-php-gettext using apt-get by running the following command:
sudo apt-get -y install php-php-gettext
Install php-php-gettext Using apt
Update apt database with apt using the following command.
After updating apt database, We can install php-php-gettext using apt by running the following command:
sudo apt -y install php-php-gettext
Install php-php-gettext Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install php-php-gettext using aptitude by running the following command:
sudo aptitude -y install php-php-gettext
How To Uninstall php-php-gettext on Ubuntu 22.04
To uninstall only the php-php-gettext package we can use the following command:
sudo apt-get remove php-php-gettext
Uninstall php-php-gettext And Its Dependencies
To uninstall php-php-gettext and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:
sudo apt-get -y autoremove php-php-gettext
Remove php-php-gettext Configurations and Data
To remove php-php-gettext configuration and data from Ubuntu 22.04 we can use the following command:
sudo apt-get -y purge php-php-gettext
Remove php-php-gettext configuration, data, and all of its dependencies
We can use the following command to remove php-php-gettext configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge php-php-gettext
References
Summary
In this tutorial we learn how to install php-php-gettext package on Ubuntu 22.04 using different package management tools: apt, apt-get and aptitude.
How To Install php-php-gettext on Ubuntu 18.04
In this tutorial we learn how to install php-php-gettext on Ubuntu 18.04.
What is php-php-gettext
The GNU gettext library is a widely used localization library, but in order to use it with the PHP language, the system has to support the desired locale, and library itself must be installed.
Since this is not always the case, PHP-gettext has been developed to be able to read gettext MO files directly, without requiring anything other than PHP.
Currently, it’s usable if you develop most of the infrastructure for choosing language on your own, because it’s possible to use both gettext() and ngettext() calls. In the near future, it should also be fully compatible drop-in replacement for all of gettext functionality written in PHP.
There are three ways to install php-php-gettext on Ubuntu 18.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install php-php-gettext Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install php-php-gettext using apt-get by running the following command:
sudo apt-get -y install php-php-gettext
Install php-php-gettext Using apt
Update apt database with apt using the following command.
After updating apt database, We can install php-php-gettext using apt by running the following command:
sudo apt -y install php-php-gettext
Install php-php-gettext Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install php-php-gettext using aptitude by running the following command:
sudo aptitude -y install php-php-gettext
How To Uninstall php-php-gettext on Ubuntu 18.04
To uninstall only the php-php-gettext package we can use the following command:
sudo apt-get remove php-php-gettext
Uninstall php-php-gettext And Its Dependencies
To uninstall php-php-gettext and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
sudo apt-get -y autoremove php-php-gettext
Remove php-php-gettext Configurations and Data
To remove php-php-gettext configuration and data from Ubuntu 18.04 we can use the following command:
sudo apt-get -y purge php-php-gettext
Remove php-php-gettext configuration, data, and all of its dependencies
We can use the following command to remove php-php-gettext configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge php-php-gettext
References
Summary
In this tutorial we learn how to install php-php-gettext package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.
How To Install php-gettext on Ubuntu 18.04
In this tutorial we learn how to install php-gettext on Ubuntu 18.04.
What is php-gettext
This dummy package is provided to smooth the upgrade from php-gettext to php-php-gettext and can be safely removed afterwards
There are three methods to install php-gettext on Ubuntu 18.04. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.
Install php-gettext Using apt-get
Update apt database with apt-get using the following command.
After updating apt database, We can install php-gettext using apt-get by running the following command:
Install php-gettext Using apt
Update apt database with apt using the following command.
After updating apt database, We can install php-gettext using apt by running the following command:
Install php-gettext Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.
After updating apt database, We can install php-gettext using aptitude by running the following command:
How To Uninstall php-gettext on Ubuntu 18.04
To uninstall only the php-gettext package we can use the following command:
Uninstall php-gettext And Its Dependencies
To uninstall php-gettext and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:
Remove php-gettext Configurations and Data
To remove php-gettext configuration and data from Ubuntu 18.04 we can use the following command:
Remove php-gettext configuration, data, and all of its dependencies
We can use the following command to remove php-gettext configurations, data and all of its dependencies, we can use the following command:
References
Summary
In this tutorial we learn how to install php-gettext package on Ubuntu 18.04 using different package management tools: apt , apt-get and aptitude .
php-php-gettext on Ubuntu 21.10 (Impish Indri)
This tutorial shows how to install php-php-gettext package:
2. Uninstall / Remove php-php-gettext package
Please follow the steps below to uninstall php-php-gettext package:
3. Details of php-php-gettext package
Package: php-php-gettext
Architecture: all
Version: 1.0.12-4
Priority: optional
Section: universe/php
Source: php-gettext
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PHP PEAR Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 85
Depends: php-pear, php-mbstring
Filename: pool/universe/p/php-gettext/php-php-gettext_1.0.12-4_all.deb
Size: 19364
MD5sum: a7ba357cdd3e930df04ced258d236aec
SHA1: 520910aea618a7f067d6a13ba159c1eedf9d2f7e
SHA256: b8825c119b017074335d1a40e6c164d27a8b5bfe73575f33bb563b0a9266ffbd
SHA512: 86c48ae7c0d47d5df481449b4f5b80267f5ad4f1c97e5aaf8ef8e1996ff08cc17aa109f6fbfc3e9c797f4baee23e92116048c2fa0051e75357841a5525521f5c
Homepage: https://launchpad.net/php-gettext/
Description-en: read gettext MO files directly, without requiring anything other than PHP
The GNU gettext library is a widely used localization library, but in
order to use it with the PHP language, the system has to support the
desired locale, and library itself must be installed.
.
Since this is not always the case, PHP-gettext has been developed to be
able to read gettext MO files directly, without requiring anything other
than PHP.
.
Currently, it’s usable if you develop most of the infrastructure for
choosing language on your own, because it’s possible to use both
gettext() and ngettext() calls. In the near future, it should also be
fully compatible drop-in replacement for all of gettext functionality
written in PHP.
Description-md5: 403def874de6f8841d4a7707af10f20f
4. References on Ubuntu 21.10 (Impish Indri)
php-odbc (2:8.0+85+ubuntu21.10.1+deb.sury.org+1)
php-opis-closure (3.6.1-1)
php-parsedown (1.7.4-1)
php-patchwork-utf8 (1.3.1-1)
php-pclzip (2.8.2-5)
php-pcov-all-dev (1.0.9-2+ubuntu21.10.1+deb.sury.org+3)
php-pear (1:1.10.12+submodules+notgz+20210212-1ubuntu1)
php-phalcon4 (4.1.2-2+ubuntu21.10.1+deb.sury.org+3)
php-phar-io-version (3.0.4-1)
php-phpdbg (2:8.0+85+ubuntu21.10.1+deb.sury.org+1)
php-phpdocumentor-reflection-docblock (5.2.2-1build1)
php-phpmyadmin-sql-parser (5.4.1-1)
php-phpseclib3 (3.0.9-1)
php-phpspec-prophecy-phpunit (2.0.1-2)
php-pinba-all-dev (1.1.2-8+ubuntu21.10.1+deb.sury.org+3)
php-propro-all-dev (2.1.0+1.0.2+nophp8-9+ubuntu21.10.1+deb.sury.org+3)
5. The same packages on other Linux Distributions
php-php-gettext (1.0.12-0.1) Ubuntu 18.04 LTS (Bionic Beaver)
php-php-gettext (1.0.12-5) Ubuntu 22.04 LTS (Jammy Jellyfish)
php-php-gettext (1.0.12-0.1) Debian 10 (Buster)