LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-25-2011, 09:58 PM   #226
superchar42
LQ Newbie
 
Registered: Jan 2005
Location: Michigan
Distribution: Ubuntu 13.04 Testing
Posts: 24

Rep: Reputation: 0

Running MintPPC (based on Debian)

Code:

#############################################################
################### OFFICIAL DEBIAN REPOS ###################
#############################################################

######Created with http://debgen.simplylinux.ch/ ############

###### Debian Main Repos
deb http://ftp.us.debian.org/debian/ squeeze main contrib non-free 

###### Debian Update Repos
deb http://security.debian.org/ squeeze/updates main contrib non-free 
deb-src http://security.debian.org/ squeeze/updates main contrib non-free 

##############################################################
##################### UNOFFICIAL  REPOS ######################
##############################################################

###### 3rd Party Binary Repos

#### Debian Backports - http://backports.debian.org/
deb http://backports.debian.org/debian-backports squeeze-backports main 

#### Debian Multimedia - http://www.debian-multimedia.org/
## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update
deb http://www.debian-multimedia.org stable main non-free

#### Mint PPC Repos
deb http://www.mintppc.org/repository isadora main
deb http://linux.csua.berkeley.edu/debian/ squeeze non-free main contrib
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 07-31-2011, 02:37 AM   #227
infoseeker
LQ Newbie
 
Registered: Dec 2005
Location: South Africa
Distribution: Debian Squeeze KDE version
Posts: 8

Rep: Reputation: 0
I'm running KDE 4.4.5 with the standard sources.list file.
Any way of trying out the later editions? KDE 4.5, 4.6, 4.7 ?
 
Old 07-31-2011, 11:47 AM   #228
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Debian Sid currently has 4.6.5
 
Old 09-09-2011, 04:37 AM   #229
salemeni
Member
 
Registered: Aug 2011
Posts: 64

Rep: Reputation: Disabled
[EDIT]Removed Ubuntu listings[/EDIT]

java socket

Last edited by salemeni; 01-26-2012 at 07:26 AM. Reason: //Removed Ubuntu listing
 
Old 09-09-2011, 05:52 PM   #230
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
And this fits in a thread for Debian just how?
 
Old 09-10-2011, 02:57 PM   #231
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Quote:
Originally Posted by widget View Post
And this fits in a thread for Debian just how?
Gee I have missed this ;-)
 
Old 10-04-2011, 06:36 PM   #232
tadevokle
LQ Newbie
 
Registered: Sep 2011
Distribution: Debian, Fedora
Posts: 9

Rep: Reputation: Disabled
Code:
deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main
#deb http://security.debian.org/ testing/updates main contrib
#deb-src http://security.debian.org/ testing/updates main contrib
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ unstable main

deb http://www.debian-multimedia.org unstable  main

## Elementary
deb http://hadret.rootnode.net/debian/ unstable main
deb-src http://hadret.rootnode.net/debian/ unstable main
The sources.list file from my recent sid install.
 
Old 10-15-2011, 12:46 PM   #233
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Does anyone use the separate .list files under sources.list.d? I've only seen Sidux/Aptosid do this by default, but I haven't seen anyone else use that setup.
 
Old 10-15-2011, 01:53 PM   #234
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
If you install Dropbox it creates a sources.list.d entry and it is a continual nuisance. That is the only time I have had one.
 
Old 10-15-2011, 01:58 PM   #235
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by k3lt01 View Post
If you install Dropbox it creates a sources.list.d entry and it is a continual nuisance. That is the only time I have had one.
Why is it a nuisance? As long as there are no double entries, apt should behave as normal.
 
Old 10-15-2011, 02:07 PM   #236
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
It's a personal preference I suppose, I don't like getting messages telling me that a file is "malformed". I just delete the file and the message goes away and apt works fine.
 
Old 10-15-2011, 02:49 PM   #237
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885

Original Poster
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Quote:
Originally Posted by replica9000 View Post
Does anyone use the separate .list files under sources.list.d? I've only seen Sidux/Aptosid do this by default, but I haven't seen anyone else use that setup.
Only thing I have under sources.list.d is Google's Music Manager

