Instructions
- 1Open a terminal session.
- 2Type "sudo gedit /etc/apt/sources.list" and press "Enter." This opens the sources.list file in a text editor.
- 3Edit the file as you would any text document. Instead of deleting repositories that you no longer want to use, comment them out by adding "#" in front of them. This lets you easily add them again if you change your mind. Save and close the file when you finish editing.
- 4Type "sudo apt-get update" and press "Enter" to check your new list of repositories for updates to your installed programs.
- 5Type "sudo apt-get upgrade" and press "Enter" to install any updates.
- 1