Install App Grid in Ubuntu (Alternative to Ubuntu Software Center)
This post explains how to install App Grid in Ubuntu. App Grid is an alternative to Ubuntu Software Center. App Grid is a lightweight and stylish alternative to Ubuntu Software Center which shows free and paid apps in a grid view.
There are two methods to install App Grid on Ubuntu. One is using PPA and using Deb file.
Method 1 (using PPA):
You can download latest version of App Grid from Here
sudo add-apt-repository ppa:appgrid/stable sudo apt-get update sudo apt-get install appgrid
Uninstall the App Grid:
sudo add-apt-repository ppa:appgrid/stable --remove sudo apt-get remove appgrid sudo apt-get autoremove
Method 2 (using deb file):
wget http://ppa.launchpad.net/appgrid/stable/ubuntu/pool/main/a/appgrid/appgrid_0.290_all.deb sudo dpkg -i appgrid_0.290_all.deb sudo apt-get install -f
Uninstallation:
sudo apt-get --purge remove appgrid
That’s it!
Also Read: Install AnyDesk on Ubuntu (TeamViewer alternative)
If you like this post and wish to receive more articles from us, please like our FB page: Button
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
[…] Install App Grid in Ubuntu […]
hey can you help me?