Score:0

How to get latest xmonad-extras-dev package on Ubuntu 18.04?

us flag

Ubuntu 18.04 provides version 0.13, but I need 0.15 (already available in Ubuntu 20.04).

Is there a PPA for the latest version of this package available for 18.04?

Is it safe to download the .deb and install it myself?

N0rbert avatar
zw flag
This is not possible because of build dependencies - *ghc (>= 8.4.3) libghc-alsa-mixer-dev (>= 0.3)*. These requirements is not satisfiable on 18.04 LTS.
Nmath avatar
ng flag
Does this answer your question? [Why don't the Ubuntu repositories have the latest versions of software?](https://askubuntu.com/questions/151283/why-dont-the-ubuntu-repositories-have-the-latest-versions-of-software)
Score:1
cn flag

You still choose to use Linux LTS release 18.04. That comes with the software packaged for that version. You should be fully safe when installing and using software provided with the distribution.

This is Linux, so it it certainly possible to install software in other ways. That can be through installing .deb packages from elsewhere, adding PPA's, copying executables directly onto your system, or ultimately, by compiling software yourself.

Is it safe? You are on your own. If you know what you do, if the sources you consult are reliable, if you proceed the correct way, etc., you will probably not break your system, or at least not badly.

Specifically on Xmonad: if you did not find a PPA prepared specifically for Ubuntu 18.04, it may not exist. If there is a .deb file, you could try installing it with apt. If apt is able to resolve the dependencies, installation will proceed. If it doesn't, you will have error messages, and installation will not proceed. However, your package management system will not be broken. So that is relatively safe to try.

Be more careful with PPA's. If you add PPA's not designed for your Ubuntu version, your package management may break. And that is sometimes difficult to resolve again.

For sure, there is source code of Xmonad, so skilled linux users can compile. And obviously, you could upgrade the Ubuntu system to have a more recent version of Xmonad.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.