Code:
$ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://ftp.us.debian.org/debian/ unstable main contrib non-free                                               
           deb http://ftp.us.debian.org/debian/ experimental main contrib non-free                                           
           deb http://www.debian-multimedia.org/ unstable main non-free                                                      
           deb http://dl.google.com/linux/chrome/deb/ stable main                                                            
           deb http://dl.google.com/linux/talkplugin/deb/ stable main                                                        
           deb http://deb.opera.com/opera-beta/ stable non-free                                                              
           deb http://mozilla.debian.net/ experimental iceweasel-aurora                                                      
           Active apt sources in file: /etc/apt/sources.list.d/google-musicmanager.list                                      
           deb http://dl.google.com/linux/musicmanager/deb/ stable main
 
Old 10-15-2011, 10:59 PM   #238
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Decided to try using separate *.list files again. Gave me a chance to clean up and better organize my sources.

Code:
$ ls -oh
total 76K
-rw-r--r-- 1 root 437 Oct 15 21:49 bunkus.list
-rw-r--r-- 1 root 410 Oct 15 23:26 cairographics.list
-rw-r--r-- 1 root 361 Oct 15 21:52 cathbard.list
-rw-r--r-- 1 root 955 Oct 15 21:56 debian-maintainers.list
-rw-r--r-- 1 root 389 Oct 15 22:08 debian-multimedia.list
-rw-r--r-- 1 root 885 Oct 15 21:51 debian-testing.list
-rw-r--r-- 1 root 887 Oct 15 21:49 debian-unstable.list
-rw-r--r-- 1 root 307 Oct 15 23:35 frickelplatz.list
-rw-r--r-- 1 root 427 Oct 15 22:30 lamaresh.list
-rw-r--r-- 1 root 505 Oct 15 22:30 linuxmint.list
-rw-r--r-- 1 root 284 Oct 15 22:30 liqourix.list
-rw-r--r-- 1 root 462 Oct 15 22:11 playonlinux.list
-rw-r--r-- 1 root 285 Oct 15 23:08 prodeia.list
-rw-r--r-- 1 root 389 Oct 15 22:14 remastersys.list
-rw-r--r-- 1 root 466 Oct 15 22:30 replica9000.list
-rw-r--r-- 1 root 426 Oct 15 22:22 sidux.list
-rw-r--r-- 1 root 393 Oct 15 23:20 tovid.list
-rw-r--r-- 1 root 460 Oct 15 22:50 videolan.list
-rw-r--r-- 1 root 321 Oct 15 22:30 virtualbox.list
Code:
$ inxi -r
Repos:     Active apt sources in file: /etc/apt/sources.list.d/bunkus.list
           deb http://www.bunkus.org/debian/wheezy/ ./
           deb-src http://www.bunkus.org/debian/wheezy ./
           Active apt sources in file: /etc/apt/sources.list.d/cairographics.list            
           deb http://cairographics.org/packages/debian/ unstable/                           
           deb-src http://cairographics.org/packages/debian/ unstable/                       
           Active apt sources in file: /etc/apt/sources.list.d/cathbard.list                 
           deb ftp://cathbard.com/ ./                                                        
           deb-src ftp://cathbard.com/ ./                                                    
           Active apt sources in file: /etc/apt/sources.list.d/debian-multimedia.list        
           deb http://www.debian-multimedia.org/ unstable main non-free                      
           deb-src http://www.debian-multimedia.org/ unstable main non-free                  
           Active apt sources in file: /etc/apt/sources.list.d/debian-testing.list           
           deb http://debian.lcs.mit.edu/debian/ testing main non-free contrib               
           deb-src http://debian.lcs.mit.edu/debian/ testing main non-free contrib           
           Active apt sources in file: /etc/apt/sources.list.d/debian-unstable.list          
           deb http://debian.lcs.mit.edu/debian/ unstable main non-free contrib              
           deb-src http://debian.lcs.mit.edu/debian/ unstable main non-free contrib          
           Active apt sources in file: /etc/apt/sources.list.d/frickelplatz.list             
           deb http://frickelplatz.de/debian/ unstable main                                  
           Active apt sources in file: /etc/apt/sources.list.d/lamaresh.list                 
           deb http://www.lamaresh.net/apt sid main                                          
           Active apt sources in file: /etc/apt/sources.list.d/linuxmint.list                
           deb http://packages.linuxmint.com/ debian main upstream import                    
           Active apt sources in file: /etc/apt/sources.list.d/liqourix.list                 
           deb http://liquorix.net/debian sid main                                           
           Active apt sources in file: /etc/apt/sources.list.d/playonlinux.list              
           deb http://deb.playonlinux.com/ squeeze main                                      
           Active apt sources in file: /etc/apt/sources.list.d/prodeia.list                  
           deb http://www.prodeia.de/mms/sid/ binary/                                        
           Active apt sources in file: /etc/apt/sources.list.d/remastersys.list              
           deb http://www.geekconnection.org/remastersys/repository/ debian/                 
           Active apt sources in file: /etc/apt/sources.list.d/replica9000.list              
           deb http://replica9000.bizland.com/linux/debian/rep/ unstable main                
           deb-src http://replica9000.bizland.com/linux/debian/rep/ unstable main            
           deb http://replica9000.bizland.com/linux/debian/rep/ experimental main            
           Active apt sources in file: /etc/apt/sources.list.d/sidux.list                    
           deb http://oscar.aptosid.com/debian/ sid main fix.main                            
           deb-src http://oscar.aptosid.com/debian/ sid main fix.main                        
           Active apt sources in file: /etc/apt/sources.list.d/virtualbox.list               
           deb http://download.virtualbox.org/virtualbox/debian/ squeeze contrib non-free
