gentakojima / emojione-picker-ubuntu

Emoji picker for Ubuntu based on icons by Emojione
239 stars 14 forks source link

Please add support for Ubuntu 18.04 LTS #35

Open jleaders opened 6 years ago

jleaders commented 6 years ago
Ign:22 http://ppa.launchpad.net/ys/emojione-picker/ubuntu bionic InRelease     
Err:23 http://ppa.launchpad.net/ys/emojione-picker/ubuntu bionic Release
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/ys/emojione-picker/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
cooperka commented 5 years ago

Workaround in the meantime:

Add the following lines to your /etc/apt/sources.list:

# This lets emojione-picker be installed from xenial (16.04).
deb http://ppa.launchpad.net/ys/emojione-picker/ubuntu xenial main

Get rid of the errors coming from the official PPA during apt update:

sudo rm /etc/apt/sources.list.d/ys-ubuntu-emojione-picker-bionic.list*

Install emojione-picker on 18.04:

sudo apt update
sudo apt install emojione-picker -t xenial