Git Product home page Git Product logo

Comments (5)

yossigo avatar yossigo commented on June 3, 2024 1

@rahulsadanandan We've set up a dedicated apt repository now, with direct support for Debian stretch and buster. It's still not officially announced as we want to do some testing first, but will be happy to get any feedback on that.

To use it:

curl https://packages.redis.io/gpg | sudo apt-key add -
echo 'deb https://packages.redis.io/deb <your-distro> main' | sudo tee /etc/apt/sources.list.d/redis.list
apt-get update
apt-get install -V redis

from redis-debian.

yossigo avatar yossigo commented on June 3, 2024

@rahulsadanandan Unfortunately, not at the moment. Ideally we want to have a dedicated apt repo which will also solve other issues but so far haven't had the bandwidth to do that.

What dependencies issues do you see? If 6.0.6 used to work this could be a regression we can somehow address.

from redis-debian.

rahulsadanandan avatar rahulsadanandan commented on June 3, 2024

@yossigo Thanks for the update

here are the dependencies issues that I found

Debian 9 stretch
https://launchpad.net/~redislabs/+archive/ubuntu/redis/+files/redis-tools_6.2.3-1rl1~xenial1_amd64.deb
(dpkg -i redis-tools_6.2.3-1rl1~xenial1_amd64.deb)

redis-tools depends on libssl1.0.0 (>= 1.0.0); however: Package libssl1.0.0 is not installed.

we don’t have the right package in debian 9 repo
https://packages.debian.org/stretch/libssl1.0.2

even if i install libssl1.0.2 it still fails with the same error.

from redis-debian.

yossigo avatar yossigo commented on June 3, 2024

@rahulsadanandan I've just tested the bionic build on Debian 10 and it seems to install fine.

Comparing the redis-tools_6.0.6-3chl1~xenial1_amd64.deb control file with the latest one I see both depend on libssl1.0.0 (>= 1.0.0) so I'm not sure what seems to be the problem. I do see an additional libsystemd0 dependency though.

from redis-debian.

rahulsadanandan avatar rahulsadanandan commented on June 3, 2024

@yossigo Thanks, we will check this and provide feedback.

from redis-debian.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.