Re: Is this sources.list correct?

2017-05-22 Thread Lisi Reisz
On Monday 22 May 2017 21:11:48 Michael Milliman wrote:
> On 05/22/2017 06:21 AM, Fungi4All wrote:
> >>  Original Message 
> >> Subject: Re: Is this sources.list correct?
> >> UTC Time: May 22, 2017 6:09 AM
> >> From: compro...@list.comprofix.com
> >> fjfj...@protonmail.com
> >>
> >> On Mon, May 22, 2017 at 12:45:05AM -0400, Fjfj109 wrote:
> >> > On Stretch, upgraded from Jessie. https://paste.debian.net/933553/
> >>
> >> When updating from Jessie to Stretch. Just replace all the 'Jessie'
> >> references in your /etc/apt/sources.list file to 'Stretch'
> >>
> >> You can do this with a quick sed (backup your sources.list first):
> >>
> >> sed -i 's|jessie|stretch|g' /etc/apt/sources.list
> >>
> >> Your sources look OK. I compared them to a Jessie one that I have and
> >> other than the repo you are referencing looks good.
> >
> > This is an optional addition to consider:
> > http://ftp.debian.org/debian/dists/stretch-backports/
> >
> > https://backports.debian.org/ read some before you decide
>
> You might also consider adding contrib and/or non-free to the lines in
> your souces.list file.  Many people have issues with non-free,
> nevertheless, there are some packages that are of use in both of these
> sections of the repositories.  Just add the words contrib non-free after
> main in each line (separated by spaces).
>
> >> Thanks
> >> Matt
> >
> > AK

For the archives, since pastes do not endure, this is the sources list:
---
  GNU nano 2.7.4
  
File: /etc/apt/sources.list 
   

# 

# deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 NETINST Binary-1 
20170506-14:10]/ jessie main

#deb cdrom:[Debian GNU/Linux 8.8.0 _Jessie_ - Official amd64 NETINST Binary-1 
20170506-14:10]/ jessie main

deb http://ftp.ca.debian.org/debian/ stretch main

deb http://security.debian.org/ stretch/updates main


# stretch-updates, previously known as 'volatile'
deb http://ftp.ca.debian.org/debian/ stretch-updates main

---
HTH
Lisi



Re: Is this sources.list correct?

2017-05-22 Thread Michael Milliman


On 05/22/2017 06:21 AM, Fungi4All wrote:
> 
>>  Original Message 
>> Subject: Re: Is this sources.list correct?
>> UTC Time: May 22, 2017 6:09 AM
>> From: compro...@list.comprofix.com
>> fjfj...@protonmail.com
>>
>> On Mon, May 22, 2017 at 12:45:05AM -0400, Fjfj109 wrote:
>> > On Stretch, upgraded from Jessie. https://paste.debian.net/933553/
>>
>> When updating from Jessie to Stretch. Just replace all the 'Jessie'
>> references in your /etc/apt/sources.list file to 'Stretch'
>>
>> You can do this with a quick sed (backup your sources.list first):
>>
>> sed -i 's|jessie|stretch|g' /etc/apt/sources.list
>>
>> Your sources look OK. I compared them to a Jessie one that I have and
>> other than the repo you are referencing looks good.
> 
> This is an optional addition to consider:
> http://ftp.debian.org/debian/dists/stretch-backports/
> 
> https://backports.debian.org/ read some before you decide
>>
You might also consider adding contrib and/or non-free to the lines in
your souces.list file.  Many people have issues with non-free,
nevertheless, there are some packages that are of use in both of these
sections of the repositories.  Just add the words contrib non-free after
main in each line (separated by spaces).
>> Thanks
>> Matt
>>
> AK

-- 
73's,
WB5VQX -- The Very Quick X-ray



Re: Is this sources.list correct?

2017-05-22 Thread Dejan Jocic
On 22-05-17, Fungi4All wrote:
>  Original Message 
> Subject: Re: Is this sources.list correct?
> UTC Time: May 22, 2017 6:09 AM
> From: compro...@list.comprofix.com
> fjfj...@protonmail.com
> 
> On Mon, May 22, 2017 at 12:45:05AM -0400, Fjfj109 wrote:
> > On Stretch, upgraded from Jessie. https://paste.debian.net/933553/
> 
> When updating from Jessie to Stretch. Just replace all the 'Jessie' 
> references in your /etc/apt/sources.list file to 'Stretch'
> 
> You can do this with a quick sed (backup your sources.list first):
> 
> sed -i 's|jessie|stretch|g' /etc/apt/sources.list
> 
> Your sources look OK. I compared them to a Jessie one that I have and other 
> than the repo you are referencing looks good.
> 
> This is an optional addition to consider:
> http://ftp.debian.org/debian/dists/stretch-backports/
> 
> https://backports.debian.org/ read some before you decide
> 
> Thanks
> Matt
> 
> AK

Or, even better, you can use slight change in that sed command to get
both changed sources.list and backup:

#sed -i.bak 's/jessie/stretch/g' /etc/apt/sources.list

