Originally posted by mmstick
View Post
Announcement
Collapse
No announcement yet.
Ubuntu 14.04 LTS "Trusty Tahr" Officially Released
Collapse
X
-
All opinions are my own not those of my employer if you know who they are.
-
Kubuntu 14.04 LTS released
At the same time, Kubuntu 14.04 LTS has been released, featuring:
- The latest KDE Applications and Platform, including KDE Connect:
Install KDE Connect on your desktop and your Android mobile phone to integrate the two. Text messages will appear on your screen, files can be shared, your music can be controlled from your phone and your music will be turned off when you receive a phone call.
- Commercial Support.
- Mozilla Firefox 28 as default web browser.
- All new Driver Manager.
More changes (and screenshots :-) ) can be seen in http://www.kubuntu.org/news/kubuntu-14.04
Comment
-
Originally posted by phoronix View PostWe have already written over 100 articles covering Ubuntu 14.04's development with new features
Comment
-
Originally posted by TheSoulz View Posti really dont think so...
To those who want the update now, you can go into software & updates and change the server from your country to the main server, that should work.
If you can wait, it should take about 2 days or so i think.
Take a look at this question on Ask Ubuntu and its most voted answer. Also there are a couple similar questions on the right side under "Linked".
Why is ?No new release found? when upgrading from a LTS to the next?
Steve Langasek Ubuntu Engineering Foundations team manager:
Upgrades between LTS releases are not enabled by default until the first point release, 12.04.1, scheduled for July. It is recommended that most LTS users wait until then before upgrading to 12.04.
However as you can see by looking at the most voted answer to the question above you can force upgrade with one of this commands.
Code:sudo update-manager -d
Code:sudo do-release-upgrade -d
Comment
-
Originally posted by mmstick View PostYou can always do it manually by using sed, update, and dist-upgrade.
Code:sudo sed 's/precise/trusty/g' -i /etc/apt/sources.list sudo sed 's/precise/trusty/g' -i /etc/apt/sources.list.d/* sudo apt-get update sudo apt-get dist-upgrade
Comment
-
Originally posted by Bestia View PostYou really should think so...
Take a look at this question on Ask Ubuntu and its most voted answer. Also there are a couple similar questions on the right side under "Linked".
Why is ?No new release found? when upgrading from a LTS to the next?
Steve Langasek Ubuntu Engineering Foundations team manager:
Then if you want to upgrade from 12.04 LTS to 14.04 LTS you have to use one of this commands:
Code:sudo update-manager -d
Code:sudo do-release-upgrade -d
kinda makes sense, gives them a bit more time to polish i guess.
i dont remember them doing this on other LTS's tho
Comment
Comment