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.
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