Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instruction missing #62

Open
orbitalchicken opened this issue Jun 29, 2020 · 3 comments
Open

Installation instruction missing #62

orbitalchicken opened this issue Jun 29, 2020 · 3 comments

Comments

@orbitalchicken
Copy link

orbitalchicken commented Jun 29, 2020

Could you please explain in the Readme how to install ICE in other distros (ubuntu, mint, etc)

@pizzadude
Copy link

mkdir ~/src
cd src
git clone https://github.com/peppermintos/ice
cd ice

Then just copy the files to their equivalent directories.

@JuPlutonic
Copy link

JuPlutonic commented Aug 29, 2020

The @pizzadude 's answer is quite pythonish/linux-literated (you need to have couple of talents to find and install ICE dependencies and Python eggs, using dh_* because repo for building debs/deb-package structure/knowing of FHS).

Outdated but easiest way: (deb-based ubuntu, mint, etc)


ArchLinux based OSes (Arch, Manjaro & Apricity-OS use AUR ).
RPM-based Fedora, openSUSE, downloading and converting to rpm with alien -r ice_6.0.7_all.deb(alien is installing with sudo yum install alien) and installing it's dependencies and it's converted pakage is the easiest way (Dependencies are installing with sudo yum install git python3 python3-gi python3-requests python3-bs4. Converted package with rpm -Uvh ice_6.0.7_all.rpm.
For rest the AppImage is easiest way #32 (comment)

@leogama
Copy link

leogama commented Feb 25, 2021

Successfully installed the lastest release on Ubuntu 20.04 "Focal Fossa" from this PeppermintOS PPA. The other few packages listed in the PPA shouldn't conflict with Ubuntu packages at least for version 20.04+. I had just to substitute focal for bionic on the APT sources file. Here are the steps:

sudo add-apt-repository --no-update ppa:peppermintos/p10-respin
sudo sed -i s/focal/bionic/ /etc/apt/sources.list.d/peppermintos-ubuntu-p10-respin-focal.list
sudo apt update
sudo apt install ice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants