Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Not working on Mint 19 - x86_64 #93

Closed
barrosohub opened this issue Dec 12, 2018 · 6 comments
Closed

Not working on Mint 19 - x86_64 #93

barrosohub opened this issue Dec 12, 2018 · 6 comments

Comments

@barrosohub
Copy link

Screen empty after init a call

@javeteam
Copy link

javeteam commented Jan 25, 2019

Try this #67 (comment)

@ayushpahwa
Copy link

ayushpahwa commented Jan 28, 2019

Unable to add ppa in Mint 19
> sudo add-apt-repository ppa:buglloc/brick
HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.

@javeteam
Copy link

javeteam commented Jan 29, 2019

Unable to add ppa in Mint 19
> sudo add-apt-repository ppa:buglloc/brick
HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.

sudo echo "deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main" > /etc/apt/sources.list.d/buglloc-ubuntu-brick-bionic.list
sudo apt-get update && apt-get install brick

@MelnykovOleksii
Copy link

MelnykovOleksii commented Feb 6, 2019

sudo echo "deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main" > /etc/apt/sources.list.d/buglloc-ubuntu-brick-bionic.list

не сработало, но сработало так:
sudo su -c "echo 'deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main' > /etc/apt/sources.list.d/buglloc-ubuntu-brick-bionic.list"

Но при sudo apt-get update && apt-get install brick выдаёт:

Err:8 http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
W: GPG error: http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
E: The repository 'http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease' is not signed.

@panaceya
Copy link

panaceya commented Feb 6, 2019

sudo echo "deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main" > /etc/apt/sources.list.d/buglloc-ubuntu-brick-bionic.list

не сработало, но сработало так:
sudo su -c "echo 'deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main' > /etc/apt/sources.list.d/buglloc-ubuntu-brick-bionic.list"

Но при sudo apt-get update && apt-get install brick выдаёт:
Err:8 http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
W: GPG error: http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
E: The repository 'http://ppa.launchpad.net/buglloc/brick/ubuntu xenial InRelease' is not signed.

Этого будет достаточно
cat /etc/apt/sources.list.d/buglloc-ubuntu-brick-xenial.list:

deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main
# deb-src http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main

PS: мне на 18.04 пришлось собирать из исходников, т.к. приложение крашилось.

@MelnykovOleksii
Copy link

Этого будет достаточно
cat /etc/apt/sources.list.d/buglloc-ubuntu-brick-xenial.list:

deb http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main
# deb-src http://ppa.launchpad.net/buglloc/brick/ubuntu xenial main

PS: мне на 18.04 пришлось собирать из исходников, т.к. приложение крашилось.

Извини, но я тебя не понял.
у меня Mint v19.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants