The problem/use-case that the feature addresses
A description of the problem that the feature will solve, or the use-case with which the feature will be used.
Description of the feature
A description of what you want to happen.
Alternatives you've considered
Any alternative solutions or features you've considered, including references to existing open and closed feature requests in this repository.
Additional information
Any additional information that is relevant to the feature request.
Comment From: itamarhaber
Hello @kervin521
You can try the following:
sudo add-apt-repository ppa:redislabs/redis && sudo apt-get update && sudo apt-get install redis
Comment From: kervin521
Cannot add PPA: 'ppa:~redislabs/ubuntu/redis'. ERROR: '~redislabs' user or team does not exist.
Comment From: yossigo
The proposed command should work, the ~ char should be omitted. Closing this, please re-open with new information if needed.
Comment From: luisdev
The proposed command should work, the
~char should be omitted. Closing this, please re-open with new information if needed.
@yossigo Please clarify which proposed command you mean?
On WSL Ubuntu 20.04 LTS (GNU/Linux 4.4.0-18362-Microsoft x86_64) I run this command: (with no ~ character anywhere):
sudo add-apt-repository ppa:redislabs/redis
And I get the error:
Cannot add PPA: 'ppa:~redislabs/ubuntu/redis'. ERROR: '~redislabs' user or team does not exist.
How and why is that ~ character being inserted if I'm not including it in my command?
Thanks
UPDATE: It turns out that it was the stupid corporate proxy server that I was connected to that was blocking the connection. After I switched to a different connection I was able to continue and did not get the above error.
Comment From: FarbodShabani
thx @luisdev 🙏🙏🙏🙏
Comment From: nutt318
Same issue here, ended up being our Firewall blocking traffic. thanks @luisdev
Comment From: homavand
first run sudo apt-get install --reinstall ca-certificates then sudo add-apt-repository ppa:redislabs/redis
Comment From: jem003
thx @luisdev! That worked!