Rocksolid Light

Welcome to Rocksolid Light

mail  files  register  newsreader  groups  login

Message-ID:  

The sooner all the animals are extinct, the sooner we'll find their money. -- Ed Bluestone


computers / alt.os.linux.mageia / Remove "orphaned" filezilla ???

SubjectAuthor
* Remove "orphaned" filezilla ???Jim
+- Re: Remove "orphaned" filezilla ???Markus Robert Kessler
+* Re: Remove "orphaned" filezilla ???William Unruh
|`- Re: Remove "orphaned" filezilla ???David W. Hodgins
`* Re: Remove "orphaned" filezilla ???David W. Hodgins
 `- Re: Remove "orphaned" filezilla ???Jim

1
Remove "orphaned" filezilla ???

<v038qb$b3pd$1@dont-email.me>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7084&group=alt.os.linux.mageia#7084

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jim.beard@verizon.net (Jim)
Newsgroups: alt.os.linux.mageia
Subject: Remove "orphaned" filezilla ???
Date: Sun, 21 Apr 2024 14:45:31 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 31
Message-ID: <v038qb$b3pd$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 21 Apr 2024 16:45:31 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="36d73d31970e1365401d1a7da1cc4f51";
logging-data="364333"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1955AuVuX2XVBRZ4ZLvsHGb"
User-Agent: Pan/0.149 (Bellevue; 4c157ba git@gitlab.gnome.org:GNOME/pan.git)
Cancel-Lock: sha1:bfyJW9ZXTnVbzETCKA1OJzcVaG8=
 by: Jim - Sun, 21 Apr 2024 14:45 UTC

I used urpmi to check for updates on my main desktop (none),
and received a notice regarding filezilla.

The following package:
lib64filezilla41-0.45.0-1.mga9.x86_64 is now orphaned, if you
wish to remove it, you can use "urpme --auto-orphans"

Hazards of urpme --auto-orphans are legion, but I might
remove the package. When I looked to see its status
on the system:

rpm -qa |grep filezi
lib64filezilla10-0.25.0-2.mga8
lib64filezilla15-0.30.0-1.mga8
lib64filezilla36-0.42.2-1.mga9
lib64filezilla41-0.45.0-1.mga9
libfilezilla-i18n-0.47.0-1.mga9
lib64filezilla43-0.47.0-1.mga9
filezilla-3.67.0-1.mga9

Say what? I do not use filezilla. Do I need any of these?
should I keep the last of them "just in case" ? Are there
other programs that use filezilla invisibly to me ?

Cheers!

jim b.

--
UNIX is not user-unfriendly, it merely
expects users to be computer friendly.

Re: Remove "orphaned" filezilla ???

<v03a4h$br9t$1@dont-email.me>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7086&group=alt.os.linux.mageia#7086

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: no_reply@dipl-ing-kessler.de (Markus Robert Kessler)
Newsgroups: alt.os.linux.mageia
Subject: Re: Remove "orphaned" filezilla ???
Date: Sun, 21 Apr 2024 15:08:01 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <v03a4h$br9t$1@dont-email.me>
References: <v038qb$b3pd$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 21 Apr 2024 17:08:01 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="20981a235f2d37cca90257dedb8d1c15";
logging-data="388413"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19MY3WYNgmIcOuEWmD90k2b"
User-Agent: Pan/0.149 (Bellevue; 4c157ba git@gitlab.gnome.org:GNOME/pan.git)
Cancel-Lock: sha1:w6nf2QANkJz6DVbVWRHsOppk+kI=
 by: Markus Robert Kessle - Sun, 21 Apr 2024 15:08 UTC

On Sun, 21 Apr 2024 14:45:31 -0000 (UTC) Jim wrote:

> I used urpmi to check for updates on my main desktop (none),
> and received a notice regarding filezilla.
>
> The following package:
> lib64filezilla41-0.45.0-1.mga9.x86_64 is now orphaned, if you
> wish to remove it, you can use "urpme --auto-orphans"
>
> Hazards of urpme --auto-orphans are legion, but I might remove the
> package. When I looked to see its status on the system:
>
> rpm -qa |grep filezi lib64filezilla10-0.25.0-2.mga8
> lib64filezilla15-0.30.0-1.mga8 lib64filezilla36-0.42.2-1.mga9
> lib64filezilla41-0.45.0-1.mga9 libfilezilla-i18n-0.47.0-1.mga9
> lib64filezilla43-0.47.0-1.mga9 filezilla-3.67.0-1.mga9
>
> Say what? I do not use filezilla. Do I need any of these? should I
> keep the last of them "just in case" ? Are there other programs that
> use filezilla invisibly to me ?

I'd rather not use auto-orphans. Safer to remove all of the above with

rpm -e --nodeps rpm1 rpm2 rpm...

I don't know of any app 'invisibly using' filezilla. You can easily verify
this with

urpmq --whatrequires filezilla

So, you see, that not a single other app needs it.

And, if you change your mind one day and want to use it again, it's
trivial to re-install it.

Best regards,

Markus

Re: Remove "orphaned" filezilla ???

<v03ic7$doou$1@dont-email.me>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7090&group=alt.os.linux.mageia#7090

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: unruh@invalid.ca (William Unruh)
Newsgroups: alt.os.linux.mageia
Subject: Re: Remove "orphaned" filezilla ???
Date: Sun, 21 Apr 2024 17:28:39 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 48
Message-ID: <v03ic7$doou$1@dont-email.me>
References: <v038qb$b3pd$1@dont-email.me>
Injection-Date: Sun, 21 Apr 2024 19:28:40 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c7a70315369ef5dd25f177054e1089b3";
logging-data="451358"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19DN5LoCJjfEUt+PMRj0rXh"
User-Agent: slrn/1.0.3 (Linux)
Cancel-Lock: sha1:JvjDOc6EOAXhaHuXvNuLqh8Q1aw=
 by: William Unruh - Sun, 21 Apr 2024 17:28 UTC

On 2024-04-21, Jim <jim.beard@verizon.net> wrote:
> I used urpmi to check for updates on my main desktop (none),
> and received a notice regarding filezilla.
>
> The following package:
> lib64filezilla41-0.45.0-1.mga9.x86_64 is now orphaned, if you
> wish to remove it, you can use "urpme --auto-orphans"
>
> Hazards of urpme --auto-orphans are legion, but I might
> remove the package. When I looked to see its status
> on the system:
>
> rpm -qa |grep filezi
> lib64filezilla10-0.25.0-2.mga8
> lib64filezilla15-0.30.0-1.mga8
> lib64filezilla36-0.42.2-1.mga9
> lib64filezilla41-0.45.0-1.mga9
> libfilezilla-i18n-0.47.0-1.mga9
> lib64filezilla43-0.47.0-1.mga9
> filezilla-3.67.0-1.mga9
>
> Say what? I do not use filezilla. Do I need any of these?
> should I keep the last of them "just in case" ? Are there
> other programs that use filezilla invisibly to me ?
NOT FOLLOW THAD ADVICE re auto-orphan. If you do you may well find yourself with a
dead system It is a rediculous bug in urpmi. Or ratehr it can be
helpful for developers. It is time bomb for ordinary users.
The problem seems to be that they keep changing the name of the
lib64filezilla package. Thus urpmi cannot know that the various numbers
are different versions of the same file, and the new one should replace
the old one, rather than keeping it. This has been a problem for at
least 10 years.

filezilla according to its blurb is
FileZilla is a fast and reliable FTP, FTPS and SFTP client with lots
of useful features and an intuitive graphical user interface.

If you do not use ftp, or use something else for ftp, then yes you could
remove the whole lot of them as far as I know.

Note if you get that autoorphaned message, You can try to install each
of the packages and it will remove it from the auto-orphaned list

eg as root, you could do
urpmi lib64filezilla41-0.45.0-1.mga9.x86_64
and it would mark it as manually installed and not put it into an
orphaned list.

Re: Remove "orphaned" filezilla ???

<op.2mlat3kra3w0dxdave@hodgins.homeip.net>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7092&group=alt.os.linux.mageia#7092

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: Remove "orphaned" filezilla ???
Date: Sun, 21 Apr 2024 13:57:29 -0400
Organization: A noiseless patient Spider
Lines: 35
Message-ID: <op.2mlat3kra3w0dxdave@hodgins.homeip.net>
References: <v038qb$b3pd$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 21 Apr 2024 19:57:45 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="00d9153a598ce79e39de2321a9e021be";
logging-data="463072"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19H0Tg6dvS6/gl8/hsg8cw2xnOdLJ5IVYo="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:DiJ2WuN9B1A8wOyE1RN65JFUTxo=
 by: David W. Hodgins - Sun, 21 Apr 2024 17:57 UTC

On Sun, 21 Apr 2024 10:45:31 -0400, Jim <jim.beard@verizon.net> wrote:

> I used urpmi to check for updates on my main desktop (none),
> and received a notice regarding filezilla.
>
> The following package:
> lib64filezilla41-0.45.0-1.mga9.x86_64 is now orphaned, if you
> wish to remove it, you can use "urpme --auto-orphans"
>
> Hazards of urpme --auto-orphans are legion, but I might
> remove the package. When I looked to see its status
> on the system:
>
> rpm -qa |grep filezi
> lib64filezilla10-0.25.0-2.mga8
> lib64filezilla15-0.30.0-1.mga8
> lib64filezilla36-0.42.2-1.mga9
> lib64filezilla41-0.45.0-1.mga9
> libfilezilla-i18n-0.47.0-1.mga9
> lib64filezilla43-0.47.0-1.mga9
> filezilla-3.67.0-1.mga9
>
> Say what? I do not use filezilla. Do I need any of these?
> should I keep the last of them "just in case" ? Are there
> other programs that use filezilla invisibly to me ?

Use "urpme --test $pkgname" for any package to see what else will be removed.
Remove the --test option to actually remove them.

It'd also remove any other mga8 packages you still have installed.

Use "rpm -qa|grep -v -e mga9 -e gpg-pubkey" to get a list of all of the
packages that are not from mga9.

Regards, Dave Hodgins

Re: Remove "orphaned" filezilla ???

<op.2mlba6bva3w0dxdave@hodgins.homeip.net>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7094&group=alt.os.linux.mageia#7094

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: dwhodgins@nomail.afraid.org (David W. Hodgins)
Newsgroups: alt.os.linux.mageia
Subject: Re: Remove "orphaned" filezilla ???
Date: Sun, 21 Apr 2024 14:07:44 -0400
Organization: A noiseless patient Spider
Lines: 35
Message-ID: <op.2mlba6bva3w0dxdave@hodgins.homeip.net>
References: <v038qb$b3pd$1@dont-email.me> <v03ic7$doou$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 21 Apr 2024 20:07:51 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="00d9153a598ce79e39de2321a9e021be";
logging-data="467606"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/kcTKZ1hZX4UR7j+T9x870S+aoYpYpvA0="
User-Agent: Opera Mail/12.16 (Linux)
Cancel-Lock: sha1:dvykcbQOrRzi+/Sa11zIHpraj8I=
 by: David W. Hodgins - Sun, 21 Apr 2024 18:07 UTC

On Sun, 21 Apr 2024 13:28:39 -0400, William Unruh <unruh@invalid.ca> wrote:
<snip>
> NOT FOLLOW THAD ADVICE re auto-orphan. If you do you may well find yourself with a
> dead system It is a rediculous bug in urpmi. Or ratehr it can be
> helpful for developers. It is time bomb for ordinary users.
> The problem seems to be that they keep changing the name of the
> lib64filezilla package. Thus urpmi cannot know that the various numbers
> are different versions of the same file, and the new one should replace
> the old one, rather than keeping it. This has been a problem for at
> least 10 years.
<snip>

Just regarding the package naming for lib packages.

Library packages have a major and a minor number in the name. When an update
increases the minor number, meaning the api (application programming interface)
has not changed, the update replaces the prior package. When the major number
changes, it indicates the api has changed, so it's installed in addition to
the prior major version.

The reason that multiple major number versions of a package are allowed is
that libraries may be used by third party software that rpm does not know about.
Forcing them to be uninstalled would break that third party software.

While libfilezilla is unlikely to be used by any other software, the same can
not be said for all lib packages.

Regarding auto-orphans, it can be useful but it does need extreme caution.
If a package is listed as an orphan, but you know you don't want it to be
uninstalled, you can run "urpmi $packagename" for the already installed
package. Since it's already installed, all the urpmi command does is remove
the package from the orphans list.
https://wiki.mageia.org/en/Removing_packages#Warning

Regards, Dave Hodgins

Re: Remove "orphaned" filezilla ???

<v04f5v$j4pd$1@dont-email.me>

  copy mid

http://rslight.i2p/computers/article-flat.php?id=7095&group=alt.os.linux.mageia#7095

  copy link   Newsgroups: alt.os.linux.mageia
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: jim.beard@verizon.net (Jim)
Newsgroups: alt.os.linux.mageia
Subject: Re: Remove "orphaned" filezilla ???
Date: Mon, 22 Apr 2024 01:40:15 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 60
Message-ID: <v04f5v$j4pd$1@dont-email.me>
References: <v038qb$b3pd$1@dont-email.me>
<op.2mlat3kra3w0dxdave@hodgins.homeip.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 22 Apr 2024 03:40:15 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6759319ce9ab8156621dfe6a951b895f";
logging-data="627501"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19sT3s881MVjVdxx5xM3C8B"
User-Agent: Pan/0.149 (Bellevue; 4c157ba git@gitlab.gnome.org:GNOME/pan.git)
Cancel-Lock: sha1:J9mtd8g8C0eryc/gGXMDjjGmQ34=
 by: Jim - Mon, 22 Apr 2024 01:40 UTC

On Sun, 21 Apr 2024 13:57:29 -0400, David W. Hodgins wrote:

> On Sun, 21 Apr 2024 10:45:31 -0400, Jim <jim.beard@verizon.net> wrote:
>
>> I used urpmi to check for updates on my main desktop (none),
>> and received a notice regarding filezilla.
>>
>> The following package:
>> lib64filezilla41-0.45.0-1.mga9.x86_64 is now orphaned, if you
>> wish to remove it, you can use "urpme --auto-orphans"
>>
>> Hazards of urpme --auto-orphans are legion, but I might
>> remove the package. When I looked to see its status
>> on the system:
>>
>> rpm -qa |grep filezi
>> lib64filezilla10-0.25.0-2.mga8
>> lib64filezilla15-0.30.0-1.mga8
>> lib64filezilla36-0.42.2-1.mga9
>> lib64filezilla41-0.45.0-1.mga9
>> libfilezilla-i18n-0.47.0-1.mga9
>> lib64filezilla43-0.47.0-1.mga9
>> filezilla-3.67.0-1.mga9
>>
>> Say what? I do not use filezilla. Do I need any of these?
>> should I keep the last of them "just in case" ? Are there
>> other programs that use filezilla invisibly to me ?
>
> Use "urpme --test $pkgname" for any package to see what else will be removed.
> Remove the --test option to actually remove them.
>
> It'd also remove any other mga8 packages you still have installed.
>
> Use "rpm -qa|grep -v -e mga9 -e gpg-pubkey" to get a list of all of the
> packages that are not from mga9.

Dave,

Many thanks.

I followed your instructions, and concluded that ibfilezilla-i18n
had to be available for any libfilezilla package I wanted to keep, due
to foreign languages available I assume.

The filezilla-3.67.0-1.mga9 seems to be the most recent package containing
filezilla, and it needs libfilezilla.so.43()(64bit)).

I will keep filezilla-3.67.0-1.mga9, lib64filezilla43-0.47.0-1.mga9.x86_64,
and libfilezilla-i18n-0.47.0-1.mga9.noarch. All else will be removed.

Cheers!

jim b.

--
UNIX is not user-unfriendly, it merely
expects users to be computer friendly.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor