Hardware Reference
In-Depth Information
NOTE
Adding all the other releases will make apt-get run slower. Here is how I like to disable
them:
bone# cd /etc/apt/sources.list.d
bone# ls
jessie.list sid.list wheezy-backports.list
bone# mkdir hide
bone# mv *.list hide
This moves the files you created earlier into a directory called hide , where apt-get won't
see them. apt-get will now run as before. Later, if needed, you can move them out of the
hide directory.
bone# cd /etc/apt/sources.list.d
bone# mv hide/jessie.list .
Search WWH ::




Custom Search