What programming language is Ubuntu Terminal written in?

This may seem like a very rookie question for you Linux-users, but I just started using Linux. Thanks.

2

2 Answers

gnome-terminal, the standard terminal in Ubuntu, is mainly written in C.

You can see the source code here.

enter image description here

6

The Ubuntu Terminal app, which is/will be used in Unity8 (eg. Ubuntu Phone), is developed at

On this page is states the languages used are:

QML, JavaScript, C++

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like