Mirror Repository Ubuntu 19.10
deb http://kambing.ui.ac.id/ubuntu/ eoan main restricted universe multiverse deb http://kambing.ui.ac.id/ubuntu/ eoan-updates main restricted universe multiverse deb http://kambing.ui.ac.id/ubuntu/ eoan-security main restricted universe multiverse deb http://kambing.ui.ac.id/ubuntu/ eoan-backports main restricted universe multiverse deb http://kambing.ui.ac.id/ubuntu/ eoan-proposed main restricted universe multiverse
Here is what the above code is Doing:
1. We’re creating a new file called sources.list.
2. We’re opening the file in write mode.
3. We’re writing the content of the file.
4. We’re closing the file.