Re: dnf has no command to check all

2015-05-28 Thread Rahul Sundaram
Hi

On Thu, May 28, 2015 at 8:38 AM, Radek Holy  wrote:


 Sounds good. Would you mind filing an RFE?


https://bugzilla.redhat.com/show_bug.cgi?id=1226009

Rahul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-28 Thread Jan Zelený
On 27. 5. 2015 at 20:21:08, jd1008 wrote:
 On 05/27/2015 08:15 PM, Matthew Miller wrote:
  On Wed, May 27, 2015 at 08:02:55PM -0600, jd1008 wrote:
  I had to use
  # /bin/yum-deprecated  check all
  Yum command has been deprecated, use dnf instead.
  See 'man dnf' and 'man yum2dnf' for more information.
  
  See
  http://dnf.readthedocs.org/en/latest/cli_vs_yum.html#changes-in-dnf-plugin
  s-compared-to-yum-plugins 
  # dnf check all
  No such command: check. Please use /bin/dnf --help
  It could be a DNF plugin command, try: dnf install 'dnf-command(check)'
  
  This message is _trying_ to be helpful, but it's not very smart.
 
 # dnf repoquery --unsatisfied
 Last metadata expiration check performed 0:49:41 ago on Wed May 27
 19:29:59 2015.
 nothing provides plasma4(dataengine-time) needed by
 kde-plasma-akonadi-calendars-0.2.2-5.fc21.x86_64
 nothing provides plasma4(scriptengine-python) needed by
 kde-plasma-alsa-volume-0.51.2-2.fc21.noarch
 nothing provides libweather_ion.so.6()(64bit) needed by
 kde-plasma-yawp-0.4.5-4.fc21.x86_64
 nothing provides libkdecorations.so.4()(64bit) needed by
 kde-style-skulpture-0.2.4-9.fc21.x86_64
 nothing provides kde-workspace = 4.11.18-3.fc21 needed by
 kde-workspace-ksplash-themes-4.11.18-3.fc21.noarch
 nothing provides perl(:MODULE_COMPAT_5.18.0) needed by
 perl-PlRPC-0.2020-15.fc20.noarch
 
 How do I fix this, since I am unable to find the packages needed.

Hi,
you can install all the provides directly. If they are not available in F22 
repo, you can try --releasever=21

Jan
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-28 Thread Radek Holy


- Original Message -
 From: Matthew Miller mat...@fedoraproject.org
 To: Community support for Fedora users users@lists.fedoraproject.org
 Sent: Thursday, May 28, 2015 4:15:24 AM
 Subject: Re: dnf has no command to check all
 
 On Wed, May 27, 2015 at 08:02:55PM -0600, jd1008 wrote:
  I had to use
  # /bin/yum-deprecated  check all
  Yum command has been deprecated, use dnf instead.
  See 'man dnf' and 'man yum2dnf' for more information.
 
 See
 http://dnf.readthedocs.org/en/latest/cli_vs_yum.html#changes-in-dnf-plugins-compared-to-yum-plugins
 
  # dnf check all
  No such command: check. Please use /bin/dnf --help
  It could be a DNF plugin command, try: dnf install 'dnf-command(check)'
 
 This message is _trying_ to be helpful, but it's not very smart.
 
 
 
 --
 Matthew Miller
 mat...@fedoraproject.org
 Fedora Project Leader

Any idea how to make it smarter without a need to (re)download metadata?
-- 
Radek Holý
Associate Software Engineer
Software Management Team
Red Hat Czech
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-28 Thread Matthew Miller
On Thu, May 28, 2015 at 08:17:24AM -0400, Radek Holy wrote:
   # dnf check all
   No such command: check. Please use /bin/dnf --help
   It could be a DNF plugin command, try: dnf install 'dnf-command(check)'
 Any idea how to make it smarter without a need to (re)download metadata?

Sure — a core plugin could know about deprecated yum commands and print
the alternative. Or better, for _at least_ everything listed in the yum
man page where there's an obvious mapping, just do it (even if those
things stay documented as compatibility options).

-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-28 Thread jd1008



On 05/28/2015 06:29 AM, Matthew Miller wrote:

On Thu, May 28, 2015 at 08:17:24AM -0400, Radek Holy wrote:

# dnf check all
No such command: check. Please use /bin/dnf --help
It could be a DNF plugin command, try: dnf install 'dnf-command(check)'

Any idea how to make it smarter without a need to (re)download metadata?

Sure — a core plugin could know about deprecated yum commands and print
the alternative. Or better, for _at least_ everything listed in the yum
man page where there's an obvious mapping, just do it (even if those
things stay documented as compatibility options).


+1
Iwish the devs would please stop creating shit that requires relearning
what worked so damned well.
Why do they keep fixing what is NOT broken???

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-28 Thread Radek Holy


