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

Cannot install on Debian 8 #66

Open
jdutriaux opened this issue Apr 8, 2016 · 4 comments
Open

Cannot install on Debian 8 #66

jdutriaux opened this issue Apr 8, 2016 · 4 comments

Comments

@jdutriaux
Copy link

Hi,

It seems that Ruby 1.8 is not available on Debian 8 😞. (Or I don't see how to install it, I can only install 2.1 version.)

It will be awesome to make the panel compatible with newer versions of ruby.

Thanks,
Halfman.

@lug-gh
Copy link

lug-gh commented Feb 17, 2017

have you tried apt-get install ruby1.8

otherwise do it like this:
wget http://ftp.de.debian.org/debian/pool/main/r/ruby1.8/ruby1.8_1.8.7.358-7.1+deb7u3_amd64.deb
wget http://ftp.de.debian.org/debian/pool/main/r/ruby1.8/libruby1.8_1.8.7.358-7.1+deb7u3_amd64.deb
dpkg -i libruby1.8_1.8.7.358-7.1+deb7u3_amd64.deb
dpkg -i ruby1.8_1.8.7.358-7.1+deb7u3_amd64.deb
apt-get -f install

@jdutriaux
Copy link
Author

Hi @lug-gh, thanks for the answer but after nearly one year this issue is not really relevant anymore :(. And it seems that the package you sent is not compatible with Debian 8.

I finally ended by using another web panel.

Just a note about Ruby 1.8 : It is deprecated since Oct. 2011 and no longer maintained since June 2013. 😉

@jdutriaux jdutriaux changed the title Cannont install on Debian 8 Cannot install on Debian 8 Feb 17, 2017
@lug-gh
Copy link

lug-gh commented Feb 17, 2017

ye i noticed that after posting, and it works on debian 8, even if its for 7.
i just tested it, and edited my post above with one more line :)

@jdutriaux
Copy link
Author

K, thanks for the answer =). Hope it will help someone!

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

2 participants