Ubuntu

Fix “Can't write to Application Folder” error in Vuze BitTorrent Client

Fix “Can't write to Application Folder” error in Vuze BitTorrent Client

Vuze (previously Azureus) is one of the popular BitTorrent clients out there. It is extremely customizable, provides VPN support, has robust settings and options for ultimate torrent control, and also has remote control ability via the web or mobile app.

I have recently installed it on my Ubuntu 18.10 LTS PC and found some concerns with the settings which I will be discussing in this article.

Before heading to the issue I faced, let me quickly put together steps on how to install the program on your Ubuntu PC.

Installing Vuze BitTorrent Client

Vuze is no longer available in Ubuntu repository, but the good news is it's is available as a Snap Store app.

Step 1) Click “Activities” and launch “Ubuntu Software”.

Step 2) Search for “Vuze” in the Ubuntu Software search box.

Step 3) Click “Install”.

Installing Vuze

Step 4) Enter root password when you see the prompt.

That's it!

The Error… “Can't write to the Application Folder”.

After installing Vuze, you can launch it from Activities search box or from the Applications menu. First time launch will take some time. In a slow system, it could as much as 30 seconds! So be patient.

After the program opens, you may probably see a pop-up saying “Can't write to Application Folder. The folder “/snap/vuze-vs/3/opt/vuze” is not writable. This will prevent future software updates from being applied”.

This error message definitely looks scary as it's apparent that future updates will not progress successfully. Evidently, we must fix it to stay updated.

Thankfully, the error message is clear and looks like it's only an access issue. All we have to do is give necessary write permissions to the concerned directory and everything should be good to go. Here are the complete steps:

Step 1) Launch 'Terminal”. You can use Ctrl+Alt+T shortcut in Ubuntu.

Step 2) Enter the following command and press enter.

Beginner's tip: chmod command in Linux is used to set permissions to the files and folders. -R is used to indicate recursive action, i.e. include objects in subdirectories. -v is verbose for displaying the objects.

sudo chmod 775 -Rv /snap/vuze-vs/3/opt/vuze

Fixing Vuze Folder Access Issue

Step 3) Pay attention to the Terminal and enter the root password when you see the prompt.

Step 4) You should see the lengthy process in the Terminal including some failed objects. It is completely normal. The main directories which are needed should be processed successfully in the end.

Next time when you launch Vuze, you should not see the warning pop-up anymore.

How to Install and Play Doom on Linux
Introduction to Doom The Doom Series originated in the 90s after the release of the original Doom. It was an instant hit and from that time onwards th...
Vulkan for Linux Users
With each new generation of graphics cards, we see game developers push the limits of graphical fidelity and come one step closer to photorealism. But...
OpenTTD vs Simutrans
Creating your own transport simulation can be fun, relaxing and extremely enticing. That's why you need to make sure that you try out as many games as...