I intend to install it using these codes
$ sudo apt-get install python3-dev
$ sudo apt-get install libmysqlclient-dev
$ sudo apt-get install zlib1g-dev
$ sudo pip3 install mysqlclient
but when trying this one """$ sudo apt-get install libmysqlclient-dev"""I got this error
Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:
The following packages have unmet dependencies:libmysqlclient21 : Depends: mysql-community-client-plugins (= 8.0.36-1ubuntu20.04) but it is not going to be installedDepends: libssl1.1 (>= 1.1.1) but 1.1.0g-2ubuntu4 is to be installedmysql-common : Conflicts: mysql-client-8.0 but 8.0.36-0ubuntu0.22.04.1 is to be installedConflicts: mysql-client-core-8.0 but 8.0.36-0ubuntu0.22.04.1 is to be installedConflicts: mysql-server-8.0 but 8.0.36-0ubuntu0.22.04.1 is to be installedConflicts: mysql-server-core-8.0 but 8.0.36-0ubuntu0.22.04.1 is to be installedE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.