Trouble installing Beryl on 6.1 with AIGLX

Asked by Nate King

I have been following this guide here to install Beryl:

http://wiki.beryl-project.org/wiki/Install_Beryl_on_Ubuntu_Edgy_with_AIGLX

I have followed the instructions, but when I type in

"sudo apt-get install beryl"

I get

"Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package beryl"

What have I done wrong?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Maurizio Moriconi
Solved:
Last query:
Last reply:
Revision history for this message
Best Maurizio Moriconi (bugman) said :
#1

You must add third-party Beryl repository:

Add this repository using the [WWW] Add Repositories HOWTO
 deb http://ubuntu.beryl-project.org edgy main

Run this commands to add Lupine's key to your trusted keys for repositories.
 wget http://<email address hidden> -O- | sudo apt-key add -

Don't forget to run an update to get the latest repositories.
sudo apt-get update

Try to read this:
https://help.ubuntu.com/community/BerylOnEdgy

Revision history for this message
Nate King (nate7679) said :
#2

User confirmed that the request is solved.

Revision history for this message
Nate King (nate7679) said :
#3

Thanks for your assistance