Installing
2. Downloading CodeLite
Dowload CodeLite Latest Version for Ubuntu
Grab the Latest Ubuntu Weekly Release.
3. Installing CodeLite
Then to Install CodeLite on Ubuntu
First, access the Download location by default with:cd ~/Downloads
To Check it’s there List the contents with:
ls . | grep CodeLite
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.Finally, to Setup CodeLite:
sudo apt install ./CodeLite*.deb
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.