Originally posted by MrPlod
View Post
Announcement
Collapse
No announcement yet.
Discover and Updates
Collapse
This topic is closed.
X
X
-
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
-
Originally posted by acheron View PostInstructions for upgrading end of life releases are here: https://help.ubuntu.com/community/EOLUpgrades
Is it a rolling distro?
Not quite, it's a package archive with the latest KDE software on top of a stable base. Unlike rolling distros only the KDE software will be updated continuously.
How do I Update to the Latest Software?
KDE neon does continuous deployment of the latest KDE software which means there are nearly always new versions of our software to update to. We recommend using Plasma Discover's updater which appears in your panel:
If you prefer to use the command line you can use the pkcon command:
pkcon refresh
pkcon update
This will install all new packages and uses the same PackageKit code as Plasma Discover. Some uses of apt do not install new packages which makes it less suitable for KDE neon."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
The update completed. But, changed nothing.
So, I want to do a fresh install.
I've downloaded a fresh 17.10 iso But, I can not find the 'Startup Disk Creator' on kubuntu.
Any ideas?
I downloaded 'Live-USB Install' but that failed to install with a 'Dependency Resolution failed' error
- Top
- Bottom
Comment
-
I was stuck for a while but fortunately I found a USB stick with Mint 16.04 on it. So, I installed that, burnt the Kubuntu 17.10 iso on to it and here I am now on Kubuntu 17.10
I do hope that it was worth the effort!!!
I have to admit that I did have a copy of 17.04 in my download folder, so I assume that I probably put that on my stick by mistake. A lesson learned... get rid of old iso's.
Thanks to Snowhog, if you hadn't spotted it I would still be pulling out my hair. I've even labeled the drive 17.10
- Top
- Bottom
Comment
-
When you can't find dedicated apps to burn an ISO you can use dd:
sudo dd if=path to ISO of=/dev/sdX
or, with a progress bar:
sudo dd if=<path to input file> | pv -s <size e.g. 1377M> | dd of=/dev/sdX
where X is the USB drive which you can determine by using
sudo fdisk -l
NEVER use /dev/sdX1 or some other partition. Usually it's /dev/sdb or /dev/sdc, assuming your HD is /dev/sda"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
Comment