Kubuntu/Links: Difference between revisions
(→Seeds: > zesty) |
RogueScholar (talk | contribs) (Update links for current 19.10 Eoan release) |
||
Line 1: | Line 1: | ||
== Daily CD Images == | == Daily CD Images == | ||
* '''[http://cdimage.ubuntu.com/kubuntu/daily-live/current/ Live / Installation CD images]''' are available daily | |||
If you are likely to use the daily CD again keep it on your hard disk and rsync when needed. | If you are likely to use the daily CD again keep it on your hard disk and rsync when needed. You might want to set up a nightly rsync cron job so will have a fresh daily CD image whenever needed. | ||
{{Input|1=<nowiki>rsync -CvzapP --stats rsync://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso</nowiki>}} | |||
or try zsync | or try zsync | ||
{{Input|1=<nowiki>zsync http://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso.zsync</nowiki>}} | |||
== Seeds == | == Seeds == | ||
Kubuntu Seeds are defined desktop and other elements, <code>germinate</code> turns them into the list of packages that go on the CDs, see SeedManagement. | |||
Kubuntu | * '''[https://people.canonical.com/~ubuntu-archive/seeds/kubuntu.eoan/ Kubuntu 19.10 "Eoan" seeds]''' | ||
''' | * '''[https://code.launchpad.net/ubuntu-seeds Ubuntu-Seeds Bazaar repositories]''' | ||
''' | * '''[https://people.canonical.com/~ubuntu-archive/germinate-output/kubuntu.eoan/ Germinate output]''' | ||
''' | == Netboot Images == | ||
:'''<big>[http://archive.ubuntu.com/ubuntu/dists/eoan/main/installer-amd64/current/images/netboot/ Ubuntu Netboot ISO]</big>''' | |||
To install Kubuntu boot the netinstall iso with | |||
{{Input|1=<syntaxhighlight lang="console" style="white-space:nowrap" colorscheme="native">linux preseed/url=https://people.canonical.com/~cjwatson/bzr/debian-cd/ubuntu/data/eoan/preseed/kubuntu/kubuntu.seed</syntaxhighlight>}} | |||
''' | == Debug symbol packages == | ||
'''Debug packages''': To access the archive of debug symbol packages, add this line to {{Path | /etc/apt/sources.list }} | |||
{{Input|1=<nowiki>deb http://ddebs.ubuntu.com/ eoan main</nowiki>}} | |||
== Other == | == Other == | ||
* '''[https://patches.ubuntu.com/ Patches]''' | |||
* '''[https://merges.ubuntu.com/ Merges ToDo]''' | |||
* '''[https://changelogs.ubuntu.com/changelogs/pool/ ChangeLogs pool]''' | |||
* '''[https://people.canonical.com/~ubuntu-archive/testing/eoan_probs.html Uninstallable packages]''' | |||
* '''[https://launchpad.net/builders/ Launchpad Build Daemons]''' | |||
* '''[https://launchpad.net/ubuntu/+builds?build_text=&build_state=all Ubuntu package build log]''' | |||
* '''[https://launchpad.net/ubuntu/focal/+queue Package upload queue]''' | |||
* '''[https://people.canonical.com/~ubuntu-archive/cd-build-logs/kubuntu/focal/ CD Build Logs]''' | |||
* '''[https://people.canonical.com/~ubuntu-archive/nbs.html NBS packages]''' which are no longer built from source | |||
=== Component mismatches === | |||
A list of packages that should be moved between main (officially maintained by Canonical and the core Ubuntu developers) and universe (packages that are merely compliant with [https://people.canonical.com/~cjwatson/ubuntu-policy/policy.html/ Ubuntu Policy] and maintained by the larger community of Ubuntu Developers). | |||
''' | * '''[https://people.canonical.com/~ubuntu-archive/component-mismatches.html component-mismatches output]''' |
Latest revision as of 15:09, 19 December 2019
Daily CD Images
- Live / Installation CD images are available daily
If you are likely to use the daily CD again keep it on your hard disk and rsync when needed. You might want to set up a nightly rsync cron job so will have a fresh daily CD image whenever needed.
rsync -CvzapP --stats rsync://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso
or try zsync
zsync http://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso.zsync
Seeds
Kubuntu Seeds are defined desktop and other elements, germinate
turns them into the list of packages that go on the CDs, see SeedManagement.
Netboot Images
To install Kubuntu boot the netinstall iso with
linux preseed/url=https://people.canonical.com/~cjwatson/bzr/debian-cd/ubuntu/data/eoan/preseed/kubuntu/kubuntu.seed
Debug symbol packages
Debug packages: To access the archive of debug symbol packages, add this line to /etc/apt/sources.list
deb http://ddebs.ubuntu.com/ eoan main
Other
- Patches
- Merges ToDo
- ChangeLogs pool
- Uninstallable packages
- Launchpad Build Daemons
- Ubuntu package build log
- Package upload queue
- CD Build Logs
- NBS packages which are no longer built from source
Component mismatches
A list of packages that should be moved between main (officially maintained by Canonical and the core Ubuntu developers) and universe (packages that are merely compliant with Ubuntu Policy and maintained by the larger community of Ubuntu Developers).