- Original Message -
 From: Matthew Miller mat...@fedoraproject.org
 To: Radek Holy rh...@redhat.com
 Cc: Community support for Fedora users users@lists.fedoraproject.org
 Sent: Thursday, May 28, 2015 2:29:23 PM
 Subject: Re: dnf has no command to check all
 
 On Thu, May 28, 2015 at 08:17:24AM -0400, Radek Holy wrote:
# dnf check all
No such command: check. Please use /bin/dnf --help
It could be a DNF plugin command, try: dnf install
'dnf-command(check)'
  Any idea how to make it smarter without a need to (re)download metadata?
 
 Sure — a core plugin could know about deprecated yum commands and print
 the alternative. Or better, for _at least_ everything listed in the yum
 man page where there's an obvious mapping, just do it (even if those
 things stay documented as compatibility options).
 
 --
 Matthew Miller
 mat...@fedoraproject.org
 Fedora Project Leader
 

Sounds good. Would you mind filing an RFE?
-- 
Radek Holý
Associate Software Engineer
Software Management Team
Red Hat Czech
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


dnf has no command to check all

2015-05-27 Thread jd1008

I had to use
# /bin/yum-deprecated  check all
Yum command has been deprecated, use dnf instead.
See 'man dnf' and 'man yum2dnf' for more information.

Loaded plugins: etckeeper, langpacks
kde-plasma-akonadi-calendars-0.2.2-5.fc21.x86_64 has missing requires of 
plasma4(dataengine-time)
kde-plasma-alsa-volume-0.51.2-2.fc21.noarch has missing requires of 
plasma4(scriptengine-python)
kde-plasma-yawp-0.4.5-4.fc21.x86_64 has missing requires of 
libweather_ion.so.6()(64bit)
kde-style-skulpture-0.2.4-9.fc21.x86_64 has missing requires of 
libkdecorations.so.4()(64bit)
kde-workspace-ksplash-themes-4.11.18-3.fc21.noarch has missing requires 
of kde-workspace = ('0', '4.11.18', '3.fc21')
perl-PlRPC-0.2020-15.fc20.noarch has missing requires of 
perl(:MODULE_COMPAT_5.18.0)


# dnf check all
No such command: check. Please use /bin/dnf --help
It could be a DNF plugin command, try: dnf install 'dnf-command(check)'

# dnf install 'dnf-command(check)'
Last metadata expiration check performed 0:32:13 ago on Wed May 27 
19:29:59 2015.

No package dnf-command(check) available.
Error: no package matched: dnf-command(check)

So, how do I install dnf-command(check) ???

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-27 Thread Matthew Miller
On Wed, May 27, 2015 at 08:02:55PM -0600, jd1008 wrote:
 I had to use
 # /bin/yum-deprecated  check all
 Yum command has been deprecated, use dnf instead.
 See 'man dnf' and 'man yum2dnf' for more information.

See
http://dnf.readthedocs.org/en/latest/cli_vs_yum.html#changes-in-dnf-plugins-compared-to-yum-plugins

 # dnf check all
 No such command: check. Please use /bin/dnf --help
 It could be a DNF plugin command, try: dnf install 'dnf-command(check)'

This message is _trying_ to be helpful, but it's not very smart.



-- 
Matthew Miller
mat...@fedoraproject.org
Fedora Project Leader
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: dnf has no command to check all

2015-05-27 Thread jd1008



On 05/27/2015 08:15 PM, Matthew Miller wrote:

On Wed, May 27, 2015 at 08:02:55PM -0600, jd1008 wrote:

I had to use
# /bin/yum-deprecated  check all
Yum command has been deprecated, use dnf instead.
See 'man dnf' and 'man yum2dnf' for more information.

See
http://dnf.readthedocs.org/en/latest/cli_vs_yum.html#changes-in-dnf-plugins-compared-to-yum-plugins


# dnf check all
No such command: check. Please use /bin/dnf --help
It could be a DNF plugin command, try: dnf install 'dnf-command(check)'

This message is _trying_ to be helpful, but it's not very smart.

# dnf repoquery --unsatisfied
Last metadata expiration check performed 0:49:41 ago on Wed May 27 
19:29:59 2015.
nothing provides plasma4(dataengine-time) needed by 
kde-plasma-akonadi-calendars-0.2.2-5.fc21.x86_64
nothing provides plasma4(scriptengine-python) needed by 
kde-plasma-alsa-volume-0.51.2-2.fc21.noarch
nothing provides libweather_ion.so.6()(64bit) needed by 
kde-plasma-yawp-0.4.5-4.fc21.x86_64
nothing provides libkdecorations.so.4()(64bit) needed by 
kde-style-skulpture-0.2.4-9.fc21.x86_64
nothing provides kde-workspace = 4.11.18-3.fc21 needed by 
kde-workspace-ksplash-themes-4.11.18-3.fc21.noarch
nothing provides perl(:MODULE_COMPAT_5.18.0) needed by 
perl-PlRPC-0.2020-15.fc20.noarch


How do I fix this, since I am unable to find the packages needed.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org