PDA

View Full Version : [ubuntu] Ubuntu 13.04 unity minimize



sudo89
August 10th, 2013, 10:43 AM
Ubuntu 13.04 unity minimize how to ?

Previously I was using. But now is not working

sudo add-apt-repository ppa:garhuy/unity

How else can I do ?

sudo89
August 11th, 2013, 09:14 AM
Help ??

grahammechanical
August 11th, 2013, 04:52 PM
You have added the garhuy/unity PPA to your software sources. Now you need to update the sources list and download and install the packages in the PPA.


sudo apt-get update

sudo apt-get upgrade

Or


sudo apt-get dist-upgrade

Regards.