-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to install insync on Ubuntu 22.04 #901
Comments
Hello there 👋 In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻 You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel. |
Fixed it with the command from PR #731 mkdir -p /root/.gnupg
sudo gpg --no-default-keyring --keyring /usr/share/keyrings/insync-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv A684470CACCAF35C Gives: gpg: WARNING: unsafe permissions on homedir '/root/.gnupg'
gpg: keybox '/usr/share/keyrings/insync-archive-keyring.gpg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key A684470CACCAF35C: public key "Insynchq Inc <services@insynchq.com>" imported
gpg: Total number processed: 1
gpg: imported: 1 Now I'm able to install successfully: deb-get install insync Gives: [+] Updating: /etc/apt/sources.list.d/insync.list
Get:1 http://apt.insync.io/ubuntu jammy InRelease [5,535 B]
Get:2 http://apt.insync.io/ubuntu jammy/non-free amd64 Packages [842 B]
Get:3 http://apt.insync.io/ubuntu jammy/contrib amd64 Packages [1,524 B]
Fetched 7,901 B in 0s (28.6 kB/s)
Reading package lists... Done
Selecting previously unselected package insync. |
The root problem was that you didn't have the '/root/.gnupg' directory. |
Reporting a bug 🐛
Expected behavior
I have a fresh Ubuntu 22.04 machine, fresh deb-get install.
Insync should install successfully.
Other packages such as sublime-merge or zotero install successfully.
Actual behavior
Steps to reproduce
Run
deb-get install insync
System information
/etc/os-release
/etc/lsb-release
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS
deb-get version
deb-get update
The text was updated successfully, but these errors were encountered: