On Thu, May 26, 2022 at 3:52 PM Miroslav Suchý wrote:
> If you already upgraded to Fedora 36 - what is your feedback about
>
>
> https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
>
> Did you run the comma
On Thu, May 26, 2022 at 03:52:06PM +0200, Miroslav Suchý wrote:
> If you already upgraded to Fedora 36 - what is your feedback about
>
> https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
>
> Did you run the command
On Thu, 26 May 2022 15:52:06 +0200
Miroslav Suchý wrote:
> If you already upgraded to Fedora 36 - what is your feedback about
>
> https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
>
> Did you run the command
On Thu, May 26, 2022 at 1:52 PM Miroslav Suchý wrote:
>
> If you already upgraded to Fedora 36 - what is your feedback about
>
> https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
>
> Did you run the command `remov
> On 26 May 2022, at 14:52, Miroslav Suchý wrote:
>
> If you already upgraded to Fedora 36 - what is your feedback about
>
> https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
>
> <https://docs.fedora
On 5/26/22 09:52, Miroslav Suchý wrote:
If you already upgraded to Fedora 36 - what is your feedback about
https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
Did you run the command `remove-retired-packages`? Do you find it
If you already upgraded to Fedora 36 - what is your feedback about
https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/System_Utilities/#remove-retired-packages
Did you run the command `remove-retired-packages`? Do you find it useful?
Comments and ideas are welcome either
Dne 24. 09. 21 v 10:50 Miro Hrončok napsal(a):
Should it query for removed packages instead of components?
It seem that when python-foo is retired, the script will attempt to remove python-foo instead of python3-foo (and
python3-foo-docs etc.).
This is fixed now. And build with the fix is in
Dne 24. 09. 21 v 13:55 Miro Hrončok napsal(a):
I think w are over-engineering a workaround for something that could be part of system-upgrade. See my proposal in
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/DQZOCSVPW4R4MZR2QYBQTO6ZTTU3RCKW/
that got 0 repli
Dne 24. 09. 21 v 11:59 Vitaly Zaitsev via devel napsal(a):
sudo dnf remove $(dnf -C list extras | cut -d ' ' -f -1 | tail -n +3)
This will remove packages which are not in current repositories.
On my workstation, this will suggests to remove webex, which I installed manually as an rpm. And I d
On 24. 09. 21 12:31, Miroslav Suchý wrote:
But still I'd rather have this as part of distribution - a package
similar to fedora-obsolete-packages which would allow me to remove all
retired packages simply by installing it.
Oh there is already this proposal -
https://fedoraproject.org/wiki/Changes
Dne 24. 09. 21 v 11:27 Marek Blaha napsal(a):
It seem that when python-foo is retired, the script will attempt to remove
python-foo instead of python3-foo (and python3-foo-docs etc.).
Oh. Silly me. I will fix this.
Another idea: The script currently needs fedora-packager (for the pkgname
comm
On 24/09/2021 06:44, Miroslav Suchý wrote:
I created small script `remove-retired-packages`. You can try it using:
Much more simple script:
sudo dnf remove $(dnf -C list extras | cut -d ' ' -f -1 | tail -n +3)
--
Sincerely,
Vitaly Zaitsev (vit...@easy
On Fri, Sep 24, 2021 at 10:58 AM Miro Hrončok wrote:
> > Should it query for removed packages instead of components?
> >
> > It seem that when python-foo is retired, the script will attempt to remove
> > python-foo instead of python3-foo (and python3-foo-docs etc.).
> >
> > PS That's why I mention
On 24. 09. 21 10:50, Miro Hrončok wrote:
On 24. 09. 21 6:44, Miroslav Suchý wrote:
Hi.
I created small script `remove-retired-packages`. You can try it using:
$ sudo dnf copr enable msuchy/remove-retired-packages
$ remove-retired-packages
This script removes packages retired between Fedora
On 24. 09. 21 6:44, Miroslav Suchý wrote:
Hi.
I created small script `remove-retired-packages`. You can try it using:
$ sudo dnf copr enable msuchy/remove-retired-packages
$ remove-retired-packages
This script removes packages retired between Fedora N and Fedora N-1. You can
run it with
Hi.
I created small script `remove-retired-packages`. You can try it using:
$ sudo dnf copr enable msuchy/remove-retired-packages
$ remove-retired-packages
This script removes packages retired between Fedora N and Fedora N-1. You can
run it with parameter:
$ remove-retired-packages 30
And
On Thu, Jan 24, 2013 at 01:13:09PM +0100, Vít Ondruch wrote:
> Dne 23.1.2013 21:04, Bruno Wolff III napsal(a):
> >One possiblity here would be to create a special package that
> >obsoletes all of the dropped packages from the last release (or
> >two depending on how far back you want to yum update
Dne 24.1.2013 14:18, Michael Schwendt napsal(a):
On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote:
Dne 23.1.2013 21:04, Bruno Wolff III napsal(a):
One possiblity here would be to create a special package that
obsoletes all of the dropped packages from the last release (or two
depending on
On Thu, Jan 24, 2013 at 02:18:25PM +0100, Michael Schwendt wrote:
> > Actually, this is cool idea IMO. Why this package does not exist yet?
> > Rel-engs has to have list of blocked packages already, so it should be
> > easy to convert it into .spec.
> It has been suggested, discussed and rejected
On Thu, Jan 24, 2013 at 14:18:25 +0100,
Michael Schwendt wrote:
On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote:
It has been suggested, discussed and rejected many years ago. Here's
one thread from 2007,
https://www.redhat.com/archives/fedora-extras-list/2007-March/msg00089.html
and
On Thu, 24 Jan 2013 13:13:09 +0100, Vít Ondruch wrote:
> Dne 23.1.2013 21:04, Bruno Wolff III napsal(a):
> > One possiblity here would be to create a special package that
> > obsoletes all of the dropped packages from the last release (or two
> > depending on how far back you want to yum update
Dne 23.1.2013 21:04, Bruno Wolff III napsal(a):
One possiblity here would be to create a special package that
obsoletes all of the dropped packages from the last release (or two
depending on how far back you want to yum update from).
Actually, this is cool idea IMO. Why this package does not e
23 matches
Mail list logo