Skip to main content

Converting Ubuntu Core server to GUI - Error: E: Unable to locate package update

Today, I installed a Ubuntu server 16.04 LTS on my test lab. I installed it as a virtual machine on my Hyper-V host. When installation finished, I was presented with the server Core edition. As I am fairly new to Linux OS, I wanted to have Graphical User Interface (GUI).

I went on Internet to find a way to convert my Core server to GUI. I learnt that I need to install ubuntu-desktop package to have GUI.

sudo apt-get install ubuntu-desktop

When I ran this command, I got a following error message:

E: Unable to locate package update

After doing a bit of a research, I found out that I will have to run some more commands to upgrade current package list before trying to install desktop version. I used following command to have GUI version of Ubuntu server.

Use following command to upgrade packages installed on your PC or update your all system. When Prompted, type Y and press Enter key.

Sudo apt-get upgrade

Once you've upgraded your system, run this command to install desktop version, When Prompted, type Y and press Enter key.

Sudo apt-get install ubuntu-desktop

It will install required packages. You can use same command to install other packages. Replace ubuntu-desktop with the name of package you would like to install.

I hope you find this post informative. The more I will learn about Ubuntu server and its administration, I will share further information on it.

Disclaimer: www.TechieTalks.co.uk does not conceal the possibility of error and shortcomings due to human or technical factors. www.TechieTalks.co.uk does not bear responsibility upon any loss or damage arising from conduct or activities related to the use of data and information contained in this blog.

Comments

  1. I tried to sudo the sudo but my root wasn't root, did I not root the root of the linux root properly?

    Pls help friend.

    ReplyDelete
    Replies
    1. Hi,

      Can you please tell us the command you're trying and any error message that came up?

      Regards,
      TechieTalks Team

      Delete
    2. Hi friend.

      I use this one sudo su @root sudo root root sudo.

      There error I get is: "root success".

      Then it wont go away when I try.

      Pls help, is this to do with wsus that I did last week probably?

      Root.

      Delete
    3. Hi,

      I will look in to this and try to provide an answer.

      Regards,
      TechieTalks team

      Delete
  2. How can i download mspaint using the repository on ubuntu?

    ReplyDelete
    Replies
    1. Hi Jimmy,

      I am working on this. I will post an answer of your query once I have tested it on my Ubuntu server.

      Regards,
      TechieTalks Team

      Delete
  3. Or you could do the simple thing and just install the desktop version of Ubuntu - which is EXACTLY the same thing as installing the server version and running the above command.

    n00b!!!

    ReplyDelete
    Replies
    1. Get off my lawn!

      Delete
    2. I still cant download Microsoft Paint.

      Are you going to help me friend or do you not have the technical skills to asssit a fellow IT support personnel.

      Delete
    3. Hi Jimmy,

      I am looking in to this and working on my test lab. I should have an answer asap.

      Regards,
      TechieTalks Team

      Delete

Post a Comment

Popular posts from this blog

Windows 10 phone: This device has been locked for security reasons. Connect your device to a power source for at least two hours, then restart it to try again.

Hi All, this is my very first post on Windows 10 phone. I have a Windows 10 phone. Today, I saw following error message on phone. It didn’t allow me to unlock my phone using 4 digit pin I had set. The “Emergency calls” was the only option available to me. Error: This device has been locked for security reasons. Connect your device to a power source for at least two hours, then restart it to try again. I tried performing soft reboot but it didn’t fix. After doing a bit of research, I found a solution. Make sure that your phone is connected to Internet during this process. To fix this issue, follow these steps: Launch https://account.microsoft.com/devices on a web browser on another PC/Tablet or a smart phone Login using your Microsoft account (it is the same account you’ve used to configure your phone). Once you’ve logged in, Select your phone. On the next page, click on Lock button. A box will appear asking to enter 6 digit pin , a number where you can be reached (op

Fixed: HTC One M8 USB driver doesn’t recognized by Windows 10

Hi friends, recently I upgraded my Windows 7 OS to Windows 10 on my laptop. Everything was working fine until I plugged my HTC One M8 (Android) phone to laptop using USB cable. A message box appeared stating that it could not detect the USB device. I never had any problem when I was using Windows 7. I used to plug my phone to PC using USB cable and access phone storage as USB drive. I typed my query in google and most of the articles suggested that I should installed HTC Sync Manager and then connect my phone. Well, I installed the required application but it did not resolve the issue. Hence, I removed it. This is my 3 rd HTC phone and I started to find out how I can enable USB debugging mode on my phone. This option is hidden by default. To enable this option, follow these steps:  Go to Settings \ About Select Software Information Click on More  option Now, tap on Build number  option six times in a row. A message will be shown saying “ You are now a developer! ” Go

Virtual USB port is missing on Windows 7

Hi All, it has been a long time since I have posted last blog. I was away for a while during Christmas time. Today, I am going to share information about how to get virtual USB port in drop down list while installing local printer (USB) on Windows 7, if it’s not available by default. I followed below steps to add virtual USB port to add USB printer to Windows 7 PC.           Click on Start . Go to Devices and Printers .           Click on Add Printer .           Select Add a local Printer           In Choose a printer port box, select Create a new port option.           From the drop down list, choose Local port and click on Next button.           Port Name dialog box will appear. Type port name USB001 , click on OK           In the step, choose appropriate printer driver from list or provide a driver disk to complete printer driver installation process. I hope you may find this very useful. Disclaimer: www.TechieTalks.co.uk does not conceal the possibility of