I was wondering if it was possible to install the pantheon desktop from elementary-os on a ubuntu 16.10 ?
thx
I was wondering if it was possible to install the pantheon desktop from elementary-os on a ubuntu 16.10 ?
thx
To install Pantheon DE on 16.10, run following command in order:
sudo add-apt-repository ppa:elementary-os/daily
sudo add-apt-repository ppa:elementary-os/os-patches
sudo add-apt-repository ppa:elementary-os/testing
sudo add-apt-repository ppa:mpstark/elementary-tweaks-daily
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install elementary-theme elementary-icon-theme elementary-default-settings elementary-desktop
Various user reportedly has encountered couple of bugs, since this procedure will install the unstable version. Other than that, it's completely usable and working fine.
edit the source list of elementary os ppa:
sudo nano /etc/apt/sources.list.d/elementary-os-ubuntu-daily-zesty.list
after that change "zesty" or name of version of ubuntu with "xenial" like as:
deb http://ppa.launchpad.net/elementary-os/daily/ubuntu xenial main
# deb-src http://ppa.launchpad.net/elementary-os/daily/ubuntu xenial main
then:
sudo apt-get update
sudo apt-get install pantheon-files
E: The repository 'http://ppa.launchpad.net/elementary-os/testing/ubuntu yakkety Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
– digrouz Jan 13 '17 at 09:52