WordPress.com is a blogging platform that uses the modified version of WordPress open source cms (content management system) owned and hosted online by Automattic. They offers free and paid WordPress blog hosting services. Using this WordPress desktop App, you can manage your WordPress site easily from your desktop. It act as a full control panel for all your WordPress sites. You can also add your self hosted WordPress site also. Some features are instant page loads and responsive window support. It is available for Windows, MacOS and Linux.
Download WordPress desktop App
Install WordPress desktop App on Ubuntu:
If you like to install it via the .deb package file, then download Linux (.deb) via the above WordPress Desktop download link and save in your Downloads folder. And navigate to your downloaded location. In terminal app (ctrl+alt+t) run below command.
cd Downloads
Then run below apt install command.
sudo apt install ./wordpress.com-linux-deb-7.2.0.deb
Here the downloaded file name is “wordpress.com-linux-deb-7.2.0.deb”. You can change above command according to yours. That’s all. After the installation, click the show applications in the Ubuntu Gnome dock and type WordPress in the search box and click WordPress to open it. Or run it by the below command.
Install WordPress desktop App via Snap:
You can install WordPress desktop App on Ubuntu via snap package file.
Open your terminal app (ctrl+Alt+T) in ubuntu and run the below snap WordPress desktop App installation command. And type the ubuntu password if needed.
sudo snap install wordpress-desktop
The above command will install the WordPress desktop App on your Ubuntu.