On Thu, Nov 16, 2017 at 8:12 PM, Rick Stevens <ricks@alldigital.com> wrote:
Ok, now I need some help.

I'm trying to upgrade a machine to F27 but the upgrade process keeps
bitching about two packages: ICAClient-13.3.0.344519-0.x86_64 and
aether-ant-tasks-1:1.0.1-6.fc26.noarch.

The first one does not show up as installed in dnf, rpm, yum or pkcon
and I surely don't recall installing it.

The second one shows up as installed in dnf from the command line (a
local package), but it will NOT allow me to remove it:

[root@golem4 bin]# dnf list aether-ant-tasks
Last metadata expiration check: 2:34:52 ago on Thu 16 Nov 2017 03:29:16
PM PST.
Installed Packages
aether-ant-tasks.noarch               1:1.0.1-6.fc26
@@commandline

[root@golem4 bin]# dnf remove aether-ant-tasks
No match for argument: aether-ant-tasks
Error: No packages marked for removal.


You've probably already figured this out, but ICAClient is the Citrix receiver app package.

For aether-ant-tasks, I guess we have to figure out what part of the removal is failing: rpm -e -vvvv aether-ant-tasks

If it's just listed in the rpm database, but there are no files on the file system, looks like we could do rpm -e --nodeps --noscripts --justdb aether-ant-tasks

Ben