minio / mc

Unix like utilities for object store
https://min.io/download
GNU Affero General Public License v3.0
2.86k stars 548 forks source link

.deb installer installs client as `mcli` instead of `mc` #4833

Open binaryfire opened 9 months ago

binaryfire commented 9 months ago

I'm automating things with Ansible so installing from a deb makes idempotency easier.

However when installing using https://dl.min.io/client/mc/release/linux-amd64/mc.deb the client is installed as mcli (usr/local/bin/mcli) instead of mc. This is confusing since all the documentation refers to mc.

@harshavardhana mentioned this should be fixed so I've opened this issue.

harshavardhana commented 9 months ago

Yeah we can't install mc as mc since it conflicts so we have to install mcli.

1Project commented 8 months ago

Yeah we can't install mc as mc since it conflicts so we have to install mcli.

I wonder why that is. Have you tried pointing to your position on this? https://github.com/minio/mc/blob/master/CONFLICT.md

harshavardhana commented 8 months ago

Locking the conversation, until it's fixed.