How to add getdeb repository to sources list?
Subj.
What "deb <URL> <RepositoryName>" must be used?
Question information
- Language:
- Spanish (Chile) Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- ed0t
- Solved:
- 2007-12-08
- Last query:
- 2007-12-08
- Last reply:
- 2007-12-08
|
|
#1 |
GetDeb has no official repository.
If you want http://
If you want to add it open a terminal and:
sudo gedit /etc/apt/
copy and paste this two lines at the end of the file:
## GetDeb repository : http://
deb http://
close gedit and terminal, open synaptic and click on Refresh button.
Probably synaptic will alert you that some repo are not trusted because there isn't a gpg key for this repo.
Remember this is no official GetDeb repository so be careful.
| Alexandr_Gr (alexandr-gridnev) said : | #2 |
thanks ).
| Baptiste Lafontaine (magnetik) said : | #3 |
The repo looks offline ? is it temporary ?
| Harrison Conlin (harrisony) said : | #4 |
the repository is 100% unofficial and we have no control over it (Infact we discourage the use of it)
| Eugene Kravtsoff (ekrava) said : | #5 |
Anybody can create getdeb mirror + repo
currently repo size ~18 Gb
$cat /usr/local/
#!/bin/bash -x
/usr/bin/rsync -av -r --stats --progress --delete-after rsync:/
cd /mnt/
/usr/bin/
/bin/cat getdeb/Packages | /bin/gzip -c >getdeb/Packages.gz
/bin/cat getdeb/Packages | /bin/bzip2 -z -c >getdeb/Packages.bz
/usr/bin/
/bin/cat getdeb/Sources | /bin/gzip -c >getdeb/Sources.gz
/bin/cat getdeb/Sources | /bin/bzip2 -z -c >getdeb/Sources.bz
--
script is tiny and dirty, but work for me
| markor (markoresko) said : | #6 |
So, why don`t we make a public-accessible repository for getdeb?
| Cross (strokemeister) said : | #7 |
Maybe a Repository would be great. Only for testing machines not for production machines.
| Michele Olivo (micheleolivo) said : | #8 |
What do you think about a repository service avaible in launchpad?
Can be used for this idea?
| Michele Olivo (micheleolivo) said : | #9 |
Sorry, i've looked now, the space avaible is only 1gb and it itsn't enought...