will get you changed sources.list and old sources.list.bak file. Of
course, you can change that .bak with your preferred suffix for back up
files.






Re: Is this sources.list correct?

2017-05-22 Thread Fungi4All
 Original Message 
Subject: Re: Is this sources.list correct?
UTC Time: May 22, 2017 6:09 AM
From: compro...@list.comprofix.com
fjfj...@protonmail.com

On Mon, May 22, 2017 at 12:45:05AM -0400, Fjfj109 wrote:
> On Stretch, upgraded from Jessie. https://paste.debian.net/933553/

When updating from Jessie to Stretch. Just replace all the 'Jessie' references 
in your /etc/apt/sources.list file to 'Stretch'

You can do this with a quick sed (backup your sources.list first):

sed -i 's|jessie|stretch|g' /etc/apt/sources.list

Your sources look OK. I compared them to a Jessie one that I have and other 
than the repo you are referencing looks good.

This is an optional addition to consider:
http://ftp.debian.org/debian/dists/stretch-backports/

https://backports.debian.org/ read some before you decide

Thanks
Matt

AK

Re: Is this sources.list correct?

2017-05-22 Thread Matthew McKinnon
On Mon, May 22, 2017 at 12:45:05AM -0400, Fjfj109 wrote:
> On Stretch, upgraded from Jessie. https://paste.debian.net/933553/

When updating from Jessie to Stretch. Just replace all the 'Jessie' references 
in your /etc/apt/sources.list file to 'Stretch'

You can do this with a quick sed (backup your sources.list first):
  
  sed -i 's|jessie|stretch|g' /etc/apt/sources.list

Your sources look OK. I compared them to a Jessie one that I have and other 
than the repo you are referencing looks good.


Thanks
Matt



Is this sources.list correct?

2017-05-21 Thread Fjfj109
On Stretch, upgraded from Jessie. https://paste.debian.net/933553/

apt-get : sources.list correct?

2003-07-06 Thread Patrick Carabin
Quand je cherche avec mozilla, je trouve un paquet « 
xpdf-utils ». Quand je veux le télécharger et l'installer 
avec « apt-get install --reinstall xpdf-utils » , je 
ramasse une erreur «Sorry, re-installation of xpdf-utils is 
not possible, it cannot be downloaded.»

dans « sources.list », j'ai pour debian-security ( où se 
trouve pour une raison obscure xpdf ) :
 deb http://security.debian.org/ stable/updates main 

et là il trouve BIEN xpdf soi-même, mais PAS les autres 
paquets : xpdf-utils, xpdf-common, xpdf-reader ...

Comment dois-je faire pour les trouver? J'ai essayé 
plusieurs variantes de « sources.list » , je n'ai pas 
réussi à trouver qqch qu marche.

Je vous en remercie à l'avance

Patrick Carabin.



Re: apt-get : sources.list correct?

2003-07-06 Thread Frédéric Bothamy
* Patrick Carabin [EMAIL PROTECTED] [2003-07-06 16:51] :
 Quand je cherche avec mozilla, je trouve un paquet « 
 xpdf-utils ». Quand je veux le télécharger et l'installer 
 avec « apt-get install --reinstall xpdf-utils » , je 
 ramasse une erreur «Sorry, re-installation of xpdf-utils is 
 not possible, it cannot be downloaded.»

Curieux parce que le fichier existe bien à cet endroit :

ftp://security.debian.org:/debian-security/pool/updates/main/x/xpdf/xpdf-utils_1.00-3.1_i386.deb
 
 dans « sources.list », j'ai pour debian-security ( où se 
 trouve pour une raison obscure xpdf ) :

Pas obscure : il y a eu un problème de sécurité avec la version de
stable de xpdf, donc mise à jour disponible dans la source de sécurité.

  deb http://security.debian.org/ stable/updates main 
 
 et là il trouve BIEN xpdf soi-même, mais PAS les autres 
 paquets : xpdf-utils, xpdf-common, xpdf-reader ...
 
 Comment dois-je faire pour les trouver? J'ai essayé 
 plusieurs variantes de « sources.list » , je n'ai pas 
 réussi à trouver qqch qu marche.

# apt-get update avant peut-être ? Ou sinon, récupérer et installer
les paquets à la main ? Pas terrible, mais bon ...

Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Code de conduite des listes Debian
http://www.fr.debian.org/MailingLists/#codeofconduct



Re: apt-get : sources.list correct?

2003-07-06 Thread gcolpart
Le Dimanche 6 Juillet 2003 16:51, Patrick Carabin a écrit :
 dans « sources.list », j'ai pour debian-security ( où se
 trouve pour une raison obscure xpdf ) :
  deb http://security.debian.org/ stable/updates main

Tu as bien les sources officielles aussi ?
Par exemple pour debian woody :
deb http://ftp.fr.debian.org/debian woody main non-free contrib
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free

 Je vous en remercie à l'avance
de rien
-- 
COLPART Gregory
Marseille
[EMAIL PROTECTED]
http://www.gcolpart.com