How to Install and Uninstall php-doctrine-orm Package on Kali Linux

Last updated: May 16,2024

1. Install "php-doctrine-orm" package

Please follow the steps below to install php-doctrine-orm on Kali Linux

$ sudo apt update $ sudo apt install php-doctrine-orm

2. Uninstall "php-doctrine-orm" package

Learn how to uninstall php-doctrine-orm on Kali Linux:

$ sudo apt remove php-doctrine-orm $ sudo apt autoclean && sudo apt autoremove

3. Information about the php-doctrine-orm package on Kali Linux

Package: php-doctrine-orm
Source: doctrine
Version: 2.18.1+dfsg-1
Installed-Size: 2655
Maintainer: Debian PHP PEAR Maintainers
Architecture: all
Provides: doctrine
Depends: php-mysql | php-pgsql | php-sqlite3 | php-sybase, php-cli, php-common, php-doctrine-cache, php-doctrine-collections, php-doctrine-common (>= 3.0.3), php-doctrine-common (<< 4~~), php-doctrine-dbal, php-doctrine-deprecations, php-doctrine-event-manager, php-doctrine-inflector, php-doctrine-instantiator, php-doctrine-lexer, php-doctrine-persistence, php-psr-cache, php-symfony-console
Recommends: php-xml, php-symfony-cache, php-symfony-yaml
Breaks: php-doctrine-annotations (<< 1.13~~)
Size: 380252
SHA256: 232a93d11f64bc28ca614f7ffacec7bf52bd0cfb25e434da51f31a5f1fd710cf
SHA1: 28b37875f576fd5722a369d762a3759efba46483
MD5sum: b5ec655c622f946ca13c8ff8590810b0
Description: tool for object-relational mapping
Object-Relational-Mapper for PHP.
Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
transparent persistence for PHP objects. It sits on top of a powerful
database abstraction layer (DBAL). One of its key features is the
option to write database queries in a proprietary object oriented SQL
dialect called Doctrine Query Language (DQL), inspired by Hibernates
HQL. This provides developers with a powerful alternative to SQL that
maintains flexibility without requiring unnecessary code duplication.
.
The Doctrine Project provides several libraries primarily focused on
database storage and object mapping.
Description-md5:
Homepage: https://www.doctrine-project.org/projects/orm.html
Section: php
Priority: optional
Filename: pool/main/d/doctrine/php-doctrine-orm_2.18.1+dfsg-1_all.deb