Skip to content
Related Articles
Get the best out of our app
GeeksforGeeks App
Open App
geeksforgeeks
Browser
Continue

Related Articles

How to Install Rust on Termux?

Improve Article
Save Article
Like Article
Improve Article
Save Article
Like Article

Rust is a general-purpose programming language. It is an open-source system programming language. Rust can be installed in Termux. Mainly C# programming language is used in Rust. Rust is famous for its speed, memory safety & parallelism. 

In this article, we will look into the process of installing rust on termux.

Installing Rust on Termux:

Step 1: Open Termux in mobile.

Step 2: Use the below command to  install rust on termux:

pkg install rust

download and install rust on  termux

Step 3: Press Y to continue & wait for some time.

confirm installation of rust on termux

Step 4: Then Progress will start & wait till finishes.

installing rust on termux

Step 5: After that installation will be completed. 

installation completed

Step 6: Now use the below command to verify the installation:

rustc --version

verify rust installation on termux

Hence installation is successful.

My Personal Notes arrow_drop_up
Last Updated : 06 Dec, 2021
Like Article
Save Article
Similar Reads