From Fedora Project Wiki
Line 14: Line 14:
== Manual page ==
== Manual page ==


<code>man bodhi</code>
<pre>man bodhi</pre>


== Querying updates ==
== Querying updates ==


<code>bodhi updates query</code>
<pre>bodhi updates query</pre>


View all updates for a given package
View all updates for a given package


<code>bodhi updates query --packages=rakudo-star</code>
<pre>bodhi updates query --packages=rakudo-star</pre>

Revision as of 13:24, 24 October 2016

Using the bodhi command-line interface

Installing the client

You can already use the unofficial CLI of version 2. You can install bodhi 2 from Copr.

cd /etc/yum.repos.d

Download the corresponding repository file of your Fedora release from https://copr.fedorainfracloud.org/coprs/bowlofeggs/bodhi/.

dnf copr enable bowlofeggs/bodhi
dnf update bodhi-client

Manual page

man bodhi

Querying updates

bodhi updates query

View all updates for a given package

bodhi updates query --packages=rakudo-star