LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-24-2008, 07:31 PM   #16
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128

Quote:
Originally Posted by vande012 View Post
I understand that this command will install at least a instant messenger program to use the aim protocol or whatever all im saying is you can download a package specifically for debian linux and it is a aim installation. I want to learn how i can use this install that AIM allows you to download they dont just let you download it for fun. I know however that i can simply do it another way this isn't what im trying to do anymore i have made it a quest to do something with the AIM for Debian linux that they allow you to download. Im trying to learn not just oh here goes a command this will make it work and have a nice day. If i was trying to get it setup for that purpose this info you gave me would be great


Cheers

Vande kamps


PS. i did that exact command apt-get install pidgin and it looks as if its working then errors out and says couldn't find package

Cheers
...anyone ever told you that you are confusing? lol

Start here:

1. explain what you are trying to do (install from aim.com download, or from a terminal)

2. if you are trying to use the download, give us the link to the page.

3. post your sources.list (located in /etc/apt/sources.list)

That will help us actually start to help and understand you better.

(side note: root login in gdm is possible, but as you are just starting, it is not a good idea. its a bad habit to get in, and even the most seasoned linux users do not run in root)

Last edited by phantom_cyph; 01-24-2008 at 07:35 PM.
 
Old 01-24-2008, 07:48 PM   #17
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
I know im confusing cause i dont understand it all and its hard for me to spit out the right words to make sense. read the post before this on 1st page it explains a little more i didnt know there was a second page


vandeunix:/etc/apt# ls
apt.conf.d sources.list sources.list.d trustdb.gpg trusted.gpg~
secring.gpg sources.list~ sources.list.save trusted.gpg
vandeunix:/etc/apt# ./sources.list
bash: ./sources.list: Permission denied
vandeunix:/etc/apt# si
bash: si: command not found
vandeunix:/etc/apt# su
vandeunix:/etc/apt# su
vandeunix:/etc/apt# ./sources.list
bash: ./sources.list: Permission denied
vandeunix:/etc/apt#

So im already SU
 
Old 01-24-2008, 07:50 PM   #18
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
Http://www.aim.com

Click downloads and then you will see lower page on right a linux version they offer i tried both versions for Debian

Well first pick the latest and greatest aim

http://www.aim.com/get_aim/linux/latest_linux.adp









so im trying

simple open a terminal , login as root then do apt-get install gaim or pidgin *now*


Ok so i did this and it seemes to work but i guess in the end how come DPKG and apt-get install <filename>
doesnt work how to you open .deb files?

Last edited by vande012; 01-24-2008 at 08:09 PM.
 
Old 01-24-2008, 08:10 PM   #19
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Try:

Code:
user@localhost# su
password: (enter it)
root@localhost# nano /etc/apt/sources.list
note: user and localhost are replaced with your username and hostname.
 
Old 01-24-2008, 08:13 PM   #20
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
For the aim download, I would forget it. There are binaries, yes, but its the ugliest frontend I have ever seen for anything. lol

When we get your sources.list set up, you can just install pidgin, and that will work with aim a lot better, and look nicer.
 
Old 01-24-2008, 09:17 PM   #21
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Add this to your sources.list (deleting duplicates of course). It will expand your repository greatly.
Code:
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

# deb http://ftp.debian.org/debian/ lenny main

#### Some packages
## Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## Debian Multimedia
deb http://www.debian-multimedia.org sid main

## Debian
deb http://ftp.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.debian.org/debian/ sid main contrib non-free

## Debian Lenny Security
# deb http://security.debian.org/ lenny/updates main
# deb-src http://security.debian.org/ lenny/updates main

###Java 6 JRE/SDK (From Official Debian Repository) ###
deb http://ftp.bononia.it/debian etch main contrib non-free
 
Old 01-24-2008, 09:31 PM   #22
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
lol

I would love to open sources.list but it says permission denied lol and i su . Well actually i su and it didnt ask me for password so i would think i am already su? maybe not i open terminal as root terminal
 
Old 01-24-2008, 09:33 PM   #23
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
desktop resoulution

how do i change my resolution ?
 
Old 01-25-2008, 12:42 AM   #24
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by vande012 View Post
how do i change my resolution ?
You should really post separate threads for separate problems. Common sense, really.
 
Old 01-25-2008, 06:24 AM   #25
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Chances are, if you've exited the terminal, you aren't root. Do a "whoami" in the terminal to see what user you are.

This is what it should be like:
Code:
fluxnuk3r@darkstar:~$ su
Password: 
darkstar:/home/fluxnuk3r# whoami
root
darkstar:/home/fluxnuk3r#
If you are root, there is no way you can be denied access to the sources.list file.
 
Old 01-25-2008, 08:57 AM   #26
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
I would say do NOT add these to your sources list.. this list has Unstable repositories enabled and that's not a good place for a new user to be..

The OP is having enough trouble installing a IM client.. I certainly wouldn't want to put him in the unstable branch.. The unstable branch is for those people that are very comfortable with Debian and can fix things when they break, I don't believe this poster has reached that level quite yet.


Quote:
Originally Posted by phantom_cyph View Post
Add this to your sources.list (deleting duplicates of course). It will expand your repository greatly.
Code:
deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

# deb http://ftp.debian.org/debian/ lenny main

#### Some packages
## Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

## Debian Multimedia
deb http://www.debian-multimedia.org sid main

## Debian
deb http://ftp.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.debian.org/debian/ sid main contrib non-free

## Debian Lenny Security
# deb http://security.debian.org/ lenny/updates main
# deb-src http://security.debian.org/ lenny/updates main

###Java 6 JRE/SDK (From Official Debian Repository) ###
deb http://ftp.bononia.it/debian etch main contrib non-free
 
Old 01-26-2008, 01:05 PM   #27
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by farslayer View Post
I would say do NOT add these to your sources list.. this list has Unstable repositories enabled and that's not a good place for a new user to be..

The OP is having enough trouble installing a IM client.. I certainly wouldn't want to put him in the unstable branch.. The unstable branch is for those people that are very comfortable with Debian and can fix things when they break, I don't believe this poster has reached that level quite yet.
understood.
 
Old 01-30-2008, 09:48 PM   #28
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
Well

Well i got it running and i cant focus on AIM right now i want to setup a telnet server on it but i will post another forum in this case according to someone this is common sense !

Cheers
 
Old 02-06-2008, 08:54 AM   #29
vande012
Member
 
Registered: Jul 2007
Location: Carrollton, Texas
Distribution: cent os 7 , windows 7
Posts: 83

Original Poster
Rep: Reputation: 15
source.list

Well if i wanted to add sources to this list
------------------------------------------------------------------
I would say do NOT add these to your sources list.. this list has Unstable repositories enabled and that's not a good place for a new user to be..
------------------------------------------------------------------

i guess i wouldnt want to add all these sources but is that extend my apt-get comman to be able to recognize more?
 
Old 02-06-2008, 01:41 PM   #30
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
It does, yes.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Aim Lespuff Linux - Newbie 1 03-30-2004 07:01 PM
Aim jbates83 Linux - Software 2 03-20-2004 07:13 AM
a better AIM? Underworld Linux - Software 4 08-17-2003 01:32 PM
Looking for help via aim shiggidbug Linux - Newbie 3 01-28-2003 06:01 PM
AIM to ICQ tunedLow General 1 06-25-2002 09:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration