• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Linux apt-get help

netsider

Limp Gawd
Joined
Oct 12, 2004
Messages
466
I'm trying to add terminology to my enlightment/ubuntu 12.04 system. I added the key for terminology using "sudo apt-add-repository ppa:hannes-janetzek/enlightenment-svn", which adds the key successfully. then I run "sudo apt-get update" to update it, and then "sudo apt-get install terminology", but it doesn't locate the package. Does anybody know what im doing wrong? :confused:
 
does 'terminology' exist in /var/lib/apt/lists/whatever-the-heck-the-list-is ?

grep terminology /var/lib/apt/lists/*

There will be some hits by default, which aren't what you want.
 
Try...

sudo apt-cache search terminology

It might come up with the correct package name.
 
"sudo apt-add-repository ppa:hannes-janetzek/enlightenment-svn" Does anybody know what im doing wrong? :confused:

the correct command should be sudo add-apt-repository

you can also install synaptic for easier package management
 
Last edited:
Alright, thanks guys. I haven't had much time to fool around with it much since this post, but I will try that, and post on here any results. Thanks!
 
Back
Top