Hello Linux Geeksters. As you may know, ieos 7 is an icon theme having the look of the iOS 7 icons, created for Elementary OS 0.2 Luna.
In this article I will show you how to install the ieos 7 0.1 icon theme on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna and Pear OS 8.
ieos7 0.1 is available via PPA only for Elementary OS 0.2 Luna, Ubuntu 12.04 Precise Pangolin and Linux Mint 13 Maya, so installing it is easy. Just add the ppa, update the local repository index and install the ieos7-icons package. Like this:
$ sudo add-apt-repository ppa:elementary-br/projects
$ sudo apt-get update
$ sudo apt-get install ieos7-icons
To install the ieos7 0.1 Icon Theme on Ubuntu 13.10, Ubuntu 13.04, Ubuntu 12.10, Linux Mint 16, Linux Mint 15, Linux Mint 14 and Pear OS 8, we have to download the ieos7-icons package from launchpad and install it with dpkg:
$ wget -c https://launchpad.net/~elementary-br/+archive/projects/+files/ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
$ sudo dpkg -i ieos7-icons_0.1-0~13~ubuntu12.04.1_all.deb
$ sudo apt-get install -f
Leave a Reply