Ubuntu Forums Archive Viewer

dist-upgrade if there is no ubuntu-ce-wallpapaers

Archived thread 1242101 from Ubuntu Christian Edition. Markdown source: Ubuntu_Christian_Edition/thread_1242101_dist-upgrade_if_there_is_no_ubuntu-ce-wallpapaers.md

Original URL About this archive
#1

If for some reasons you have ubuntu-ce repository but you do not have ubuntu-ce wallpapaers, open terminal and do the following:

sudo apt-get update
sudo apt-get dist-upgrade 

After that, you should remove firehol as it is not needed anymore:


sudo apt-get remove --purge firehol

DK