Results 1 to 6 of 6

Thread: Ubuntu 18.04.3 LTS tty1 problem how to solve

  1. #1
    Join Date
    Mar 2020
    Beans
    1

    Unhappy Ubuntu 18.04.3 LTS tty1 problem how to solve

    i got this problem since i install Jupiter Note, something problem with packages so i add MATPLOTLIB.
    many step i was trying but alway fail.
    some recomend i have to do
    sudo apt-get purge python3.6 then i follow that instruction

    since that i lost my unbuntu desktop, how to fix this. but i dont wanna loss my data et all.

    i tried used
    sudo apt-get ubuntu-desktop but got problem

    its look like that i have to install many things ( firefox,gnome,ibus etc)

    anyone could help me?


  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,616
    Distro
    Ubuntu

    Re: Ubuntu 18.04.3 LTS tty1 problem how to solve

    i tried used
    sudo apt-get ubuntu-desktop but got problem

    its look like that i have to install many things ( firefox,gnome,ibus etc)

    anyone could help me?
    Let it do as it does.

    Removing python3.6 removes a ton of stuff required for the desktop.
    Not sure who or why anyone would recommend it's removal.

    You can cut down some on what will be installed by adding the --no-install-recommends option to the command like
    Code:
    sudo apt-get install --no-install-recommends ubuntu-desktop
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Ubuntu 18.04.3 LTS tty1 problem how to solve

    Here you have a good example of why not to install 18.04 or other kind of outdated software: It takes a lot of tweaking to be brought to a useable state.

    If you do a clean install of 19.10 you will get Python 3.7.5 by default. Plug and play.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  4. #4
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu 18.04.3 LTS tty1 problem how to solve

    This is where I must disagree with friend mörgæs:

    Aside from the odd non-LTS VM that I keep for curiosity and experimentation, I stick to LTS releases exclusively and find life to be far more enjoyable and less stressful as a result. Yes, the software and apps won't be cutting-edge, but the increased stability and enhanced dependability are far more important to me. It's a given that the standard releases have younger body parts. That's the whole point in being a standard release. But they also have more bugs, are less stable and require their own often arcane tweakings to work around issues and unnecessary frustrations. But instead of going through this pain only every two years, it must be done every six months.

    Perhaps it's better to say that the two sorts of releases have their own advantages and drawbacks. LTS are best for people who have no new HW or SW requirements and value stability over the latest and greatest. Standard releases are best for those who have bleeding-edge HW or must use SW that require newer bins and libs. As is true of many things in life, there's no such thing as the "best" in this case because the choice of release is far more dependent on the circumstances of the user than it is on any inherent properties in the releases.

  5. #5
    Join Date
    Mar 2007
    Location
    Promiseland
    Beans
    1,549
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Ubuntu 18.04.3 LTS tty1 problem how to solve

    why not to install 18.04 or other kind of outdated software
    I assumed the '18.04' was a typing mistake.
    Cheers,


    The Linux Command Line at http://linuxcommand.org/

  6. #6
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: Ubuntu 18.04.3 LTS tty1 problem how to solve

    Though still supported it's outdated nevertheless, especially if Python is important.

    I suggest that original poster does a clean install of 19.10, and based upon his findings we can see whether or not it was an easier approach than 18.04.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •