Open In App

How to Install Rust on Termux?

Improve
Improve
Like Article
Like
Save
Share
Report

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.


Last Updated : 06 Dec, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads