Guake / guake

Drop-down terminal for GNOME
https://guake.github.io
GNU General Public License v2.0
4.37k stars 577 forks source link

How to install latest 3.9.0 from PPA/apt? #2155

Open sylvioalves opened 1 year ago

sylvioalves commented 1 year ago

Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Guake.

For how to run the latest Guake in your computer, please refer to Install from source.

Describe the bug

A clear and concise description of what the bug is.

Expected behavior

A clear and concise description of what you expected to happen.

Actual behavior

What you actually get.

To Reproduce

Provide the steps to reproduce the behavior


Please run $ guake --support, and paste the results here. Don't put backticks (`) around it! The output already contains Markdown formatting. And make sure you run the command OUTSIDE the Guake.

Davidy22 commented 1 year ago

The ppa at https://launchpad.net/~linuxuprising/+archive/ubuntu/guake should have what you need.

carlosromel commented 1 year ago

Hi. Try this (works for 3.9.0 on my Ubuntu 22.04.2).

#!/bin/bash

if [ ! -f /etc/apt/sources.list.d/linuxuprising-ubuntu-guake-jammy.list ]; then
        sudo add-apt-repository ppa:linuxuprising/guake
        sudo apt-get update
fi

sudo apt install guake
Koc commented 4 weeks ago

Not works for me

lsb_release -a
No LSB modules are available.
Distributor ID: Zorin
Description:    Zorin OS 16.3
Release:    16
Codename:   focal

sudo apt install guake
Reading package lists... Done
Building dependency tree       
Reading state information... Done
guake is already the newest version (3.8.1-1~ppa~focal1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.