I'm following this tutorial and also this YouTube tutorial.
On executing this command:
sudo apt-get install mac-os-lion-theme mac-os-lion-cursors mac-os-lion-icons
I'm getting this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mac-os-lion-theme
E: Unable to locate package mac-os-lion-cursors
E: Unable to locate package mac-os-lion-icons
Any Idea what I'm doing wrong?
I had the same error but solved it by substituting the following:
for the Cursors, use:
In fact they look better than our old method. for further details: TechyGiene.com
Did the repository get added?
sudo add-apt-repository ppa:noobslab/themes
needs asudo apt-get update
first - you can't forget that. You can verify that the repository was added withls /etc/apt/sources.list.d
, which will show all of the non-standard repositories available.