How to Install CudaText Code Editor on Ubuntu

CudaText is a free and open source code editor for Windows, macOS, BDS and Linux. It comes with minimap and micromap support, syntax highlight, code tree, code folding and command palette with fuzzy matching. Some other important features are Find/Replace with regular expressions, Multi-carets and multi-selections and plugins support. You can configure CudaText in JSON format. It is released in MPL 2.0 license.

CudaText Code Editor

Download CudaText Code Editor [Linux, macOS, Windows]

Install CudaText Code Editor on Ubuntu

CudaText is available as a deb package file for Ubuntu. Go to the above CudaText Code Editor download page and download the latest CudaText in .deb file format. Save it in your Downloads folder.

Note: You can change the below commands based on your downloaded cudatext file name. Here now its “cudatext_1.214.7.2-1_qt5_amd64.deb”. Open your terminal app (ctrl+alt+t) and run below command to install it.

sudo apt install ./Downloads/cudatext*.deb

{OR]

sudo apt install ./Downloads/cudatext_1.214.7.2-1_qt5_amd64.deb

After that open it via the Show Apps Ubuntu dock menu or via below command in terminal.

cudatext

Install CudaText via Flatpak:

You can also install CudaText via below flatpak install command.

flatpak install flathub io.github.cudatext.CudaText-Qt

And open it using below command.

flatpak run io.github.cudatext.CudaText-Qt

Install CudaText via Snap:

CudaText is also available as a snap package file format. In the terminal run below command to install it.

sudo snap install cudatext
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  How to Check and Analyze Network Routing Tables in Ubuntu

Leave a Reply