1. Download the zip package from the official website.
2. After decompression, enter the directory to execute the script:
sudo sh setup.sh
If the following error is encountered, the corresponding dependency package is missing and cannot be found by the current system:
E: Package 'libwebkitgtk-1.0-0' has no installation candidate
Solution:
sudo getdit /etc/apt/sources.list # Open the list of mirror sources
deb http://cz.archive.ubuntu.com/ubuntu bionic main universe # Add the following image source to the file
sudo apt-get update # update
sudo sh setup.sh # re-execute
3. Run
Enter the XMind_amd64 directory and execute the script “./xmind” to run successfully
Read More:
- How to Solve labelme Install Error in Ubuntu
- mysqlclient in Ubuntu: How to Solve mysqlclient Install Error
- How to Solve Mujoco Install Error in Ubuntu (Pycharm Run Error)
- How to Solve Ubuntu “Failed to fetch” Error
- Ubuntu Server: How to Install Chrome
- Ubuntu 20.04 Desktop Install sublime-text Error: “Certificate verification failed”
- Ubuntu20.04 install the ROS noetic version in catkin_Problems in make compilation
- How to Solve Ubuntu20.04 Compile Error:error while loading shared libraries: libncurses.so.5
- [Solved] Ubuntu Server 18.4 System /etc/sudoers: syntax error near line 32
- Linux: How to Solve Rabbitmq Plug-in Install Error
- Ubuntu18.04 Install ROS Error: rosdep update [How to Solve]
- [Solved] Any Softwares Install Error in Ubuntu: /usr/bin/dpkg returned an error code
- [Solved] Ubuntu20.04 Error: “Failed to install the following Android SDK packages as some licences have not..“error
- [Solved] Ubuntu 20.04 install MATLAB and toolbox permissions Error
- [Solved] MAC system brew install error: failure while executing
- Linux Ubuntu ImportError: Libtk8.5.so: cannot open shared object file:No such file Install tkinter Library
- How to Uncompress 7z files on Ubuntu, Debian, Fedora
- ubuntu install package Error: subprocess installed post-installation script returned error exit status 10
- How to Fix Ubuntu(Linux) mount error(22)
- How to Solve Rosep Problem in ROS Initialization (Sudo Rosep Init)