[GH-ISSUE #66] Cannot install on Debian 8 #38

Open
opened 2026-02-27 22:07:21 +03:00 by kerem · 4 comments
Owner

Originally created by @jdutriaux on GitHub (Apr 8, 2016).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/66

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.

Originally created by @jdutriaux on GitHub (Apr 8, 2016). Original GitHub issue: https://github.com/sibprogrammer/owp/issues/66 Hi, It seems that Ruby 1.8 is not available on Debian 8 :disappointed:. (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.
Author
Owner

@lug-gh commented on GitHub (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

<!-- gh-comment-id:280700564 --> @lug-gh commented on GitHub (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`
Author
Owner

@jdutriaux commented on GitHub (Feb 17, 2017):

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. 😉

<!-- gh-comment-id:280705476 --> @jdutriaux commented on GitHub (Feb 17, 2017): 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. :wink:
Author
Owner

@lug-gh commented on GitHub (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 :)

<!-- gh-comment-id:280719032 --> @lug-gh commented on GitHub (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 :)
Author
Owner

@jdutriaux commented on GitHub (Feb 17, 2017):

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

<!-- gh-comment-id:280719339 --> @jdutriaux commented on GitHub (Feb 17, 2017): K, thanks for the answer =). Hope it will help someone!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#38
No description provided.