Trying to install glee-dev ubuntu 19.04How do I install libwebkitgtk-1.0-0 on Ubuntu 19.04Updating to Ubuntu 19.04 from 18.10Which codecs does Totem require for H.264 playback in a fresh install of 19.04?Ubuntu 19.04 problems install upgradesHow to fix kernel issue after upgrading from 18.10 to 19.04?Can't install 19.04

Why did quill pens persist until the early 19th century despite the capacity to make metal dip pens?

What are the applications of the Mean Value Theorem?

How is warfare affected when armor has (temporarily) outpaced guns? How can guns compete?

What is the name for a placename that contains what the thing is in a different language?

Is it likely that my lack of post-secondary education is holding my resume back?

Why are VW tail light bulbs listed as 12W / 5W?

What is this hole on the left wing of the Eurofighter Typhoon?

How can I tell if I have simplified my talk too much?

Is there a way in which all the members can be seated?

I can be found near gentle green hills and stony mountains

Can only rich people become president?

Possible ambiguities when using "home" as an adverb? (study home, write home...)

What is really happening in this command?

Which verb means "to pet <an animal>"?

Internals of backup compression with TDE (SQL Server)

Can a stolen Android phone with USB debugging enabled have screen lock bypassed?

Reviewer wants me to do massive amount of work, the result would be a different article. Should I tell that to the editor?

What is the "space grease" used to lubricate the ISS robotic arm? What are the material considerations for it?

What does "a spellcaster level" mean applying to monsters?

Is it possible to build an escalator without iron, with 16th century technology?

Is 2FA via mobile phone still a good idea when phones are the most exposed device?

How to help my son improve without being discouraging?

ASCII Expansion

Convert Unix timestamp to human-readable time



Trying to install glee-dev ubuntu 19.04


How do I install libwebkitgtk-1.0-0 on Ubuntu 19.04Updating to Ubuntu 19.04 from 18.10Which codecs does Totem require for H.264 playback in a fresh install of 19.04?Ubuntu 19.04 problems install upgradesHow to fix kernel issue after upgrading from 18.10 to 19.04?Can't install 19.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I tried install glee-dev using this simple procedure:



sudo apt-get update -y
sudo apt-get install -y glee-dev


But I received an error..."the package is not available" Any idea to solve?



(soccerpy3) pyboss:sudo apt-get install glee-dev 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package glee-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'glee-dev' has no installation candidate
(soccerpy3) pyboss:


*here the output of "sudo apt update" updated, removed all artful repositories.



(soccerpy3) pyboss:sudo apt update 
[sudo] password for nbortolotti:
Hit:1 http://ubuntu.ethz.ch/ubuntu disco InRelease
Hit:2 http://ubuntu.ethz.ch/ubuntu disco-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu disco InRelease
Hit:4 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:5 http://ubuntu.ethz.ch/ubuntu disco-backports InRelease
Hit:6 http://ubuntu.ethz.ch/ubuntu disco-security InRelease
Hit:7 http://ubuntu.ethz.ch/ubuntu disco-proposed InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
(soccerpy3) pyboss:


*here all the info of "/etc/apt/sources.list"



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.

deb http://ubuntu.ethz.ch/ubuntu/ disco-security main restricted
deb http://ubuntu.ethz.ch/ubuntu/ disco-security universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-security multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-proposed multiverse main universe restricted #Not for humans during development stage of release bionic
deb http://security.ubuntu.com/ubuntu disco main


Adding output of "apt show glee-dev"



(soccerpy3) pyboss:apt show glee-dev 
Package: glee-dev
State: not a real package (virtual)
N: Can't select candidate version from package glee-dev as it has no candidate
N: Can't select versions from package 'glee-dev' as it is purely virtual
N: No packages found
(soccerpy3) pyboss:









share|improve this question




























  • I removed -y flags, and it is active universe-repository but... same error when I try to install.

    – Nicolas Bortolotti
    Jun 14 at 16:52











  • @user535733 I added the information requested and also I replaced the error-picture for a english version.

    – Nicolas Bortolotti
    Jun 14 at 17:07











  • ok @user535733 done!

    – Nicolas Bortolotti
    Jun 14 at 17:29






  • 1





    Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

    – user535733
    Jun 14 at 18:56






  • 1





    @NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

    – vidarlo
    Jun 16 at 18:30

















0

















I tried install glee-dev using this simple procedure:



sudo apt-get update -y
sudo apt-get install -y glee-dev


But I received an error..."the package is not available" Any idea to solve?



(soccerpy3) pyboss:sudo apt-get install glee-dev 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package glee-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'glee-dev' has no installation candidate
(soccerpy3) pyboss:


*here the output of "sudo apt update" updated, removed all artful repositories.



(soccerpy3) pyboss:sudo apt update 
[sudo] password for nbortolotti:
Hit:1 http://ubuntu.ethz.ch/ubuntu disco InRelease
Hit:2 http://ubuntu.ethz.ch/ubuntu disco-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu disco InRelease
Hit:4 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:5 http://ubuntu.ethz.ch/ubuntu disco-backports InRelease
Hit:6 http://ubuntu.ethz.ch/ubuntu disco-security InRelease
Hit:7 http://ubuntu.ethz.ch/ubuntu disco-proposed InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
(soccerpy3) pyboss:


