18.04.1 missing some packages [closed]











up vote
0
down vote

favorite












New with 18.04.1 can't locate some packages. Packages such as zip install. Under 18.04 everything installs.



sudo apt install openjdk-8-jdk virtualenv python3-pip
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package virtualenv
E: Unable to locate package python3-pip


Not a universe problem:



~>sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.


Clean install (WSL), only operations are:



sudo apt-get update
sudo apt-get upgrade


Any suggestions?










share|improve this question















closed as off-topic by Fabby, karel, pomsky, Zanna, guntbert Nov 30 at 22:44


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This describes a problem that can't be reproduced, that seemingly went away on its own or was only relevant to a very specific period of time. It's off-topic as it's unlikely to help future readers." – Fabby, karel, pomsky, Zanna, guntbert

If this question can be reworded to fit the rules in the help center, please edit the question.













  • Please edit your question to include the complete content of /etc/apt/sources.list
    – user535733
    Nov 29 at 20:56










  • Share the contents of /etc/apt/sources.list.
    – PJ Singh
    Nov 29 at 21:02










  • It seems I dont have enough reputation to paste that many links :(
    – Jack Threadfin
    Nov 29 at 21:50















up vote
0
down vote

favorite












New with 18.04.1 can't locate some packages. Packages such as zip install. Under 18.04 everything installs.



sudo apt install openjdk-8-jdk virtualenv python3-pip
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package virtualenv
E: Unable to locate package python3-pip


Not a universe problem:



~>sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.


Clean install (WSL), only operations are:



sudo apt-get update
sudo apt-get upgrade


Any suggestions?










share|improve this question















closed as off-topic by Fabby, karel, pomsky, Zanna, guntbert Nov 30 at 22:44


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This describes a problem that can't be reproduced, that seemingly went away on its own or was only relevant to a very specific period of time. It's off-topic as it's unlikely to help future readers." – Fabby, karel, pomsky, Zanna, guntbert

If this question can be reworded to fit the rules in the help center, please edit the question.













  • Please edit your question to include the complete content of /etc/apt/sources.list
    – user535733
    Nov 29 at 20:56










  • Share the contents of /etc/apt/sources.list.
    – PJ Singh
    Nov 29 at 21:02










  • It seems I dont have enough reputation to paste that many links :(
    – Jack Threadfin
    Nov 29 at 21:50













up vote
0
down vote

favorite









up vote
0
down vote

favorite











New with 18.04.1 can't locate some packages. Packages such as zip install. Under 18.04 everything installs.



sudo apt install openjdk-8-jdk virtualenv python3-pip
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package virtualenv
E: Unable to locate package python3-pip


Not a universe problem:



~>sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.


Clean install (WSL), only operations are:



sudo apt-get update
sudo apt-get upgrade


Any suggestions?










share|improve this question















New with 18.04.1 can't locate some packages. Packages such as zip install. Under 18.04 everything installs.



sudo apt install openjdk-8-jdk virtualenv python3-pip
E: Unable to locate package openjdk-8-jdk
E: Unable to locate package virtualenv
E: Unable to locate package python3-pip


Not a universe problem:



~>sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.


Clean install (WSL), only operations are:



sudo apt-get update
sudo apt-get upgrade


Any suggestions?







apt 18.04 package-management






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 29 at 20:54

























asked Nov 29 at 20:48









Jack Threadfin

1




1




closed as off-topic by Fabby, karel, pomsky, Zanna, guntbert Nov 30 at 22:44


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This describes a problem that can't be reproduced, that seemingly went away on its own or was only relevant to a very specific period of time. It's off-topic as it's unlikely to help future readers." – Fabby, karel, pomsky, Zanna, guntbert

If this question can be reworded to fit the rules in the help center, please edit the question.




closed as off-topic by Fabby, karel, pomsky, Zanna, guntbert Nov 30 at 22:44


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This describes a problem that can't be reproduced, that seemingly went away on its own or was only relevant to a very specific period of time. It's off-topic as it's unlikely to help future readers." – Fabby, karel, pomsky, Zanna, guntbert

If this question can be reworded to fit the rules in the help center, please edit the question.












  • Please edit your question to include the complete content of /etc/apt/sources.list
    – user535733
    Nov 29 at 20:56










  • Share the contents of /etc/apt/sources.list.
    – PJ Singh
    Nov 29 at 21:02










  • It seems I dont have enough reputation to paste that many links :(
    – Jack Threadfin
    Nov 29 at 21:50


















  • Please edit your question to include the complete content of /etc/apt/sources.list
    – user535733
    Nov 29 at 20:56










  • Share the contents of /etc/apt/sources.list.
    – PJ Singh
    Nov 29 at 21:02










  • It seems I dont have enough reputation to paste that many links :(
    – Jack Threadfin
    Nov 29 at 21:50
















Please edit your question to include the complete content of /etc/apt/sources.list
– user535733
Nov 29 at 20:56




Please edit your question to include the complete content of /etc/apt/sources.list
– user535733
Nov 29 at 20:56












Share the contents of /etc/apt/sources.list.
– PJ Singh
Nov 29 at 21:02




Share the contents of /etc/apt/sources.list.
– PJ Singh
Nov 29 at 21:02












It seems I dont have enough reputation to paste that many links :(
– Jack Threadfin
Nov 29 at 21:50




It seems I dont have enough reputation to paste that many links :(
– Jack Threadfin
Nov 29 at 21:50










2 Answers
2






active

oldest

votes

















up vote
0
down vote













I think you do not have the universe repository enabled.



The file /etc/apt/sources.list should have the following line not commented.



deb http://security.ubuntu.com/ubuntu bionic-security universe


You can use any mirror.






share|improve this answer

















  • 1




    I cant post the contents, but the contents are as you suggest.
    – Jack Threadfin
    Nov 29 at 21:51


















up vote
0
down vote













A full reinstall fixed the problem.



Thanks for your suggestions






share|improve this answer




























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    I think you do not have the universe repository enabled.



    The file /etc/apt/sources.list should have the following line not commented.



    deb http://security.ubuntu.com/ubuntu bionic-security universe


    You can use any mirror.






    share|improve this answer

















    • 1




      I cant post the contents, but the contents are as you suggest.
      – Jack Threadfin
      Nov 29 at 21:51















    up vote
    0
    down vote













    I think you do not have the universe repository enabled.



    The file /etc/apt/sources.list should have the following line not commented.



    deb http://security.ubuntu.com/ubuntu bionic-security universe


    You can use any mirror.






    share|improve this answer

















    • 1




      I cant post the contents, but the contents are as you suggest.
      – Jack Threadfin
      Nov 29 at 21:51













    up vote
    0
    down vote










    up vote
    0
    down vote









    I think you do not have the universe repository enabled.



    The file /etc/apt/sources.list should have the following line not commented.



    deb http://security.ubuntu.com/ubuntu bionic-security universe


    You can use any mirror.






    share|improve this answer












    I think you do not have the universe repository enabled.



    The file /etc/apt/sources.list should have the following line not commented.



    deb http://security.ubuntu.com/ubuntu bionic-security universe


    You can use any mirror.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Nov 29 at 21:10









    Carlos Dagorret

    32815




    32815








    • 1




      I cant post the contents, but the contents are as you suggest.
      – Jack Threadfin
      Nov 29 at 21:51














    • 1




      I cant post the contents, but the contents are as you suggest.
      – Jack Threadfin
      Nov 29 at 21:51








    1




    1




    I cant post the contents, but the contents are as you suggest.
    – Jack Threadfin
    Nov 29 at 21:51




    I cant post the contents, but the contents are as you suggest.
    – Jack Threadfin
    Nov 29 at 21:51












    up vote
    0
    down vote













    A full reinstall fixed the problem.



    Thanks for your suggestions






    share|improve this answer

























      up vote
      0
      down vote













      A full reinstall fixed the problem.



      Thanks for your suggestions






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        A full reinstall fixed the problem.



        Thanks for your suggestions






        share|improve this answer












        A full reinstall fixed the problem.



        Thanks for your suggestions







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 29 at 21:52









        Jack Threadfin

        1




        1















            Popular posts from this blog

            Mouse cursor on multiple screens with different PPI

            Agildo Ribeiro

            Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”