Hi, I install WordPress on Fedora and I want to use Composer.
I search with the DNF tool and I saw many packages:
# dnf search Composer
How can I use it. Any help?
Hello @mythcat …! Welcome to the community! Please do take a few minutes to go over the introductory posts in #start-here when you have the time. They contain lots of useful information.
composer is in update repo in
Name : composer
Version : 2.0.8
Release : 1.fc33
Architecture : noarch
Size : 410 k
Source : composer-2.0.8-1.fc33.src.rpm
Repository : updates
Summary : Dependency Manager for PHP
URL : https://getcomposer.org/
License : MIT
Description : Composer helps you declare, manage and install dependencies of
: PHP projects, ensuring you have the right stack everywhere.
:
: Documentation: https://getcomposer.org/doc/
what is the output of this two commands?:
dnf repolist
dnf repolist enabled
Regards.,
1 Like