

If you don't have, then install it using this command : sudo apt-get install libgconf2-4Īs of today, Trello does not have a native Linux app. Put the shortcut on your desktop using the system file manager or the command below, and use it to start the program : sudo chmod +x /usr/share/applications/sktopĪfter this make sure that you have libgconf2-4 installed in your system. You can now use trello, type trello in the terminal to launch it, or you can create a desktop shortcut as given below.Ĭreate a shortcut to facilitate program execution : sudo ln -sf /opt/trello/Trello /usr/bin/trelloĬreate a launcher for the program by running the command below : echo -e '\n Version=1.0\n Name=trello\n Exec=/opt/trello/Trello\n Icon=/opt/trello/resources/app/static/Icon.png\n Type=Application\n Categories=Application' | sudo tee /usr/share/applications/sktop Use the following commands to install the downloaded file : sudo mkdir /opt/trello Use the command below to download the software : wget -O trello.zip As it is not available officially, you have to download it from this git repository link to repo.
