PDA

View Full Version : Deleting repositries - help needed please.


ashenrose
September 16th, 2006, 08:20 AM
I mis-copy-pasted the repositry addition for wine (missed the deb and h from the beginning) and now I can't find it to delete it. Can anyone help me please?

ubernoob
September 16th, 2006, 08:24 AM
you mean this one? /etc/apt/sources.list

raldz
September 16th, 2006, 08:26 AM
if you are looking for the list of the repositories, it is located here:

/etc/apt/sources.list

if you want a copy of working repositories, I got mine with Automatix:


## Automatix sources.list
## This is automatically generated by Automatix


####################################
### Official Ubuntu Repositories ###
####################################

# Dapper Final Release Repository
deb http://archive.ubuntu.com/ubuntu dapper main
deb-src http://archive.ubuntu.com/ubuntu dapper main

deb http://archive.ubuntu.com/ubuntu dapper restricted
deb-src http://archive.ubuntu.com/ubuntu dapper restricted

deb http://archive.ubuntu.com/ubuntu dapper universe
deb-src http://archive.ubuntu.com/ubuntu dapper universe

deb http://archive.ubuntu.com/ubuntu dapper multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper multiverse

# Dapper Security Updates
deb http://archive.ubuntu.com/ubuntu dapper-security main
deb-src http://archive.ubuntu.com/ubuntu dapper-security main

deb http://archive.ubuntu.com/ubuntu dapper-security restricted
deb-src http://archive.ubuntu.com/ubuntu dapper-security restricted

deb http://archive.ubuntu.com/ubuntu dapper-security universe
deb-src http://archive.ubuntu.com/ubuntu dapper-security universe

deb http://archive.ubuntu.com/ubuntu dapper-security multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-security multiverse

# Dapper Bugfix Updates
deb http://archive.ubuntu.com/ubuntu dapper-updates main
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main

deb http://archive.ubuntu.com/ubuntu dapper-updates restricted
deb-src http://archive.ubuntu.com/ubuntu dapper-updates restricted

deb http://archive.ubuntu.com/ubuntu dapper-updates universe
deb-src http://archive.ubuntu.com/ubuntu dapper-updates universe

deb http://archive.ubuntu.com/ubuntu dapper-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates multiverse

# Dapper Backports (new software versions, provided by the Ubuntu Backports Project)
#deb http://archive.ubuntu.com/ubuntu dapper-backports main
#deb-src http://archive.ubuntu.com/ubuntu dapper-backports main

#deb http://archive.ubuntu.com/ubuntu dapper-backports restricted
#deb-src http://archive.ubuntu.com/ubuntu dapper-backports restricted

deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

#deb http://archive.ubuntu.com/ubuntu dapper-backports universe
#deb-src http://archive.ubuntu.com/ubuntu dapper-backports universe

#deb http://archive.ubuntu.com/ubuntu dapper-backports multiverse
#deb-src http://archive.ubuntu.com/ubuntu dapper-backports multiverse

deb http://archive.canonical.com/ubuntu dapper-commercial main


##############################
### Automatix Repositories ###
##############################

deb http://www.getautomatix.com/apt dapper main

## created by automatixrepo3
deb http://theli.free.fr/packages/ dapper listen
deb http://people.ubuntu.com/~seb128/deb ./
deb http://dl.google.com/linux/deb/ stable non-free
deb http://www.beerorkid.com/compiz/ dapper main

ashenrose
September 16th, 2006, 08:27 AM
/etc/apt/sources.list: command not found

I don't need the sourxes list, I need to know how to delete a mis-spelled repositry from the synaptic package manager.

Anonii
September 16th, 2006, 08:29 AM
/etc/apt/sources.list: command not found
Reply With Quote


/etc/apt/sources.list is not a command, its a configuration text file. You dont clarify the program that you want to open that file with. So the terminal things that /etc/apt/sources.list is a command.

GNOME : sudo gedit /etc/apt/sources.list
KDE: sudo kwrite /etc/apt/sources.list

Terminal editor: sudo nano /etc/apt/sources.list

ashenrose
September 16th, 2006, 08:36 AM
Ok, thank you. It seems to work now i've deleted it in gedit.