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 07-07-2009, 05:13 PM   #1
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Rep: Reputation: Disabled
why doesn't this repository address work?


My Synaptic is trying to load this repository--http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/--so I can download the latest Pidgin, but that URL seems to be wrong. Does anyone know the correct URL? Am I supposed to just find it by looking on that website and finding the correct page? (I'm not sure how I got that repository URL. Oddly, I don't remember entering it.)

If I'm not supposed to use other distros' repositories, I didn't know it. In that case, what do I do when the MEPIS repositories don't have what I need?

Last edited by newbiesforever; 07-07-2009 at 05:22 PM.
 
Old 07-08-2009, 02:24 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Can you post up your sources list so we can see it in context please?
 
Old 07-09-2009, 09:44 PM   #3
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
What, the /etc/apt/sources.list file? It says:
Quote:
# See sources.list(5) for more information

# This file should be edited through synaptic

# MEPIS improvements, overrides and updates--the MEPIS magic
deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main

deb ftp://ftp.debian.org/debian/ lenny main contrib non-free
deb-src ftp://ftp.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free

deb http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib non-free

# Some Debian Multimedia software might be illegal in some jurisdictions
deb http://www.debian-multimedia.org/ lenny main




deb http://archive.ubuntu.com/ubuntu/ Ubuntu unknown
That last one is a repository I just tried to add. After some googling, I thought it was a repository where the latest Pidgin might be. (It doesn't appear to be something I can use. Synaptic gave an error message for it when I reloaded the repositories.)

Last edited by newbiesforever; 07-09-2009 at 09:57 PM.
 
Old 07-09-2009, 09:54 PM   #4
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
what repositories have the latest Pidgin?

Does anyone know a repository that has the latest Pidgin? I want to download it to solve my Yahoo connection problems, but the MEPIS repositories don't have an updated version. (I have no idea where others are getting Pidgin from, and would like to.) My sources.list says I have:
Quote:
# See sources.list(5) for more information

# This file should be edited through synaptic

# MEPIS improvements, overrides and updates--the MEPIS magic
deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main

deb ftp://ftp.debian.org/debian/ lenny main contrib non-free
deb-src ftp://ftp.debian.org/debian/ lenny main contrib non-free

deb http://security.debian.org/ lenny/updates main contrib non-free

deb http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib non-free

# Some Debian Multimedia software might be illegal in some jurisdictions
deb http://www.debian-multimedia.org/ lenny main




deb http://archive.ubuntu.com/ubuntu/ Ubuntu unknown
(The last line, I just added. I thought it was a repository I could use in Synaptic, but I guess it's not. It causes an error message when I reload. That "unknown," I entered because I didn't know what to enter for the section.)

Last edited by newbiesforever; 07-09-2009 at 09:56 PM.
 
Old 07-10-2009, 06:11 AM   #5
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I can manually browse to the directory with the files in there (http://ppa.launchpad.net/pidgin-deve...main/p/pidgin/). Repositories have a particular way of being set up, can you put up the line you were trying to add to get it to work?
 
Old 07-10-2009, 12:24 PM   #6
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
It's academic now, because last night I gave up trying to find repositories, and found and followed some instructions for compiling the latest Pidgin. But the line I tried to add in Synaptic to get it to work was: http://ppa.launchpad.net/pidgin-developers/ppa/ubuntu/ .
 
Old 07-10-2009, 04:30 PM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Do not try to mix Ubuntu and debian packages


Backport it from Sid.
1) Add ONLY a "deb-src ..." line for sid to your sources.list. 2) apt-get update 3) apt-get install build-essential; apt-get build-dep packagename;apt-get -b source packagename; 4) install the resultant debs.
 
Old 07-10-2009, 04:32 PM   #8
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,889
Blog Entries: 28

Rep: Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534Reputation: 534
Like in your other thread DO NOT mix ubuntu and debian repo.

1) Add ONLY a "deb-src ..." line for sid to your sources.list. 2) apt-get update 3) apt-get install build-essential; apt-get build-dep packagename;apt-get -b source packagename; 4) install the resultant debs. To backport pidgin from sid.
 
Old 07-11-2009, 02:46 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I have merged two similar threads---please keep related stuff together
 
Old 07-11-2009, 12:39 PM   #10
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,378

Original Poster
Rep: Reputation: Disabled
Thanks for the LQ etiquette tip. I wasn't sure.
 
Old 08-04-2009, 03:14 AM   #11
archtoad6
Senior Member
 
Registered: Oct 2004
Location: Houston, TX (usa)
Distribution: MEPIS, Debian, Knoppix,
Posts: 4,727
Blog Entries: 15

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by pixellany View Post
I have merged two similar threads---please keep related stuff together
That explains the pair of near duplicate posts. Any chance of tagging the merged in posts to make this clear? Better yet, let the authors merge each pair of posts into one that includes the best wording of, & all the information in, the originals.
 
  


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
yum Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. glowe Linux - Newbie 8 01-13-2016 10:55 PM
Cannot retrieve repository metadata (repomd.xml) for repository ukwho Fedora 6 07-04-2009 03:41 AM
Error: Cannot retrieve repository metadata (repomd.xml) for repository: atrpms. stioanid Linux - Software 3 12-13-2008 01:22 AM
Packman repository does not work Takezo SUSE / openSUSE 13 08-03-2006 11:54 AM
CVS repository running off my IP address ravalox Linux - Networking 2 07-13-2004 01:07 PM

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

All times are GMT -5. The time now is 12:35 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