Setting Up Repo
-
2. Adding Beekeeper Studio Repo
Then to Add Beekeeper Studio Apt Repository
Simply execute:echo "deb https://deb.beekeeperstudio.io stable main" | sudo tee /etc/apt/sources.list.d/beekeeper-studio-app.list
Authenticate with the User’s Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo. -
3. Adding Beekeeper Studio GPG Key
Again to Add Beekeeper Studio GPG Signature Key
Do:wget --quiet -O - https://deb.beekeeperstudio.io/beekeeper.key | sudo apt-key add -
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
-
4. Refreshing Apt Sources
Next to Refresh Apt Repo Sources
Play:sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents