Re: dnf headaches.

2015-06-12 Thread Radek Holy


- Original Message -
> From: "Derrik Walker v2.0" 
> To: "fedora users" 
> Sent: Thursday, June 11, 2015 3:44:37 AM
> Subject: dnf headaches.
> 
> I seem to have some issues with dnf, and Dr Google isn't helping ...
> 
> So I installed the "Games and Entertainment," which did exactly nothing,
> except mark it installed.
> 
> So, I figured out, that if I really want the games installed, I probably
> should have:
> 
> # dnf group install with-optional "Games and Entertainment"
> 
> Cool except it tells me that "Games and Entertainment" is already
> installed.
> 
> OK, so I'll just remove it and re-install it ...  but is says NOPE!!!
> 
> # dnf group remove "Games and Entertainment"
> Warning: Group 'Games and Entertainment' does not exist.
> ...
> 
> So, now I can't install it properly, or uninstall it.
> 
> And the versions I have installed:
> 
> # rpm -qa | grep ^dnf
> dnf-1.0.0-1.fc22.noarch
> dnf-plugins-core-0.1.8-1.fc22.noarch
> dnf-langpacks-0.10.0-1.fc22.noarch
> dnf-yum-1.0.0-1.fc22.noarch
> dnf-conf-1.0.0-1.fc22.noarch
> 
> Not sure if It's a bug, or if I overlooked something in the
> documentation. But my kid want's his games!
> 
> Thanks.
> 
> --
> -- Derrik
> 
> Derrik Walker v2.0, RHCE
> dwal...@doomd.net
> 
> "Those UNIX guys, they think weird!" -- John C. Dvorak

You hit this: https://bugzilla.redhat.com/show_bug.cgi?id=1214968
Fixed in the upstream recently.

-- 
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 headaches. SOLVED!

2015-06-11 Thread Derrik Walker v2.0

On 06/10/2015 10:35 PM, Bruno Wolff III wrote:

On Wed, Jun 10, 2015 at 21:44:37 -0400,
 "Derrik Walker v2.0"  wrote:



So, now I can't install it properly, or uninstall it.


I ran into something similar when I had a file conflict during a group 
install. My fix was to do dnf group mark remove group_name. I filed 
https://bugzilla.redhat.com/show_bug.cgi?id=1229046 for this, though 
mow it looks like part of the issue is bigger than handling file 
conflicts.


Following Bruno's suggestion, I ...

dnf group mark remove "Games and Entertainment"

Then ...

dnf groupinstall with-optional "Games and Entertainment"

Which did the trick! Thanks!

--
-- Derrik

Derrik Walker v2.0, RHCE
dwal...@doomd.net

"Those UNIX guys, they think weird!" -- John C. Dvorak

--
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 headaches.

2015-06-11 Thread Paul Cartwright
On 06/10/2015 09:44 PM, Derrik Walker v2.0 wrote:
> Not sure if It's a bug, or if I overlooked something in the
> documentation. But my kid want's his games!
>
> Thanks. 
from a terminal yo might try yumex-dnf to bring up the GUI.. you can
search there, to see what is installed ( green letters) vs not installed
( black letters)..


-- 
Paul Cartwright
Registered Linux User #367800 and new counter #561587

-- 
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 headaches.

2015-06-10 Thread Zoltan Hoppar
Hi,

I had similar problem with dnf, such as I didn't know that actually
dnf using the localized versions of group names, instead of the
original english names. Btw. if we have mentioned groups - would it be
possible to create my own group aliases for my set of packages? If
yes, how? ...and later on would it be possible to save this list for
later usages or reinstalling?

Thanks,

Zoltan

2015-06-11 4:35 GMT+02:00 Bruno Wolff III :
> On Wed, Jun 10, 2015 at 21:44:37 -0400,
>  "Derrik Walker v2.0"  wrote:
>>
>> I seem to have some issues with dnf, and Dr Google isn't helping ...
>>
>> So I installed the "Games and Entertainment," which did exactly nothing,
>> except mark it installed.
>>
>> So, I figured out, that if I really want the games installed, I probably
>> should have:
>>
>> # dnf group install with-optional "Games and Entertainment"
>>
>> Cool except it tells me that "Games and Entertainment" is already
>> installed.
>>
>> OK, so I'll just remove it and re-install it ...  but is says NOPE!!!
>>
>> # dnf group remove "Games and Entertainment"
>> Warning: Group 'Games and Entertainment' does not exist.
>> ...
>>
>> So, now I can't install it properly, or uninstall it.
>
>
> I ran into something similar when I had a file conflict during a group
> install. My fix was to do dnf group mark remove group_name. I filed
> https://bugzilla.redhat.com/show_bug.cgi?id=1229046 for this, though mow it
> looks like part of the issue is bigger than handling file conflicts.
>
> --
> 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



-- 
PGP:  06853DF7
-- 
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 headaches.

2015-06-10 Thread Bruno Wolff III

On Wed, Jun 10, 2015 at 21:44:37 -0400,
 "Derrik Walker v2.0"  wrote:

I seem to have some issues with dnf, and Dr Google isn't helping ...

So I installed the "Games and Entertainment," which did exactly 
nothing, except mark it installed.


So, I figured out, that if I really want the games installed, I 
probably should have:


# dnf group install with-optional "Games and Entertainment"

Cool except it tells me that "Games and Entertainment" is already 
installed.


OK, so I'll just remove it and re-install it ...  but is says NOPE!!!

# dnf group remove "Games and Entertainment"
Warning: Group 'Games and Entertainment' does not exist.
...

So, now I can't install it properly, or uninstall it.


I ran into something similar when I had a file conflict during a group 
install. My fix was to do dnf group mark remove group_name. I filed 
https://bugzilla.redhat.com/show_bug.cgi?id=1229046 for this, though 
mow it looks like part of the issue is bigger than handling file 
conflicts.

--
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 headaches.

2015-06-10 Thread Martin Cigorraga
Hi,
Try groupinstall instead 'group install'.

On Wed, Jun 10, 2015, 22:45 Derrik Walker v2.0  wrote:

> I seem to have some issues with dnf, and Dr Google isn't helping ...
>
> So I installed the "Games and Entertainment," which did exactly nothing,
> except mark it installed.
>
> So, I figured out, that if I really want the games installed, I probably
> should have:
>
> # dnf group install with-optional "Games and Entertainment"
>
> Cool except it tells me that "Games and Entertainment" is already
> installed.
>
> OK, so I'll just remove it and re-install it ...  but is says NOPE!!!
>
> # dnf group remove "Games and Entertainment"
> Warning: Group 'Games and Entertainment' does not exist.
> ...
>
> So, now I can't install it properly, or uninstall it.
>
> And the versions I have installed:
>
> # rpm -qa | grep ^dnf
> dnf-1.0.0-1.fc22.noarch
> dnf-plugins-core-0.1.8-1.fc22.noarch
> dnf-langpacks-0.10.0-1.fc22.noarch
> dnf-yum-1.0.0-1.fc22.noarch
> dnf-conf-1.0.0-1.fc22.noarch
>
> Not sure if It's a bug, or if I overlooked something in the
> documentation. But my kid want's his games!
>
> Thanks.
>
> --
> -- Derrik
>
> Derrik Walker v2.0, RHCE
> dwal...@doomd.net
>
> "Those UNIX guys, they think weird!" -- John C. Dvorak
>
> --
> 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
>
-- 
-Martín
-- 
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