Jump to content
Not connected, Your IP: 3.89.116.152
Sign in to follow this  
problem_debian

Eddie on debian = deb: command not found

Recommended Posts

Maby im retarded but I go here https://airvpn.org/linux/
Download the Linux>64bit>debian>graphical ui file
Open terminal copu/paste
user@host:~$ wget -qO - https://eddie.website/repository/keys/eddie_maintainer_gpg.key|sudo apt-key add -
[sudo] password for user:         
OK
user@host:~$ deb http://eddie.website/repository/apt stable main
Could not find the database of available applications, run update-command-not-found as root to fix this
deb: command not found

I tryed going su -
root@host:~# deb: command not found
Could not find the database of available applications, run update-command-not-found as root to fix this
deb:: command not found


but same thing happened  Any suggestions on what i do wrong?

Share this post


Link to post
deb http://eddie.website/repository/apt stable main
This is not a terminal command, it's the syntax of apt.
What is retarted is that debian maintainers didn't make it a command, which could take the arguments
as input and place them it /etc/apt/sources.list.

So you will have to do it manually.
echo "deb http://eddie.website/repository/apt stable main" >> /etc/apt/sources.list
apt update
 

Occasional moderator, sometimes BOFH. Opinions are my own, except when my wife disagrees.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...