Re: List available packages in a repo

2025-06-07 Thread Patrick O'Callaghan
e to process it. However I go back to my original point. I want to see what packages are in a specific repo. The "obvious" command is "dnf list --repo=", but that doesn't do it. No doubt there are deep reasons to justify what actually happe

Re: List available packages in a repo

2025-06-06 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Thu, 2025-06-05 at 19:48 -0400, Todd Zullinger wrote: >> Essentially, the list command behaves as though '--installed >> --available' are passed if neither are given. >> > > Well, no. If "--available" is give

Re: List available packages in a repo

2025-06-06 Thread Patrick O'Callaghan
On Thu, 2025-06-05 at 19:48 -0400, Todd Zullinger wrote: > Patrick O'Callaghan wrote: > > On Thu, 2025-06-05 at 23:27 +0100, Patrick O'Callaghan wrote: > > > > My conceptual problem is that this makes no logical sense. If I don't > > > > include

Re: List available packages in a repo

2025-06-05 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Thu, 2025-06-05 at 23:27 +0100, Patrick O'Callaghan wrote: >>> My conceptual problem is that this makes no logical sense. If I don't >>> include '--available' than I get a long list of packages which are >>> *n

Re: List available packages in a repo

2025-06-05 Thread Patrick O'Callaghan
On Thu, 2025-06-05 at 23:27 +0100, Patrick O'Callaghan wrote: > > My conceptual problem is that this makes no logical sense. If I don't > > include '--available' than I get a long list of packages which are > > *not* from the repo I explicitly asked for. Thi

Re: List available packages in a repo

2025-06-05 Thread Patrick O'Callaghan
On Thu, 2025-06-05 at 12:03 +0100, Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 18:29 -0400, Todd Zullinger wrote: > > I think that's because you need to add --available to the > > list subcommand to not include all the installed packages. > > Per dnf5-l

Re: List available packages in a repo

