Sherlock: The install script only works on Debian based Linux distros

Created on 4 Jan 2019  路  9Comments  路  Source: sherlock-project/sherlock

There is a bash script which installs all of the packages automatically and that is great! But there is one drawback though, it wont work in Arch based distros (Manjaro, ArchLabs, etc). That is because those distros use pacman instead of apt to download the packages.

In my opinion, I dont think that it is good idea to have that script unless we add support to other distros as well.

bug

Most helpful comment

I think this issue has been solved as #92 is merged to master.

All 9 comments

@theodosisathanasakis

I din't think that. Let me give it a try for the basic distos and I'll let you know.

I din't think that. Let me give it a try for the basic distos and I'll let you know.

I agree with @sdushantha. Actually, we don't need to use the install script. (If it's required for someone, it has to write an installation script for each distribution.

Fedora: Yum(DNF)
OpenSuse: Zypper
Arch: Pacman
And etc...

Just a note, I dont think everyone wants to download the dependencies globally. Some might want to download them locally.

Global Install

pip3 install xyz

Local Install

pip3 install --user xyz

Just a note, I dont think everyone wants to download the dependencies globally. Some might want to download them locally.

Ok, so do you want me to add a question before "_pip3 install_" commands?

@theodosisathanasakis
Yeah, that would be nice

@sdushantha It's done!

I think this issue has been solved as #92 is merged to master.

Closed by #92

Was this page helpful?
0 / 5 - 0 ratings

Related issues

manishyadav1400 picture manishyadav1400  路  7Comments

fntkg picture fntkg  路  4Comments

plgrazon picture plgrazon  路  6Comments

Czechball picture Czechball  路  4Comments

nareddyt picture nareddyt  路  4Comments