*here all the info of "/etc/apt/sources.list"



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.

deb http://ubuntu.ethz.ch/ubuntu/ disco-security main restricted
deb http://ubuntu.ethz.ch/ubuntu/ disco-security universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-security multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-proposed multiverse main universe restricted #Not for humans during development stage of release bionic
deb http://security.ubuntu.com/ubuntu disco main


Adding output of "apt show glee-dev"



(soccerpy3) pyboss:apt show glee-dev 
Package: glee-dev
State: not a real package (virtual)
N: Can't select candidate version from package glee-dev as it has no candidate
N: Can't select versions from package 'glee-dev' as it is purely virtual
N: No packages found
(soccerpy3) pyboss:









share|improve this question




























  • I removed -y flags, and it is active universe-repository but... same error when I try to install.

    – Nicolas Bortolotti
    Jun 14 at 16:52











  • @user535733 I added the information requested and also I replaced the error-picture for a english version.

    – Nicolas Bortolotti
    Jun 14 at 17:07











  • ok @user535733 done!

    – Nicolas Bortolotti
    Jun 14 at 17:29






  • 1





    Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

    – user535733
    Jun 14 at 18:56






  • 1





    @NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

    – vidarlo
    Jun 16 at 18:30













0












0








0








I tried install glee-dev using this simple procedure:



sudo apt-get update -y
sudo apt-get install -y glee-dev


But I received an error..."the package is not available" Any idea to solve?



(soccerpy3) pyboss:sudo apt-get install glee-dev 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package glee-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'glee-dev' has no installation candidate
(soccerpy3) pyboss:


*here the output of "sudo apt update" updated, removed all artful repositories.



(soccerpy3) pyboss:sudo apt update 
[sudo] password for nbortolotti:
Hit:1 http://ubuntu.ethz.ch/ubuntu disco InRelease
Hit:2 http://ubuntu.ethz.ch/ubuntu disco-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu disco InRelease
Hit:4 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:5 http://ubuntu.ethz.ch/ubuntu disco-backports InRelease
Hit:6 http://ubuntu.ethz.ch/ubuntu disco-security InRelease
Hit:7 http://ubuntu.ethz.ch/ubuntu disco-proposed InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
(soccerpy3) pyboss:


*here all the info of "/etc/apt/sources.list"



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.

deb http://ubuntu.ethz.ch/ubuntu/ disco-security main restricted
deb http://ubuntu.ethz.ch/ubuntu/ disco-security universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-security multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-proposed multiverse main universe restricted #Not for humans during development stage of release bionic
deb http://security.ubuntu.com/ubuntu disco main


Adding output of "apt show glee-dev"



(soccerpy3) pyboss:apt show glee-dev 
Package: glee-dev
State: not a real package (virtual)
N: Can't select candidate version from package glee-dev as it has no candidate
N: Can't select versions from package 'glee-dev' as it is purely virtual
N: No packages found
(soccerpy3) pyboss:









share|improve this question

















I tried install glee-dev using this simple procedure:



sudo apt-get update -y
sudo apt-get install -y glee-dev


But I received an error..."the package is not available" Any idea to solve?



(soccerpy3) pyboss:sudo apt-get install glee-dev 
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package glee-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'glee-dev' has no installation candidate
(soccerpy3) pyboss:


*here the output of "sudo apt update" updated, removed all artful repositories.



(soccerpy3) pyboss:sudo apt update 
[sudo] password for nbortolotti:
Hit:1 http://ubuntu.ethz.ch/ubuntu disco InRelease
Hit:2 http://ubuntu.ethz.ch/ubuntu disco-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu disco InRelease
Hit:4 http://packages.microsoft.com/repos/vscode stable InRelease
Hit:5 http://ubuntu.ethz.ch/ubuntu disco-backports InRelease
Hit:6 http://ubuntu.ethz.ch/ubuntu disco-security InRelease
Hit:7 http://ubuntu.ethz.ch/ubuntu disco-proposed InRelease
Ign:8 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:9 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
(soccerpy3) pyboss:


*here all the info of "/etc/apt/sources.list"



# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://ubuntu.ethz.ch/ubuntu/ disco-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.

deb http://ubuntu.ethz.ch/ubuntu/ disco-security main restricted
deb http://ubuntu.ethz.ch/ubuntu/ disco-security universe
deb http://ubuntu.ethz.ch/ubuntu/ disco-security multiverse
deb http://ubuntu.ethz.ch/ubuntu/ disco-proposed multiverse main universe restricted #Not for humans during development stage of release bionic
deb http://security.ubuntu.com/ubuntu disco main


Adding output of "apt show glee-dev"



(soccerpy3) pyboss:apt show glee-dev 
Package: glee-dev
State: not a real package (virtual)
N: Can't select candidate version from package glee-dev as it has no candidate
N: Can't select versions from package 'glee-dev' as it is purely virtual
N: No packages found
(soccerpy3) pyboss:






19.04






share|improve this question
















share|improve this question













