Good day experts, I am new in Linux and i am using mint OS (Linux Mint 21.2 Victoria \n \l). I am trying to install the zero tier GUI version following this link ([Guide] Zerotier + GUI on Linux Mint / Ubuntu). Everything goes smooth and the very end getting a Note saying N: Download is performed unsandboxed as root as file ‘/home/sunny/Downloads/Zerotier-GUI_Build/ZeroTier-GUI.deb’ couldn’t be accessed by user ‘_apt’. - pkgAcquire::Run (13: Permission denied). After that if i try to run Zero tier gui it gives me an error saying zero tier GUI is not installed. What am i doing worng? Please help. Thanks in advance.
Hi sunny.zaman,
this could solve youre problem as i have testet it out (if not pls reply - ty)
- Fix Permissions:
sudo chmod 644 /home/USER/Downloads/Zerotier-GUI_Build/ZeroTier-GUI.deb
- Install via
dpkg
:
sudo dpkg -i /home/USER/Downloads/Zerotier-GUI_Build/ZeroTier-GUI.deb
sudo apt-get install -f
- Run ZeroTier:
zerotier-gui
That should it be!
Thank you I will give it a go and let you know soon.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.