alghanmi / ubuntu-desktop_setup

Initial setup and customization of an Ubuntu LTS desktop environment
MIT License
50 stars 19 forks source link

Remove Medibutunu Repos #9

Closed alghanmi closed 11 years ago

alghanmi commented 11 years ago

The Medibuntu repos have been depricated. See:

Therefore. the repo should be removed from script

alghanmi commented 11 years ago

To fix the issue for a current installation:

#Remove medibuntu
sudo rm /etc/apt/sources.list.d/medibuntu.list /etc/apt/sources.list.d/medibuntu.list.save

#Add videolan repo keys
wget -q http://download.videolan.org/pub/debian/videolan-apt.asc -O- | apt-key add -

#VideoLan Repos
echo "#VideoLan" | sudo tee /etc/apt/sources.list.d/videolan.list
echo "deb http://download.videolan.org/pub/debian/stable/ /" | sudo tee -a /etc/apt/sources.list.d/videolan.list
echo "deb-src http://download.videolan.org/pub/debian/stable/ /" | sudo tee -a /etc/apt/sources.list.d/videolan.list

Now, Update the repos

sudo aptitude update
sudo aptitude upgrade

sudo /usr/share/doc/libdvdread4/install-css.sh