How to Display Memory RAM Information Using Ramfetch In Ubuntu

Ramfetch is a free and open source command-line application for Linux. Using Ramfetch, you can fetch your system RAM Memory information using /proc/meminfo and display the details in your terminal application. It is a shell script and released under MIT License. Some other similar fetch programs are Neofetch and Screenfetch.

Ramfetch

How to Install ramfetch in Ubuntu

To install the latest version of ramfetch, open your terminal command-line application and run below commands one by one.

git clone https://github.com/WhoseTheNerd/ramfetch
sudo cp ramfetch/ramfetch /usr/local/bin/
sudo chmod +x /usr/local/bin/ramfetch

After the successful installation of ramfetch, you can run it using below command.

ramfetch

If you want to uninstall ramfetch then follow below command in terminal.

sudo rm /usr/local/bin/ramfetch
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:  Bugdom 2 Action Adventure Game

Leave a Reply