Installing
-
2. Downloading Light Table for Fedora
Download Light Table for Fedora GNU/Linux
If you are using Firefox then on Prompt Choose “Open with Archive Manager”:
Or After try to Select the Package by the Downloads Button on Top Panel:
Instead, on Google-Chrome simply try to Choose the Package on the Bottom Panel:
-
3. Extracting Light Table Archive
Then Extract Light Table tar.gz into /tmp Directory
If it does Not Open automatically then Double-Click/Right-Click to Open with Archive Manager:
Or from Command Line:tar xvzf ~/Downloads/*.tar.gz -C /tmp/
-
4. Installing Light Table
First, Set the SuperUser as Owner with
sudo chown -R root:root /tmp/lighttable*
And to Set up Light Table Switch to a Directory into System:
sudo mv /tmp/lighttable* /opt/lightTable
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/lightTable/LightTable /usr/local/bin/lightTable
Contents