https://github.com/sysdev-jay/sources.list-file-ubuntu16.04
This same contents should be in section.list file to be ERROR FREE on sudo apt-get-update.
https://github.com/sysdev-jay/sources.list-file-ubuntu16.04
error-correcting-codes update-script
Last synced: about 2 months ago
JSON representation
This same contents should be in section.list file to be ERROR FREE on sudo apt-get-update.
- Host: GitHub
- URL: https://github.com/sysdev-jay/sources.list-file-ubuntu16.04
- Owner: sysdev-jay
- Created: 2019-03-22T20:02:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T20:13:29.000Z (about 7 years ago)
- Last Synced: 2025-09-13T21:47:13.916Z (7 months ago)
- Topics: error-correcting-codes, update-script
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### sources.list-file-UBUNTU16.04
This same contents should be in sources.list file to be ERROR FREE on sudo apt-get-update.
Follow the instructions:
### open the terminal : $ ctrl+Alt + t
then open sources.list file in gedit :
### $ sudo -H gedit /etc/apt/sources.list
#### Now copy And Paste these below lines to the opened sources.list file :
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner