-1

I can't figure this out, under Ubuntu 14.04.1 I've had absolutly no problems. My Printer was fine and my Skype too. Now after I bought a newer PC with UBUNTU 14.04 on I'm just having hassles. Can anyone tell me how I can upgrade. OK it may sound stupid, but I have an SSD now and don't particularly wipe it again, so I only want UPGRADE UBUNTU 14.04 to UBUNTU 14.04.1 . Could anyone assist me ?

1 Answers1

0

Try the below command to upgrade your ubuntu 14.04 to 14.04.1

sudo apt-get update

sudo apt-get dist-upgrade 

If any issues occur try with the below to check whether your machine has 14.04.1

lsb_release -a

Hope this helps to upgrade form 14.04 to 14.04.1

BDRSuite
  • 3,156
  • 1
  • 12
  • 11
  • Thank u very much. Now I have Ubuntu 14.10 on my system. The problem is not solved jet. My Printer and Skype still don't work. – Sebastian C. Dec 26 '14 at 10:03
  • sebastian@sebastian-All-Series:~$ sudo get update [sudo] password for sebastian: sudo: get: command not found sebastian@sebastian-All-Series:~$ sudo get dist-upgrade sudo: get: command not found sebastian@sebastian-All-Series:~$ – Sebastian C. Dec 26 '14 at 22:34