share|improve this question




share|improve this question








edited Jun 16 at 16:40







Nicolas Bortolotti

















asked Jun 14 at 15:27









Nicolas BortolottiNicolas Bortolotti

1351 gold badge1 silver badge6 bronze badges




1351 gold badge1 silver badge6 bronze badges















  • I removed -y flags, and it is active universe-repository but... same error when I try to install.

    – Nicolas Bortolotti
    Jun 14 at 16:52











  • @user535733 I added the information requested and also I replaced the error-picture for a english version.

    – Nicolas Bortolotti
    Jun 14 at 17:07











  • ok @user535733 done!

    – Nicolas Bortolotti
    Jun 14 at 17:29






  • 1





    Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

    – user535733
    Jun 14 at 18:56






  • 1





    @NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

    – vidarlo
    Jun 16 at 18:30

















  • I removed -y flags, and it is active universe-repository but... same error when I try to install.

    – Nicolas Bortolotti
    Jun 14 at 16:52











  • @user535733 I added the information requested and also I replaced the error-picture for a english version.

    – Nicolas Bortolotti
    Jun 14 at 17:07











  • ok @user535733 done!

    – Nicolas Bortolotti
    Jun 14 at 17:29






  • 1





    Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

    – user535733
    Jun 14 at 18:56






  • 1





    @NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

    – vidarlo
    Jun 16 at 18:30
















I removed -y flags, and it is active universe-repository but... same error when I try to install.

– Nicolas Bortolotti
Jun 14 at 16:52





I removed -y flags, and it is active universe-repository but... same error when I try to install.

– Nicolas Bortolotti
Jun 14 at 16:52













@user535733 I added the information requested and also I replaced the error-picture for a english version.

– Nicolas Bortolotti
Jun 14 at 17:07





@user535733 I added the information requested and also I replaced the error-picture for a english version.

– Nicolas Bortolotti
Jun 14 at 17:07













ok @user535733 done!

– Nicolas Bortolotti
Jun 14 at 17:29





ok @user535733 done!

– Nicolas Bortolotti
Jun 14 at 17:29




1




1





Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

– user535733
Jun 14 at 18:56





Aha, found it: Glee was dropped from Ubuntu after 18.10 as it seems abandoned upstream. There is no glee, glee-dev, or libglee0g1, etc. packages in 19.04.

– user535733
Jun 14 at 18:56




1




1





@NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

– vidarlo
Jun 16 at 18:30





@NicolasBortolotti Thanks :) It makes it easier for others to read and google as well :)

– vidarlo
Jun 16 at 18:30










1 Answer
1






active

oldest

votes


















1


















glee-dev has been discontinued, but you can install the glee-dev package from 18.10 in 19.04 by manually downloading libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb. Then open the terminal, change directories using cd to the directory containing libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb, and run the following command:



sudo apt install ./libglee0d1_5.4.0-2_amd64.deb 
sudo apt install ./glee-dev_5.4.0-2_amd64.deb





share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );














    draft saved

    draft discarded
















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1151098%2ftrying-to-install-glee-dev-ubuntu-19-04%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown


























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1


















    glee-dev has been discontinued, but you can install the glee-dev package from 18.10 in 19.04 by manually downloading libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb. Then open the terminal, change directories using cd to the directory containing libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb, and run the following command:



    sudo apt install ./libglee0d1_5.4.0-2_amd64.deb 
    sudo apt install ./glee-dev_5.4.0-2_amd64.deb





    share|improve this answer






























      1


















      glee-dev has been discontinued, but you can install the glee-dev package from 18.10 in 19.04 by manually downloading libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb. Then open the terminal, change directories using cd to the directory containing libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb, and run the following command:



      sudo apt install ./libglee0d1_5.4.0-2_amd64.deb 
      sudo apt install ./glee-dev_5.4.0-2_amd64.deb





      share|improve this answer




























        1














        1










        1









        glee-dev has been discontinued, but you can install the glee-dev package from 18.10 in 19.04 by manually downloading libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb. Then open the terminal, change directories using cd to the directory containing libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb, and run the following command:



        sudo apt install ./libglee0d1_5.4.0-2_amd64.deb 
        sudo apt install ./glee-dev_5.4.0-2_amd64.deb





        share|improve this answer














        glee-dev has been discontinued, but you can install the glee-dev package from 18.10 in 19.04 by manually downloading libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb. Then open the terminal, change directories using cd to the directory containing libglee0d1_5.4.0-2_amd64.deb and glee-dev_5.4.0-2_amd64.deb, and run the following command:



        sudo apt install ./libglee0d1_5.4.0-2_amd64.deb 
        sudo apt install ./glee-dev_5.4.0-2_amd64.deb






        share|improve this answer













        share|improve this answer




        share|improve this answer










        answered Jun 14 at 18:59









        karelkarel

        69.3k15 gold badges156 silver badges181 bronze badges




        69.3k15 gold badges156 silver badges181 bronze badges































            draft saved

            draft discarded















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1151098%2ftrying-to-install-glee-dev-ubuntu-19-04%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown









            Popular posts from this blog

            Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

            How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

            Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü