Here is an example of how to add a sources.list file to the Ubuntu packages repository. Open a terminal window and enter the commands below. $ sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup <enter> $ sudo vi /etc/apt/sources.list <enter> Now add the line: deb http://ppa.launchpad.net/speed-dreams/ppa/ubuntu raring main <enter> :wq $ sudo apt-get update <enter> Now you can … Continue reading Add repository to sources.list file in Ubuntu
Tag: add repository
Install ubuntu restricted extras repository
$ sudo apt-get install ubuntu-restricted-extras <enter> Use this to install the restricted codecs, fonts, and more for your Ubuntu, Xubuntu or Lubuntu Linux installation.
Add a repository *.repo file to yum in Fedora
Download the *.repo file for the repository you want to add. Copy the file to the /etc/yum/repos.d folder. # yum update This will update the repository.