An example of one of my .list files. Set it up to show me the information like where I got it from, why I have it, etc... Probably more useful for 3rd party repositories.
Code:
$ cat debian-unstable.list
### -----------------------------------
# File:  debian-unstable.list
# Revised:  2011.10.15
# Homepage:  http://www.debian.org/
# Description:  Official Debian GNU/Linux Repository
# Target Branch: unstable
#
# deb http://ftp.us.debian.org/debian/ unstable main non-free contrib
# deb-src http://ftp.us.debian.org/debian/ unstable main non-free contrib
#
#
#
# Debian Repository Mirror
# Massachusetts Institute Of Technology - Cambridge, MA - USA
#
  deb http://debian.lcs.mit.edu/debian/ unstable main non-free contrib
  deb-src http://debian.lcs.mit.edu/debian/ unstable main non-free contrib 
#
#
#
# Debian Repository Mirror
# Internap Network Services - Atlanta, GA - USA
#
# deb http://ftp-mirror.internap.com/pub/debian/ unstable main non-free contrib
# deb-src http://ftp-mirror.internap.com/pub/debian/ unstable main non-free contrib
#
### -----------------------------------
 
Old 10-16-2011, 09:37 PM   #239
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885

Original Poster
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
@replica9000 lamaresh hasn't been updated in ages, and sidux no longer exists. Playonlinux is in the normal Debian repos.

What is the http://www.prodeia.de/mms/ repo for?

Last edited by craigevil; 10-16-2011 at 09:40 PM.
 
Old 10-16-2011, 10:37 PM   #240
replica9000
Senior Member
 
Registered: Jul 2006
Distribution: Debian Unstable
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by craigevil View Post
@replica9000 lamaresh hasn't been updated in ages, and sidux no longer exists. Playonlinux is in the normal Debian repos.

What is the http://www.prodeia.de/mms/ repo for?
MMS -My Media System- is an application that manages, displays and plays
media content such as videos, music, pictures, and more. MMS runs
perfectly on anything from a Set-Top-Box connected to your TV-Set, to your
specially tailored multimedia PC and HD display.

lamaresh is a little behind the current wine version, but ahead of the debian repository. Seems the frickelplatz repository is more up to date with wine.

Even though it's 'sidux.list', it contains the repositories for aptosid (formerly sidux). I just haven't renamed it to aptosid.list. I used to use Sidux to install my systems.

When I added playonlinux, it was newer than the debian repo.

And before anyone points out remastersys.list, remastersys is no longer maintained, nor will it install on anything after squeeze as it is superseded by live-build. So I'm removing it.

Yesterday I simply removed repositories that no longer existed, such as google's repo and a few others.
 
  


Reply

Tags
apt, aptitude, aptpinning, debian, debiansid, repositories, sid, sourceslist, synaptic



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
First Post! Unable to compile source code J--Lew Linux - Newbie 5 08-16-2005 03:17 PM
2005 LE Post-install todo list Steel Shepherd Mandriva 7 05-02-2005 01:44 AM
what is the best source to put on apt-get source list j.vilon Debian 3 09-28-2004 08:49 PM
can you post your WORKING contrib source for 9.2 JadeWolf324 Mandriva 1 12-11-2003 10:33 AM
How to post a thread in mailing list? Xiangbuilder General 0 09-06-2003 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 05:26 AM.

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