Trello Lubuntu 18.04 - Installing
-
2. Downloading Trello for Lubuntu
Download Trello for Lubuntu GNU/Linux
If possible Select directly “Open with Archive Manager”!
-
3. Extracting Trello Archive
Then Extract Trello Zip into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager.
And Make a ‘trello’ Directory before Unzipping it!
Or from Command Line:unzip -d /tmp/trello ~/Downloads/Trello*.zip
But when Downloaded with Firefox maybe to Use instead:
unzip -d /tmp/trello /tmp/mozilla*/Trello*.zip
-
4. Installing Trello
First, Set the SuperUser as Owner with:
sudo chown -R root:root /tmp/trello
And to Set up Switch to a Directory into System:
sudo mv /tmp/trello /opt/trello
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/trello/Trello /usr/local/bin/Trello
Contents