Nuzair46 / SpotX-Linux

Spotify Ad blocker based on SpotX for Linux
MIT License
760 stars 33 forks source link

Zip not found, please install, exiting. #41

Open 9090H9091 opened 1 year ago

9090H9091 commented 1 year ago

🧐 Have you fully read the README and viewed similar issues?

Сountry of your account

Canada

What is your Spotify Plan?

Free

Do you have Spicetify installed?

No

ℹ Computer information

- Spotify: Spotify-Launcher
- Distro: EndeavourOs (based on arch)
- Shell: kde

📝 Description

I have a distro based on arch linux (endeavour os) I just downloaded spotify using the console (it was opened once and closed) I tried to install spotX using console also it says that a zip wasnt found (i dont know what that means) i searched for fixes putting all sort of commands to my konsole and it doesnt work

🖥️ Terminal Input/Output

[using "bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)"] zip was not found, please install. Exiting...

it was pretty much the same for all of those commands

📸 Screenshots

No response

ZakeyJack commented 1 year ago
sudo apt-get install zip
sudo apt-get update

If you're using another version of Linux, you can find it here.

Then you can run the command

bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)

It's work for me.

Laproxi commented 1 year ago
sudo pacman -S zip

@9090H9091, as @ZakeyJack said: the solution is to install "zip" in the terminal from your package manager.

Issue needs closing, has been irrelevant for months: perhaps a rephrasing in the error catch message, would help people from being mistaken.