firstly, in regards to software sources, ubuntu has an app literally called "software sources" where you can just input the APT line into a GUI and add third party repositories with two clicks. with linux mint, there is no such app. you must go into terminal and type out the command
Code: Select all
wget deb http://archive.ubuntu.com/ubuntu/ jaunty main
Code: Select all
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
mQGiBEFLKlcRBACGtTZaNNfZSQ+ffRNujHPKIuZ4B33YwtE7+ObEzcqyJlH8PtYv
Bu8sGoc55l0Sm/Dpx73HBTaov5+796yV0aPc6qW5jVOcCVMasiMlyWVT/FmbHiZH
QcfvWli1MMBGf1tfwjqpKwAhOlM3N79QVG1okZG5k67kkEVbYjLuOFzzIwCguLwe
iIIJdL5SIygQaE0PwL/stysD/j+hJFJPCAHGyscPhAZkBMcXna7f/91HA416F5D1
tW8pzUFYQ0IEYu7FvDLzfqY7Tk4xuajdPLZQcUksjl2V4w+S3lFUboM218wT9o54
x7bZGvDLp0oGpN9Soq0oBPt3LKY2sgN9UCKzhGo8DtNt5yheCFtmJGQxuJaWuDo+
UO5UA/wMPZtwxldLIsstmaW7oBQDCDyNXGJ5TnvgIonwK6vVUKFwYt1TCS/YlMHr
BQYy9EIm85vzkWrsX2ldBA8HOrVo7jgWeVurp3bakeWPMGq1lQVncwOZkQ3XNLym
MTbf/LXvLhOHV+CATWyED6gejL78l3+KSV+oLF16kx9r8K4be7QlU2NvdHQgUml0
Y2hpZSA8c2FyaXRjaGllQHVjZGF2aXMuZWR1PoheBBMRAgAeBQJBx4IWAhsDBgsJ
CAcDAgMVAgMDFgIBAh4BAheAAAoJEFhAMCY4fuJjMqQAnAqz8O3kxSaJ+Pjcsb+R
hAnLhd00AJ9EFMOh4SOAjJTL8Iu5lJ8/c0cDy7QjU2NvdHQgUml0Y2hpZSA8c2Nv
dHRAb3Blbi12b3RlLm9yZz6IWgQTEQIAGgULBwoDBAMVAwIDFgIBAheABQJDgSBv
AhkBAAoJEFhAMCY4fuJjNjYAn1Pw93WBjZL5fNaxi7Jyg9YF1KDrAJ9kVIsrKoLA
C/b24y+jy0DKIW7zd7QhU2NvdHQgUml0Y2hpZSA8c2NvdHRAdHV6YWtleS5jb20+
iF4EExECAB4FAkHHgfkCGwMGCwkIBwMCAxUCAwMWAgECHgECF4AACgkQWEAwJjh+
4mNN3ACdGR7Fu0w5nRPwDnCBEv2R+PzMYU8AoIUd07p6OJwflcbOr7d2S0lG+70u
uQENBEFLKloQBACi5laYdES+P/X34KRhy5i+yd2359qZHhGa37V7HbvgrLWR1f8p
Zgj1kbHpjTMWZPWqxCPrsQddj7F0AHp9Oa46cU0dVkCxnIPegfEz2c+axRDcSxQN
le8zcgzMQPRYPt0gx8eMsyfmUAUGYe08he+M3jLDPFoNu5a6XGZYKvRpowADBQQA
n4lRDd0GZMP8iuS176UlakUqCG86H6VX3fD+lNpSbzwXzXgSGrwVBvL1qPWq6dSV
SkPJXoZsBhLrNIrhjBNnQpCsuJMwdtIvfb/XL/pccl7vUkxjQ4pL8WOiszDNBffz
KwIvGg4/J2bRk85dpXU1z/0G5Aj7ekCjwfXUnMB01bCIRgQYEQIABgUCQUsqWgAK
CRBYQDAmOH7iY/QgAKCiEcdPLEN+i4pLVJtbavPM9JoC3gCgiRB92S16ymPYUZxE
GmakKn8uyWM=
=wtPo
-----END PGP PUBLIC KEY BLOCK-----
kansasnoob wrote:Follow this guide:
https://help.launchpad.net/Packaging/PP ... positories
Do this instead:
Adding the keys in the terminal
If you're used to adding keys to your personal keyring, you'll still want to read this section as we're going to add the PPA's key to apt's keyring.
First up, visit the PPA's overview page. Let's go back to the AWN Testing team's PPA that we were looking at earlier.
Here you can see the fingerprint of the PPA's key. It'll look something like this: B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5. Copy it and then open a terminal.
To add the AWN key, you'd enter this:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5
Replace B0BE17C2A0C914F086B7B8327D2C7A23BF810CD5 with the fingerprint of the PPA key you're dealing with.
this is all good and well, but do i have to type out
Code: Select all
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
secondly, adding and removing software. again, in ubuntu, there is an app that does this called "add/remove applications". in mint there is a program to that effect as well. I've used it to add some software, but i couldn't figure out how to remove it, other than using "synaptic package manager" and searching for it. But i think it would be more convenient to be able to remove software in the same application as adding it, don't you think? Is there a way to remove applications in the software manager as well as adding new ones?
if you read all of this, thank you for your concern. if you can help me out at all, i would be extremely grateful.
thanks.
on0bi