Wie wurde das MySQL-Community-Server-Paket gefunden, obwohl das Repo nicht installiert wurde?Linux

Linux verstehen
Anonymous
 Wie wurde das MySQL-Community-Server-Paket gefunden, obwohl das Repo nicht installiert wurde?

Post by Anonymous »

Ich habe MySQL-Community-Release-Repo unter meinem Linux-Computer < /p>
installiert. < /p>

Code: Select all

$$ yum info installed | grep 'mysql'
Name         : mysql80-community-release
Source       : mysql80-community-release-el9-5.src.rpm
URL          : http://dev.mysql.com
Wenn ich Pakete unter MySQL80-Community-Release aufliste Ich kann Sub-Repos wie unten sehen-

Code: Select all

$$ rpm -ql mysql80-community-release
/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2022
/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql-2023
/etc/yum.repos.d/mysql-community-debuginfo.repo
/etc/yum.repos.d/mysql-community-source.repo
/etc/yum.repos.d/mysql-community.repo
Aber wenn ich Pakete unter /etc/yum.repos.d/mysql-community-source.repo aufliste, werde ich unten. Ist mein Verständnis für das Paket falsch oder ich suche etwas falsch? < /P>

Code: Select all

$$ sudo yum install /etc/yum.repos.d/mysql-community-source.repo:
Last metadata expiration check: 0:56:40 ago on Sun Feb  9 20:22:36 2025.
No match for argument: /etc/yum.repos.d/mysql-community-source.repo:
Error: Unable to find a match: /etc/yum.repos.d/mysql-community-source.repo:
< /code>
Obwohl ich, wenn ich das tue, die Paketdetails von MySQL-Community-Server erhalte. < /p>
$$ sudo yum search mysql-community-server
Last metadata expiration check: 0:58:19 ago on Sun Feb  9 20:22:36 2025.
================= Name Exactly Matched: mysql-community-server =================
mysql-community-server.x86_64 : A very fast and reliable SQL database server
===================== Name Matched: mysql-community-server =====================
mysql-community-server-debug.x86_64 : The debug version of MySQL server

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post