2025-06-05 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 18:29 -0400, Todd Zullinger wrote: > I think that's because you need to add --available to the > list subcommand to not include all the installed packages. > Per dnf5-list(8): > >    --installed >   List only installed packages. > >    --

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 14:37 -0700, ToddAndMargo via users wrote: >> Whenever I do a "dnf list", I always add >>   ... | grep -i  fragment_of_what_I_am_looking_for >> >> Makes me a happy camper. > > Yes I know. I'm still trying to get my head around the actual logic of

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 13:18 -0400, Todd Zullinger wrote: >> Leaving it off makes more sense, IMO. > > Of course. I did know that in fact. :) > Nonetheless when I wanted to list the packages from a specific repo > (rather than everything

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 14:37 -0700, ToddAndMargo via users wrote: > Whenever I do a "dnf list", I always add >   ... | grep -i  fragment_of_what_I_am_looking_for > > Makes me a happy camper. Yes I know. I'm still trying to get my head around the actual logic of the dnf command options. I'm sure it

Re: List available packages in a repo

2025-06-04 Thread ToddAndMargo via users
On 6/4/25 7:13 AM, Patrick O'Callaghan wrote: The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Re

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
* for sh shells.) > > > > So 'dnf list "*"' is what I'm looking for. > > No pattern is required. That's what the brackets around > '...' signify. Similarly, 'options' are, > unsurprisingly, optional. :) >

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: >> The man page (dnf5-list) says in the synopsis: >> >>     dnf5 list [options] [...] >> >> and in the examples it shows: >> >>     dnf5 list kernel* >> >> (which it presumes users will know to properly escape

Re: List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: > The man page (dnf5-list) says in the synopsis: > >     dnf5 list [options] [...] > > and in the examples it shows: > >     dnf5 list kernel* > > (which it presumes users will know to properly escape in > their choice of shell, e.g. dnf

Re: List available packages in a repo

2025-06-04 Thread Todd Zullinger
Patrick O'Callaghan wrote: > The man page for dnf5 says: > >list > List installed or available packages. > > However it doesn't appear to give any more detail, and if I try it: > > $ dnf list --available fedora.repo > Updating and

Re: List available packages in a repo

2025-06-04 Thread David King
On 6/4/25 10:13 AM, Patrick O'Callaghan wrote: The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Re

Re: List available packages in a repo

2025-06-04 Thread Will McDonald
On Wed, 4 Jun 2025 at 15:13, Patrick O'Callaghan wrote: > The man page for dnf5 says: > >list > List installed or available packages. > > However it doesn't appear to give any more detail, and if I try it: > > $ dnf list --available

List available packages in a repo

2025-06-04 Thread Patrick O'Callaghan
The man page for dnf5 says: list List installed or available packages. However it doesn't appear to give any more detail, and if I try it: $ dnf list --available fedora.repo Updating and loading repositories: Repositories loaded. No matching packages to list whi

Re: Conflicting NVIDIA Packages from RPM Fusion

2024-11-04 Thread Paul Smith
filtered out by exclude filtering - package nvidia-xconfig-3:560.35.03-1.fc39.x86_64 from cuda-fedora39 is filtered out by exclude filtering Package Arch Version Repository Size Skipping packages with broken dependencies: cuda-12-6

Re: Conflicting NVIDIA Packages from RPM Fusion

2024-11-04 Thread Francis . Montagnac
On Mon, 04 Nov 2024 14:20:35 + Paul Smith wrote: > Thanks, Francis. I did as you suggested, but now the conflict are different: > # dnf --disablerepo=rpmfusion-nonfree update ... > Problem: package cuda-12-6-12.6.2-1.x86_64 from cuda-fedora39 requires > cuda-runtime-12-6 >= 12.6.2, but none o

Re: Conflicting NVIDIA Packages from RPM Fusion

2024-11-04 Thread Paul Smith
uda-fedora39 is filtered out by exclude filtering - package nvidia-xconfig-3:560.35.03-1.fc39.x86_64 from cuda-fedora39 is filtered out by exclude filtering Package Arch Version Repository Size Skipping packages with broken dependencies: cuda-12-6

Re: Conflicting NVIDIA Packages from RPM Fusion

2024-11-04 Thread Francis . Montagnac
Hi. On Mon, 04 Nov 2024 13:26:55 + Paul Smith wrote: > I am getting the below issues. Could you please help me? > # dnf update > Updating and loading repositories: > Repositories loaded. > Problem: package cuda-runtime-12-6-12.6.2-1.x86_64 from cuda-fedora39 > requires nvidia-open-560 >= 560.

Conflicting NVIDIA Packages from RPM Fusion

2024-11-04 Thread Paul Smith
filtered out by exclude filtering Package Arch Version Repository Size Skipping packages with conflicts: xorg-x11-drv-nvidia-cuda x86_64 3:560.35.03-5.fc41 rpmfusion-non 6.1 MiB Skipping packages with broken dependencies: cuda-12-6

Re: Remove Packages From _dnf_local

2024-10-26 Thread Stephen Morris
On 26/10/24 02:58, Patrick O'Callaghan wrote: On Fri, 2024-10-25 at 22:30 +1100, Stephen Morris wrote: On 25/10/24 09:25, Patrick O'Callaghan wrote: On Fri, 2024-10-25 at 09:09 +1100, Stephen Morris wrote: I don't want to turn off sending in html because that will impact all emails I send, and

Re: Remove Packages From _dnf_local

2024-10-25 Thread Patrick O'Callaghan
On Fri, 2024-10-25 at 22:30 +1100, Stephen Morris wrote: > On 25/10/24 09:25, Patrick O'Callaghan wrote: > > On Fri, 2024-10-25 at 09:09 +1100, Stephen Morris wrote: > > > I don't want to turn off > > > sending in html because that will impact all emails I send, and > > > Thunderbird doesn't have t

Re: Remove Packages From _dnf_local

2024-10-25 Thread TSHIMANGA Minkoka
Hi, The below command can show when it was installed. dnf history info python3-dnf-plugin-local Regards, Tshimanga On 10/25/24 12:33, Stephen Morris wrote: On 25/10/24 17:07, Samuel Sieb wrote: On 10/24/24 3:02 PM, Stephen Morris wrote: On 24/10/24 20:43, Barry wrote: What does dnf repoli

Re: Remove Packages From _dnf_local

2024-10-25 Thread Stephen Morris
On 25/10/24 12:36, Tim via users wrote: On Tue, 2024-10-22 at 08:43 +1100, Stephen Morris wrote: When did _dnf_local come into effect?, the last couple of months are the first time I've seen any reference to that repository as a repository being refreshed when all the repository lists are automa

Re: Remove Packages From _dnf_local

2024-10-25 Thread Stephen Morris
On 25/10/24 17:07, Samuel Sieb wrote: On 10/24/24 3:02 PM, Stephen Morris wrote: On 24/10/24 20:43, Barry wrote: What does dnf repolist show you have? If it lists a _dnf_local then show us what its repo file has in it. dnf repolist repo id

Re: Remove Packages From _dnf_local

2024-10-25 Thread Stephen Morris
On 25/10/24 09:25, Patrick O'Callaghan wrote: On Fri, 2024-10-25 at 09:09 +1100, Stephen Morris wrote: I don't want to turn off sending in html because that will impact all emails I send, and Thunderbird doesn't have the option any more to tailor those options for specific addresses. Both that

Re: List manually installed packages for a machine migration

2024-10-25 Thread George N. White III
On Thu, Oct 24, 2024 at 3:39 AM Jeffrey Walton wrote: > Hi Everyone, > > I have some old hardware that needs a refresh. The old machine is > running Fedora 40 x86_64 fully patched. The new machine is running the > same on a fresh OS install. I want to get a list of packag

Re: Remove Packages From _dnf_local

2024-10-25 Thread Stephen Morris
On 24/10/24 20:43, Barry wrote: On 23 Oct 2024, at 22:31, Stephen Morris wrote:  On 22/10/24 08:30, Barry wrote: On 21 Oct 2024, at 22:14, Stephen Morris wrote: Hi, How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40.x86_64 says

Re: Remove Packages From _dnf_local

2024-10-24 Thread Samuel Sieb
On 10/24/24 3:02 PM, Stephen Morris wrote: On 24/10/24 20:43, Barry wrote: What does dnf repolist show you have? If it lists a _dnf_local then show us what its repo file has in it. dnf repolist repo id   

Re: Remove Packages From _dnf_local

2024-10-24 Thread Tim via users
On Tue, 2024-10-22 at 08:43 +1100, Stephen Morris wrote: > When did _dnf_local come into effect?, the last couple of months are the > first time I've seen any reference to that repository as a repository > being refreshed when all the repository lists are automatically > refreshed or when sudo d

Re: Remove Packages From _dnf_local

2024-10-24 Thread Patrick O'Callaghan
On Fri, 2024-10-25 at 09:09 +1100, Stephen Morris wrote: > I don't want to turn off > sending in html because that will impact all emails I send, and > Thunderbird doesn't have the option any more to tailor those options for > specific addresses. Both that message and your previous one *do* hav

Re: Remove Packages From _dnf_local

2024-10-24 Thread Stephen Morris
On 25/10/24 08:58, Patrick O'Callaghan wrote: On Fri, 2024-10-25 at 08:29 +1100, Stephen Morris wrote: On 24/10/24 21:25, Patrick O'Callaghan wrote: On Thu, 2024-10-24 at 10:43 +0100, Barry wrote: [...] If you must post in HTML, please include a plain-text alternative. https://fedoraproject.

Re: Remove Packages From _dnf_local

2024-10-24 Thread Patrick O'Callaghan
On Fri, 2024-10-25 at 08:29 +1100, Stephen Morris wrote: > On 24/10/24 21:25, Patrick O'Callaghan wrote: > > On Thu, 2024-10-24 at 10:43 +0100, Barry wrote: > > > > [...] > > > > If you must post in HTML, please include a plain-text alternative. > > > > https://fedoraproject.org/wiki/Mailing_lis

Re: Remove Packages From _dnf_local

2024-10-24 Thread Stephen Morris
On 24/10/24 21:25, Patrick O'Callaghan wrote: On Thu, 2024-10-24 at 10:43 +0100, Barry wrote: [...] If you must post in HTML, please include a plain-text alternative. https://fedoraproject.org/wiki/Mailing_list_guidelines#No_HTML_Mail,_Please Sorry Patrick, I have my Thunderbird composition se

Re: List manually installed packages for a machine migration

2024-10-24 Thread Go Canes
On Thu, Oct 24, 2024 at 2:39 AM Jeffrey Walton wrote: > I have some old hardware that needs a refresh. The old machine is > running Fedora 40 x86_64 fully patched. The new machine is running the > same on a fresh OS install. I want to get a list of packages I > manually installe

Re: List manually installed packages for a machine migration

2024-10-24 Thread Tim via users
On Thu, 2024-10-24 at 02:38 -0400, Jeffrey Walton wrote: > Does anyone know of a good strategy (or have a script) to list > manually installed packages; My strategy won't help you now, but may in the future. When I install extra packages, I log them to a post-install text file. In m

Re: Remove Packages From _dnf_local

2024-10-24 Thread Patrick O'Callaghan
On Thu, 2024-10-24 at 10:43 +0100, Barry wrote: [...] If you must post in HTML, please include a plain-text alternative. https://fedoraproject.org/wiki/Mailing_list_guidelines#No_HTML_Mail,_Please poc -- ___ users mailing list -- users@lists.fedorapr

Re: Remove Packages From _dnf_local

2024-10-24 Thread Barry
On 23 Oct 2024, at 22:31, Stephen Morris wrote: On 22/10/24 08:30, Barry wrote: On 21 Oct 2024, at 22:14, Stephen Morris wrote: Hi, How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40

List manually installed packages for a machine migration

2024-10-24 Thread Jeffrey Walton
Hi Everyone, I have some old hardware that needs a refresh. The old machine is running Fedora 40 x86_64 fully patched. The new machine is running the same on a fresh OS install. I want to get a list of packages I manually installed on the old machine, like Certbot, Emacs and Nginx, so I can

Re: Remove Packages From _dnf_local

2024-10-23 Thread Stephen Morris
On 22/10/24 08:30, Barry wrote: On 21 Oct 2024, at 22:14, Stephen Morris wrote: Hi, How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40.x86_64 says the package is not found and there is nothing to do and sudo akmods --force won&#

Re: Remove Packages From _dnf_local

2024-10-21 Thread Stephen Morris
On 22/10/24 08:30, Barry wrote: On 21 Oct 2024, at 22:14, Stephen Morris wrote: Hi, How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40.x86_64 says the package is not found and there is nothing to do and sudo akmods --force won&#

Re: Remove Packages From _dnf_local

2024-10-21 Thread Stephen Morris
On 22/10/24 08:30, Barry wrote: On 21 Oct 2024, at 22:14, Stephen Morris wrote: Hi, How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40.x86_64 says the package is not found and there is nothing to do and sudo akmods --force won&#

Re: Remove Packages From _dnf_local

2024-10-21 Thread Barry
> On 21 Oct 2024, at 22:14, Stephen Morris wrote: > > Hi, > How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove > kmod-nvidia-6.10.10-200.fc40.x86_64 says the package is not found and there > is nothing to do and sudo akmods --force won't

Remove Packages From _dnf_local

2024-10-21 Thread Stephen Morris
Hi,     How do I remove kmod-nvidia packages from _dnf_local when sudo dnf remove kmod-nvidia-6.10.10-200.fc40.x86_64 says the package is not found and there is nothing to do and sudo akmods --force won't rebuild it because the 6.10.10 kernel headers don't exist any more and sudo

Re: emacs-nox installs 622 MB of packages???

2024-10-03 Thread Barry Scott
dates 14 M > git x86_642.46.2-1.fc40 updates 52 k > info x86_647.1-2.fc40 fedora 182 k > libtree-sitter-java x86_640.20.2-2.fc40 fedora 62 k > perl-NDBM_Filex86_641.16-50

emacs-nox installs 622 MB of packages???

2024-10-02 Thread Jeffrey Walton
-java x86_640.20.2-2.fc40 fedora 62 k perl-NDBM_Filex86_641.16-506.fc40 fedora 23 k Transaction Summary == Install 87 Packages Total download size: 176 M Installed

Re: upgrade packages problem

2023-11-17 Thread stan via users
On Wed, 15 Nov 2023 18:32:07 +0100 GianPiero Puccioni wrote: > I didn't know that "err" didn't show on the terminal! Probably to avoid huge amounts of messages. > Apparently the problem was > "qt5-qtwebengine-freeworld-5.15.12-4.fc38.x86_64" I removed that and > everything is back to normal, sh

Re: upgrade packages problem

2023-11-15 Thread GianPiero Puccioni
On 15/11/2023 18:05, stan via users wrote: On Wed, 15 Nov 2023 15:23:16 +0100 GianPiero Puccioni wrote: Hi, During a normal upgrade (F38 with KDE on a Dell G15 Laptop) I got this errors: Skipping packages with conflicts: qt5-qtbasex86_645.15.11-3.fc38updates 3.6

Re: upgrade packages problem

2023-11-15 Thread stan via users
On Wed, 15 Nov 2023 15:23:16 +0100 GianPiero Puccioni wrote: > Hi, > > During a normal upgrade (F38 with KDE on a Dell G15 Laptop) I got > this errors: > > Skipping packages with conflicts: > qt5-qtbasex86_645.15.11-3.fc38updates > 3.6 M Skipp

upgrade packages problem

2023-11-15 Thread GianPiero Puccioni
Hi, During a normal upgrade (F38 with KDE on a Dell G15 Laptop) I got this errors: Skipping packages with conflicts: qt5-qtbasex86_645.15.11-3.fc38updates3.6 M Skipping packages with broken dependencies: kf5-akonadi-sex86_6423.08.1-2.fc38

Re: Broken Packages DNF update /Dorian Rosse/Tom Horsley. FFmpeg / VLC.

2023-08-10 Thread Samuel Sieb
On 8/10/23 12:28, Ger van Dijck wrote: In the recent past I had problems with skipping packages with broken dependencies : ffmpeg-libs , libavdevice : Dorian Rosse adviced to install with  " rpmfind ffmpeg-libs and libavdevice". No result. Tom Horsley did advice  "dnf swap ffm

Broken Packages DNF update /Dorian Rosse/Tom Horsley. FFmpeg / VLC.

2023-08-10 Thread Ger van Dijck
Hello All, In the recent past I had problems with skipping packages with broken dependencies : ffmpeg-libs , libavdevice : Dorian Rosse adviced to install with  " rpmfind ffmpeg-libs and libavdevice". No result. Tom Horsley did advice  "dnf swap ffmpeg-free ffmpeg --allower

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-08-01 Thread Francis . Montagnac
Hi On Mon, 31 Jul 2023 15:11:06 -0700 richard emberson wrote: > What is the problem (aside from the fact that I interrupted the update) and > How can I recover? Try first to clean duplicates with: dnf removes --duplicates I'll personally call it like that to see what would be done, answer no to

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-08-01 Thread stan via users
eck succeeded. > Running transaction test > The downloaded packages were saved in cache until the next successful > transaction. You can remove cached packages by executing 'dnf clean > packages'. Error: Transaction test error: >file /usr/share/doc/glib2/NEWS from inst

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread richard emberson
Running "dnf update --allowerasing results in: Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Err

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread Richard Shaw
On Mon, Jul 31, 2023 at 5:12 PM richard emberson wrote: > I had a "dnf update" interrupted. > > Running "dnf clean all" and then "dnf update" again results in: > > Running transaction check > Transaction check succeeded. > Running transaction

Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread richard emberson
I had a "dnf update" interrupted. Running "dnf clean all" and then "dnf update" again results in: Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You

Re: Broken packages DNF Update.

2023-06-18 Thread Dorian ROSSE
: Saturday, June 10, 2023 5:08:16 PM To: Community support for Fedora users Subject: Broken packages DNF Update. Hay all, Little problem : When giving the command dnf update I get the message "Skipping packages with broken dependencies". ffmpeg-libs x86_646.0.11.fc38 rpmf

Re: Broken packages DNF Update.

2023-06-10 Thread Tom Horsley
On Sat, 10 Jun 2023 17:08:16 +0200 Ger van Dijck wrote: > How do I proceed ? I asked that a while back, and got this advice which worked for me: dnf sawp ffmpeg-free ffmpeg --allowerasing Replaces the incompatible stuff in the fedora repos with the "normal" stuff from rpmfusion. ___

Broken packages DNF Update.

2023-06-10 Thread Ger van Dijck
Hay all, Little problem : When giving the command dnf update I get the message  "Skipping packages with broken dependencies". ffmpeg-libs   x86_64    6.0.11.fc38  rpmfusion-free-updates libavdevice   x86_64    6.0.11.fc38  rpmfusion-free-updates How do I proceed ? Kind rega

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Simon Colston
provides libheif(x86-64) = 1.16.1 needed by Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): libheif x86_64 1.15.2-1.fc37 updates 258 k Skipping packages with broken dependencies: libheif-freeworld x86_64 1.1

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Francis . Montagnac
.1 needed by > Skipping packages with conflicts: > (add '--best --allowerasing' to command line to force their upgrade): > libheif x86_64 1.15.2-1.fc37 updates 258 k > Skipping packages with broken dependencies: > libheif-freeworld x86_64 1.16.1-1.fc37 rpmfusio

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Simon Colston
On Sun, May 14 2023 at 18:40:04 +1000, Michael D. Setzer II via users wrote: On 14 May 2023 at 9:18, Simon Colston wrote: Date sent: Sun, 14 May 2023 09:18:54 +0100 From: Simon Colston Subject:dnf upgrade - problem with libheif packages To

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Simon Colston
ed by libheif-freeworld-1.16.1-1.fc37.x86_64 ... Skipping packages with conflicts: (add '--best --allowerasing' to command line to force their upgrade): libheif x86_64 1.15.2-1.fc37 updates 258 k Skipping packages with broken dependencies: libheif-freeworld

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Jeffrey Walton
= 1.16.1 needed by > libheif-freeworld-1.16.1-1.fc37.x86_64 > > ... > > Skipping packages with conflicts: > (add '--best --allowerasing' to command line to force their > upgrade): > libheif x86_64 1.15.2-1.fc37 updates 258 k > Skipping packages wit

Re: dnf upgrade - problem with libheif packages

2023-05-14 Thread Michael D. Setzer II via users
On 14 May 2023 at 9:18, Simon Colston wrote: Date sent: Sun, 14 May 2023 09:18:54 +0100 From: Simon Colston Subject:dnf upgrade - problem with libheif packages To: Fedora Users Mailing List Send reply to: Community

dnf upgrade - problem with libheif packages

2023-05-14 Thread Simon Colston
.fc37.x86_64 - cannot install the best update candidate for package libheif-1.15.1-2.fc37.x86_64 - nothing provides libheif(x86-64) = 1.16.1 needed by libheif-freeworld-1.16.1-1.fc37.x86_64 ... Skipping packages with conflicts: (add '--best --allowerasing' to comman

Re: can dnf exclude all kernel related packages when upgrading orinstalling packages

2022-10-01 Thread Patrick O'Callaghan
On Fri, 2022-09-30 at 15:49 -0600, Joe Zeff wrote: > On 9/30/22 15:16, Patrick O'Callaghan wrote: > > Please remember to quote the text you are responding to in replies. > > And trim out everything that's not relevant to your reply, as I did > here, especially including signatures and/or footers.

Re: can dnf exclude all kernel related packages when upgrading orinstalling packages

2022-09-30 Thread Joe Zeff
On 9/30/22 15:16, Patrick O'Callaghan wrote: Please remember to quote the text you are responding to in replies. And trim out everything that's not relevant to your reply, as I did here, especially including signatures and/or footers. ___ users mail

Re: can dnf exclude all kernel related packages when upgrading orinstalling packages

2022-09-30 Thread Patrick O'Callaghan
On Fri, 2022-09-30 at 19:28 +0200, Mgr. Janusz Chmiel wrote: > Dear MR Horne, > Thank you very much for this very useful command line option. > I will always type it when even I will want to perform AN systém > upgrade on my chroot container. Please remember to quote the text you are respo

RE: can dnf exclude all kernel related packages when upgrading orinstalling packages

2022-09-30 Thread Mgr. Janusz Chmiel
Dear MR Horne, Thank you very much for this very useful command line option. I will always type it when even I will want to perform AN systém upgrade on my chroot container. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe s

Re: can dnf exclude all kernel related packages when upgrading or installing packages

2022-09-30 Thread John Horne
On Fri, 2022-09-30 at 13:41 +, old sixpack13 wrote: > > Dear advanced users and developers, > ... > > Or unfortunately, Dnf and also Yum do not allow users to skip or exclude > > kernel related > > packages? > ... > > sudo dnf upgrade --exclude=kernel-c

Re: can dnf exclude all kernel related packages when upgrading or installing packages

2022-09-30 Thread old sixpack13
> Dear advanced users and developers, ... > Or unfortunately, Dnf and also Yum do not allow users to skip or exclude > kernel related > packages? ... sudo dnf upgrade --exclude=kernel-core will exclude: - kernel and - kernel-core and - kernel-modules I'm unsure about kerne

can dnf exclude all kernel related packages when upgrading or installing packages

2022-09-30 Thread Mgr. Janusz Chmiel
Dear advanced users and developers, Because Redhad elite programmers allow users to run their chroot Fedora containers for AArch64 architecture, I Am using Fedora 35 on Termux with Android 8.0. For obvious reason, all kernel related Fedora packages are redundand for Me in this scenario. I would

Re: unremovable gnome packages

2022-08-16 Thread mxanthropocene
Hi, you need to swap the release identity package. That determines what desktop packages are protected by dnf. Type dnf search fedora-release-identity- to see what's available. Then run sudo dnf swap fedora-release-identity-workstation fedora-release- identity-(kde, cinnamon, mate-compiz,

Re: unremovable gnome packages

2022-08-16 Thread Samuel Sieb
that group from being removed, so the entire group has to go. Thanks a lot for info! Unfortunately it does not work: [root@c340-sev ~]# dnf --noautoremove group remove gnome-desktop Error: Problem: The operation would result in removing the following protected packages: gnome-shell (try to add

Re: unremovable gnome packages

2022-08-16 Thread Adrian Sevcenco
entire group has to go. Thanks a lot for info! Unfortunately it does not work: [root@c340-sev ~]# dnf --noautoremove group remove gnome-desktop Error: Problem: The operation would result in removing the following protected packages: gnome-shell (try to add '--skip-broken' to skip uni

Re: unremovable gnome packages

2022-08-13 Thread Samuel Sieb
info! Unfortunately it does not work: [root@c340-sev ~]# dnf --noautoremove group remove gnome-desktop Error: Problem: The operation would result in removing the following protected packages: gnome-shell (try to add '--skip-broken' to skip uninstallable packages) Why in the world woul

Re: unremovable gnome packages

2022-08-13 Thread Adrian Sevcenco
: [root@c340-sev ~]# dnf --noautoremove group remove gnome-desktop Error: Problem: The operation would result in removing the following protected packages: gnome-shell (try to add '--skip-broken' to skip uninstallable packages) Why in the world would be gnome-shell unremovable? And does anyo

Re: unremovable gnome packages

2022-08-10 Thread Roger Heflin
h and without that option before answering y to do it to make sure it does not remove more than you want removed. On Wed, Aug 10, 2022 at 6:59 AM Adrian Sevcenco wrote: > > Hi! I was trying to remove the gnome packages and because of gnome-shell > i'm stuck with this list: > gnome-auto

unremovable gnome packages

2022-08-10 Thread Adrian Sevcenco
Hi! I was trying to remove the gnome packages and because of gnome-shell i'm stuck with this list: gnome-autoar-0.4.3-1.fc36.x86_64 gnome-bluetooth-42.2-1.fc36.x86_64 gnome-bluetooth-libs-42.2-1.fc36.x86_64 gnome-control-center-42.3-1.fc36.x86_64 gnome-control-center-filesystem-42.3-1.fc36.n

Re: Fusioninventory packages

2022-07-07 Thread Barry
> On 6 Jul 2022, at 16:13, Federico Alaimo wrote: > > Hello all, > I wanted to know if epel 9 will bring fusion inventory agent packages (as > done in epel7 and 8) and if yes, when that is expected to happen. Try requesting via a bugzilla ticket so the maintainer know th

Fusioninventory packages

2022-07-06 Thread Federico Alaimo
Hello all, I wanted to know if epel 9 will bring fusion inventory agent packages (as done in epel7 and 8) and if yes, when that is expected to happen. Thanks!! ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Mathematical packages: looking for maintainers

2022-02-03 Thread Jerry James
Hello all, I first mentioned a couple of months ago that I would like to retire from maintaining mathematical packages in Fedora, so that I can focus on code analysis and formal methods packages. Thank you to those who responded and took some of those packages from me. I still have quite a pile

Re: Seeking maintainers of mathematical packages

2021-11-30 Thread Jerry James
Hi Oğuz, On Mon, Nov 29, 2021 at 11:35 PM Oğuz Ersen via users wrote: > I have no packaging experience and not a packager myself, so can I take > `material-icons-fonts` since that one seems easy? My fas username is ersen. You're not a packager. So that means you need a sponsor? If so, contact

Re: Seeking maintainers of mathematical packages

2021-11-29 Thread Oğuz Ersen via users
I have no packaging experience and not a packager myself, so can I take `material-icons-fonts` since that one seems easy? My fas username is ersen. -- Best Regards, Oğuz ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: Seeking maintainers of mathematical packages

2021-11-29 Thread Jerry James
hese do not relate solely to the collection of mathematical packages? Will > mizdebsk (automatically) take them on alone? That's a good question. Let's see what needs these packages. Using the command "dnf --repo=rawhide --repo=rawhide-source repoquery --whatrequires [package] --alldep

Re: Seeking maintainers of mathematical packages

2021-11-20 Thread Peter Boy
content to Fedora, so if > you see something you think should be on docs.fedoraproject.org, feel free to > tell me so. Also feel free to suggest additions or changes to what I have > there. > > Packages for which I am the primary maintainer > ——— > ... >

Seeking maintainers of mathematical packages

2021-11-19 Thread Jerry James
For some years now, I have maintained a collection of mathematical packages and some of their dependencies in Fedora. I actually stopped using the packages in question awhile ago, but have been maintaining them out of inertia. I would like to free up time to get some code checking and formal

Re: DNF update installing unwanted GRUB packages

2021-10-07 Thread James Szinger
On Tue, 5 Oct 2021 13:40:51 -0500 Ian Pilcher wrote: > I use systemd-boot, so I try to avoid having unneeded GRUB packages > installed. When I run dnf update, grub2-tools-efi and > grub2-tools-extra get installed, even though they aren't required by > any of my other installed

Re: DNF update installing unwanted GRUB packages

2021-10-07 Thread Barry Scott
> On 7 Oct 2021, at 18:38, Ian Pilcher wrote: > > On 10/5/21 16:36, Barry wrote: >>> On 5 Oct 2021, at 19:41, Ian Pilcher wrote: >>> >>> I use systemd-boot, so I try to avoid having unneeded GRUB packages >>> installed. When I run dnf update,

Re: DNF update installing unwanted GRUB packages

2021-10-07 Thread Ian Pilcher
On 10/5/21 16:36, Barry wrote: On 5 Oct 2021, at 19:41, Ian Pilcher wrote: I use systemd-boot, so I try to avoid having unneeded GRUB packages installed. When I run dnf update, grub2-tools-efi and grub2-tools-extra get installed, even though they aren't required by any of my

Re: DNF update installing unwanted GRUB packages

2021-10-05 Thread Joe Zeff
On 10/5/21 3:36 PM, Barry wrote: Try dnf remove package and see what dnf wants to remove. Just answer no so that dns does no damage. That’s the trick I used to find out why a package is needed. You can also do rpm queries, but I do recall the incantation. Just to be safe, add -n to the dnf comm

Re: DNF update installing unwanted GRUB packages

2021-10-05 Thread Barry
> On 5 Oct 2021, at 19:41, Ian Pilcher wrote: > > I use systemd-boot, so I try to avoid having unneeded GRUB packages > installed. When I run dnf update, grub2-tools-efi and grub2-tools-extra > get installed, even though they aren't required by any of my other > ins

DNF update installing unwanted GRUB packages

2021-10-05 Thread Ian Pilcher
I use systemd-boot, so I try to avoid having unneeded GRUB packages installed. When I run dnf update, grub2-tools-efi and grub2-tools-extra get installed, even though they aren't required by any of my other installed packages. I already have install_weak_deps=False set in dnf.conf. Anyone

Re: packages: where does x come from?

2021-09-18 Thread Richard Shaw
ated build process, if there is one? > I'm not 100% sure if you mean a request to Fedora or upstream, but most of the info you're looking for should be found here: https://src.fedoraproject.org/rpms/kubernetes The key is you have to use the source name even thou

packages: where does x come from?

2021-09-18 Thread jtagcat jtagcat
I've looked on multiple occasions for a 'dnf whomaintains', or a section in info containing 'source' or maintainer. Let's take an example: $ dnf info kubernetes-client Source : kubernetes-1.20.5-1.fc34.src.rpm Repository : @System From repo: fedora URL : https://k8s.io/kubern

  1   2   3   4   5   6   7   8   9   >