How to Install and Uninstall php70-php-odbc.x86_64 Package on Fedora 35

Last updated: November 24,2024

1. Install "php70-php-odbc.x86_64" package

This tutorial shows how to install php70-php-odbc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install php70-php-odbc.x86_64

2. Uninstall "php70-php-odbc.x86_64" package

In this section, we are going to explain the necessary steps to uninstall php70-php-odbc.x86_64 on Fedora 35:

$ sudo dnf remove php70-php-odbc.x86_64 $ sudo dnf autoremove

3. Information about the php70-php-odbc.x86_64 package on Fedora 35

Last metadata expiration check: 2:17:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php70-php-odbc
Version : 7.0.33
Release : 33.fc35.remi
Architecture : x86_64
Size : 43 k
Source : php70-php-7.0.33-33.fc35.remi.src.rpm
Repository : remi
Summary : A module for PHP applications that use ODBC databases
URL : http://www.php.net/
License : PHP
Description : The php70-php-odbc package contains a dynamic shared object that will add
: database support through ODBC to PHP. ODBC is an open specification
: which provides a consistent API for developers to use for accessing
: data sources (which are often, but not always, databases). PHP is an
: HTML-embeddable scripting language. If you need ODBC support for PHP
: applications, you will need to install this package and the php
: package.