Kubuntu/Links: Difference between revisions

From KDE Community Wiki
m (removed redundant are)
(Update links for current 19.10 Eoan release)
 
(3 intermediate revisions by 2 users not shown)
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


* Live CDs are available daily: http://cdimage.ubuntu.com/kubuntu/daily-live/current/
* Installation CDs are no longer available from: http://cdimage.ubuntu.com/kubuntu/daily/current/ Instead, you can install from the live CD.


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.
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/cdimage/kubuntu/daily/current/natty-alternate-i386.iso .
{{Input|1=<nowiki>rsync -CvzapP --stats rsync://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso</nowiki>}}
* rsync -CvzapP --stats rsync://cdimage.ubuntu.com/cdimage/kubuntu/daily-live/current/natty-desktop-i386.iso .


or try zsync
or try zsync


* zsync http://cdimage.ubuntu.com/kubuntu/daily/current/natty-alternate-i386.iso.zsync
{{Input|1=<nowiki>zsync http://cdimage.ubuntu.com/kubuntu/daily-live/current/focal-desktop-amd64.iso.zsync</nowiki>}}
* zsync http://cdimage.ubuntu.com/kubuntu/daily-live/current/natty-desktop-i386.iso.zsync


== Weekly DVD Images ==
== 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.
* Twice a week combined install/live DVD images are no longer available from: http://cdimage.ubuntu.com/kubuntu/dvd/current/


== Seeds ==
* '''[https://people.canonical.com/~ubuntu-archive/seeds/kubuntu.eoan/ Kubuntu 19.10 "Eoan" seeds]'''


Kubuntu Seeds are defined desktop and other elements. Germinate turns them into the list of packages that go on the CDs, see SeedManagement.
* '''[https://code.launchpad.net/ubuntu-seeds Ubuntu-Seeds Bazaar repositories]'''


'''Kubuntu Intrepid seeds''': http://people.ubuntu.com/~ubuntu-archive/seeds/kubuntu.natty/
* '''[https://people.canonical.com/~ubuntu-archive/germinate-output/kubuntu.eoan/ Germinate output]'''


'''Seeds bzr repositories''': https://code.launchpad.net/ubuntu-seeds/+branches
== Netboot Images ==
:'''<big>[http://archive.ubuntu.com/ubuntu/dists/eoan/main/installer-amd64/current/images/netboot/ Ubuntu Netboot ISO]</big>'''


'''Germinate output''': http://people.ubuntu.com/~ubuntu-archive/germinate-output/kubuntu.natty/
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>}}


`component-mismatches` lists packages that should be moved between main and universe.
== Debug symbol packages ==
'''Debug packages''': To access the archive of debug symbol packages, add this line to {{Path | /etc/apt/sources.list }}


'''component-mismatches output''': http://people.ubuntu.com/~ubuntu-archive/component-mismatches.txt
{{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


KubuntuDefaults
=== 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).
'''Patches''': https://patches.ubuntu.com/
 
'''Merges todo''': https://merges.ubuntu.com/
 
'''ChangeLogs''': http://changelogs.ubuntu.com/changelogs/pool/
 
'''Uninstallable packages''': http://people.ubuntu.com/~ubuntu-archive/testing/natty_probs.html
 
'''Build Daemons''': https://launchpad.net/+builds/  https://launchpad.net/ubuntu/+builds
 
'''New queue''': https://launchpad.net/ubuntu/natty/+queue
 
'''New packages''': http://people.ubuntu.com/~ubuntu-archive/queue/natty/new/
 
'''Unapproved queue (when we are frozen)''': http://people.ubuntu.com/~tfheen/unapproved-queue/natty/
 
'''Ubuntu Net Install ISO''': http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-i386/current/images/netboot/
To install Kubuntu boot the netinstall iso with "linux preseed/url=http://people.ubuntu.com/~cjwatson/bzr/debian-cd/ubuntu/data/natty/preseed/kubuntu/kubuntu.seed"
 
'''CD Build Logs''': http://people.ubuntu.com/~ubuntu-archive/cd-build-logs/
 
'''Live FS Build Logs''': http://people.ubuntu.com/~ubuntu-archive/livefs-build-logs/natty/kubuntu/
 
'''File Conflicts''': http://people.ubuntu.com/~robertc/possible-conflicts/natty/
 
'''NBS''' packages which are not longer built from source: http://people.ubuntu.com/~ubuntu-archive/NBS/


'''Debug packages''': deb http://ddebs.ubuntu.com/ natty main
* '''[https://people.canonical.com/~ubuntu-archive/component-mismatches.html component-mismatches output]'''

Latest revision as of 15:09, 19 December 2019

Daily CD Images


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

Ubuntu Netboot ISO

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

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).