Upload etc/apt/sources.list.save with huggingface_hub
Browse files- etc/apt/sources.list.save +49 -0
etc/apt/sources.list.save
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
|
2 |
+
# newer versions of the distribution.
|
3 |
+
deb http://archive.ubuntu.com/ubuntu/ focal main restricted
|
4 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted
|
5 |
+
|
6 |
+
## Major bug fix updates produced after the final release of the
|
7 |
+
## distribution.
|
8 |
+
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
|
9 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted
|
10 |
+
|
11 |
+
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
|
12 |
+
## team. Also, please note that software in universe WILL NOT receive any
|
13 |
+
## review or updates from the Ubuntu security team.
|
14 |
+
deb http://archive.ubuntu.com/ubuntu/ focal universe
|
15 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal universe
|
16 |
+
deb http://archive.ubuntu.com/ubuntu/ focal-updates universe
|
17 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates universe
|
18 |
+
|
19 |
+
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
|
20 |
+
## team, and may not be under a free licence. Please satisfy yourself as to
|
21 |
+
## your rights to use the software. Also, please note that software in
|
22 |
+
## multiverse WILL NOT receive any review or updates from the Ubuntu
|
23 |
+
## security team.
|
24 |
+
deb http://archive.ubuntu.com/ubuntu/ focal multiverse
|
25 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal multiverse
|
26 |
+
deb http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
|
27 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal-updates multiverse
|
28 |
+
|
29 |
+
## N.B. software from this repository may not have been tested as
|
30 |
+
## extensively as that contained in the main release, although it includes
|
31 |
+
## newer versions of some applications which may provide useful features.
|
32 |
+
## Also, please note that software in backports WILL NOT receive any review
|
33 |
+
## or updates from the Ubuntu security team.
|
34 |
+
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
35 |
+
# deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
|
36 |
+
|
37 |
+
## Uncomment the following two lines to add software from Canonical's
|
38 |
+
## 'partner' repository.
|
39 |
+
## This software is not part of Ubuntu, but is offered by Canonical and the
|
40 |
+
## respective vendors as a service to Ubuntu users.
|
41 |
+
# deb http://archive.canonical.com/ubuntu focal partner
|
42 |
+
# deb-src http://archive.canonical.com/ubuntu focal partner
|
43 |
+
|
44 |
+
deb http://security.ubuntu.com/ubuntu/ focal-security main restricted
|
45 |
+
# deb-src http://security.ubuntu.com/ubuntu/ focal-security main restricted
|
46 |
+
deb http://security.ubuntu.com/ubuntu/ focal-security universe
|
47 |
+
# deb-src http://security.ubuntu.com/ubuntu/ focal-security universe
|
48 |
+
deb http://security.ubuntu.com/ubuntu/ focal-security multiverse
|
49 |
+
# deb-src http://security.ubuntu.com/ubuntu/ focal-security multiverse
|