Re: Does Debian have a yum security equivalent

2019-10-02 Thread Greg Wooledge
On Wed, Oct 02, 2019 at 04:18:48PM +, Wilkinson, Matthew wrote:
> Specifically I am looking to query the
> Debian repos for DSA advisory information. For example I know that I need to
> install an update to e2fsprogs, and I have the email from Debian with the
> 'DSA-4535-1' but is there a way I can get that information on the Debian
> server itself through the command-line?

lynx -dump https://security-tracker.debian.org/tracker/DSA-4535-1

This also works with a CVE number.  For example,

lynx -dump https://security-tracker.debian.org/tracker/CVE-2019-5094

Or with a source package name:

lynx -dump https://security-tracker.debian.org/tracker/e2fsprogs



Does Debian have a yum security equivalent

2019-10-02 Thread Wilkinson, Matthew
Hello Debian Community,

I've been unable to find information about how to use apt, apt-get, or aptitude 
to get security erratum information on a Debian 10 server. Is there a yum 
security equivalent in Debian? Specifically I am looking to query the Debian 
repos for DSA advisory information. For example I know that I need to install 
an update to e2fsprogs, and I have the email from Debian with the 'DSA-4535-1' 
but is there a way I can get that information on the Debian server itself 
through the command-line?

Regards,

Matthew Wilkinson



Yum!

2010-04-27 Thread Thomas Pomber
Do you know what's really great? Cutting a lemon in half, squeezing the juice, 
and then filling the glass with orange juice. Mm-mmm!



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/59256.70384...@web36505.mail.mud.yahoo.com



exclude packages from updating: apt vs yum

2010-02-13 Thread Huub
Hi,

On RedHat/Fedora, I can exclude packages from being updated like this: 
yum --exclude package -y upgrade.
Can someone please tell me (or provide a link to it) if this is also 
possible with apt-get. Reading the apt-get manpage, I didn't find an 
equality.

Thank you.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: exclude packages from updating: apt vs yum

2010-02-13 Thread Thierry Chatelet
On Saturday 13 February 2010 09:18:27 Huub wrote:
 Hi,
 
 On RedHat/Fedora, I can exclude packages from being updated like this:
 yum --exclude package -y upgrade.
 Can someone please tell me (or provide a link to it) if this is also
 possible with apt-get. Reading the apt-get manpage, I didn't find an
 equality.
 
 Thank you.
 

I dont want to start a war, I use aptitude, so look man aptitude, and maybe, 
man dpkg.
Thierry


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: exclude packages from updating: apt vs yum

2010-02-13 Thread David Maus
At Sat, 13 Feb 2010 08:18:27 + (UTC),
Huub wrote:

 Hi,

 On RedHat/Fedora, I can exclude packages from being updated like this:
 yum --exclude package -y upgrade.
 Can someone please tell me (or provide a link to it) if this is also
 possible with apt-get. Reading the apt-get manpage, I didn't find an
 equality.

Yes it is possible for dpkg, apt and aptitude.  The description is in
the Debian FAQ:

http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html#s-puttingonhold

HTH
 -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. maus.da...@gmail.com


pgpOerKrLBVxO.pgp
Description: PGP signature


Re: exclude packages from updating: apt vs yum

2010-02-13 Thread Huub

 Yes it is possible for dpkg, apt and aptitude.  The description is in
 the Debian FAQ:
 
 http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html#s-puttingonhold
 
 HTH
  -- David

Thank you.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: installation de paquets automatique apt/yum quan d une commande échoue

2009-02-19 Thread Kevin Hinault
Le 19 février 2009 00:54, sputnick sputn...@sista.is-a-geek.org a écrit :

 Salut,

 Qui n'a jamais perdu son précieux temps à parcourir google à la recherche
 de tel ou tel lib manquante ? Tout cela est en grande partie terminé.

 je me suis intéressé à ces utilitaires automatiques que sont auto-apt,
 autodeb, et aussi apt-file ( en travaillant un peu plus ) et aucun ne m'a
 vraiment satisfait. Et surtout, je cherchait une solution plus universelle (
 pouvant fonctionner sous plusieurs distribs ) sans avoir à considérer le
 gestionnaires de fenêtres. J'ai donc décidé de me lancer dans le code afin
 de réaliser mon propre script. Il est basé sur autodeb mais fonctionne pour
 apt et yum pour le moment. Le coeur du concept repose sur strace qui va
 lister les librairies manquantes lors du lancement du script et de la
 commande/arguments.
 Ceci a été testé sous Centos et Debian Lenny.

 Mon script s'exécute en root et en CLI, et permet donc d'installer ou de se
 faire proposer les paquets manquants lors du lancement d'une commande.
 Quelques exemples testés :

 ./auto-deps-installer-0.0.1.bash ./configure
 –with-php-config=/usr/local/perso/php-5.2.8/bin/php-config

 dans un répertoire d'extension de php va m'installer les paquets/libs
 manquantes pour réussir le ./configure.

 Je vous laisse tester le script pour vous rendre compte de ses
 possibilités.
 Je suis ouvert à toute correction sur mon Anglais qui est loin d'être
 parfait et aussi à toute idée, feedback…

 Le mieux c'est encore de tester :
 http://sputnick-area.net/ftp/downloads/auto-deps-installer-0.0.1.bash


L'idée est intéressante, cependant si je peux me permettre : un modèle de
centralisation des modules et librairies d'un langage existe et fonctionne
à merveille : CPAN. Et depuis longtemps ce modèle est réutilisable,
d'ailleurs il existe un équivalent récent pour Javascript (JSAN). Ne
serait-ce pas plus performant comme façon de faire ? Enfin ce n'est qu'une
reflexion à chaud bien sûr ;)


-- 
Vous aimez la bretagne ?
Breizh da viken : www.pointbzh.com


installation de paquets automatique apt /yum quand une commande échoue

2009-02-18 Thread sputnick

Salut,

Qui n’a jamais perdu son précieux temps à parcourir google à la 
recherche de tel ou tel lib manquante ? Tout cela est en grande partie 
terminé.


je me suis intéressé à ces utilitaires automatiques que sont auto-apt, 
autodeb, et aussi apt-file ( en travaillant un peu plus ) et aucun ne 
m’a vraiment satisfait. Et surtout, je cherchait une solution plus 
universelle ( pouvant fonctionner sous plusieurs distribs ) sans avoir à 
considérer le gestionnaires de fenêtres. J’ai donc décidé de me lancer 
dans le code afin de réaliser mon propre script. Il est basé sur autodeb 
mais fonctionne pour apt et yum pour le moment. Le coeur du concept 
repose sur strace qui va lister les librairies manquantes lors du 
lancement du script et de la commande/arguments.

Ceci a été testé sous Centos et Debian Lenny.

Mon script s’exécute en root et en CLI, et permet donc d’installer ou de 
se faire proposer les paquets manquants lors du lancement d’une commande.

Quelques exemples testés :

./auto-deps-installer-0.0.1.bash ./configure 
–with-php-config=/usr/local/perso/php-5.2.8/bin/php-config


dans un répertoire d’extension de php va m’installer les paquets/libs 
manquantes pour réussir le ./configure.


Je vous laisse tester le script pour vous rendre compte de ses possibilités.
Je suis ouvert à toute correction sur mon Anglais qui est loin d’être 
parfait et aussi à toute idée, feedback…


Le mieux c’est encore de tester :
http://sputnick-area.net/ftp/downloads/auto-deps-installer-0.0.1.bash

++
sputnick.

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to debian-user-french-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Upgrade com o YUM

2007-03-14 Thread Anacleto Pavão
Como faço upgrade de versão de distro utilizando o YUM? tentei : YUM 
DISTRI-UPGRADE, fui tirando letras  (tipo depois DISTR depois DIST tudo 
-upgrade) e nada. Agradeço dicas.
   
  Anacleto.

 __
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

Upgrade com o YUM

2007-03-14 Thread Rodolfo Allan

Mas acho que esse yum é só para instalar rpms, se você usa Debian,
deve usar o apt-get, dselect ou aptitude.

Usando o apt-get, use $sudo apt-get upgrade

Abraço
Rodolfo.

On 14/03/07, Anacleto Pavão [EMAIL PROTECTED] wrote:

Como faço upgrade de versão de distro utilizando o YUM? tentei : YUM
DISTRI-UPGRADE, fui tirando letras  (tipo depois DISTR depois DIST tudo
-upgrade) e nada. Agradeço dicas.

Anacleto.

 __
Fale com seus amigos de graça com o novo Yahoo! Messenger
http://br.messenger.yahoo.com/




Repositórios YUM

2007-02-07 Thread raphael bressam

Alguém tem uma lista de repositórios confiáveis???


Re: Repositórios YUM

2007-02-07 Thread Otávio Fernandes

desde quando o YUM é confiável ?
infelizmente eu não tenho nenhum lista assim, e nem boas recordações desta
ferramenta (nem muito menos do S.O. que a acompanha).
boa sorte !

On 2/7/07, raphael bressam [EMAIL PROTECTED] wrote:


Alguém tem uma lista de repositórios confiáveis???



--
| --
| Otávio Fernandes otaviof at gmail dot com
| Debian 4.0 (Testing) -- GNU/Linux User: 283.396
| http://otaviof.googlepages.com
| --


Re: Repositórios YUM

2007-02-07 Thread Maxwillian Miorim

On 2/7/07, Otávio Fernandes [EMAIL PROTECTED] wrote:

desde quando o YUM é confiável ?

Ele é confiável, mas lento, muito lento...


infelizmente eu não tenho nenhum lista assim, e nem boas recordações desta
ferramenta (nem muito menos do S.O. que a acompanha).

Geralmente os repositórios da distribuição são os confiáveis, isso
vale para qualquer coisa inclusive o APT.

Só não entendi se isso é repositório para Debian com Yum (existe
isso?) ou se é um repositório para outra distro. Se for para Debian
acho que não funciona nos mesmos repositórios do APT, para ser sincero
não sei nem se funciona. :)

Se não for de Debian seria melhor olhar listas/fóruns da tua
distribuição ou ate mesmo no howtoforge[1], que tem vários perfects
setups onde são citados estes repositórios.

1 - http://www.howtoforge.com/

OFF: Viram, fui amigável numa resposta que parece ser para outra distro :D

--
Maxwillian Miorim [EMAIL PROTECTED]

Have you mooed today?



Re: Repositórios YUM

2007-02-07 Thread Bruno Henrique de Oliveira
Bom dia,

Se os respositórios do YUM forem acessados via prompt não são lentos,
ficam lentos apenas na hora de adicioná-los, o YAST do Suse que deixa o
a sistema lento, deve ser algum erro na programação ou deve ser por
motivos de segurança do sistema.

Se o sistema utilizado e o Debian, com todo respeito, é loucura usar o
YUM quando se tem o APT e seus repositórios. Se estiver no Suse
recomendo encamihar suas dúvidas para www.susebr.org e nesse portal
possue uma lista de repositórios utilizados pela maioria, acredito que
possa ser considerados confiáveis.

Att Bruno Henrique de Oliveira.

Em Qua, 2007-02-07 às 11:39 -0200, Maxwillian Miorim escreveu:
 On 2/7/07, Otávio Fernandes [EMAIL PROTECTED] wrote:
  desde quando o YUM é confiável ?
 Ele é confiável, mas lento, muito lento...
 
  infelizmente eu não tenho nenhum lista assim, e nem boas recordações desta
  ferramenta (nem muito menos do S.O. que a acompanha).
 Geralmente os repositórios da distribuição são os confiáveis, isso
 vale para qualquer coisa inclusive o APT.
 
 Só não entendi se isso é repositório para Debian com Yum (existe
 isso?) ou se é um repositório para outra distro. Se for para Debian
 acho que não funciona nos mesmos repositórios do APT, para ser sincero
 não sei nem se funciona. :)
 
 Se não for de Debian seria melhor olhar listas/fóruns da tua
 distribuição ou ate mesmo no howtoforge[1], que tem vários perfects
 setups onde são citados estes repositórios.
 
 1 - http://www.howtoforge.com/
 
 OFF: Viram, fui amigável numa resposta que parece ser para outra distro :D
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Repositórios YUM

2007-02-07 Thread Paulo de Souza Lima
Prezado Rafael,

O Yum é uma ferramenta do RH/Fedora. Esta não é a lista apropriada para a sua 
dúvida. No entanto, trabalho com Fedora Core 4/5/6 na empresa e acabei de 
atualizar dois servidores do FC4 para o FC6. Estou com uma lista de 
repositórios que está com uns poucos furos, mas funciona bem. Se quisert te 
passo em PVT.

Abraços.
 
Paulo de Souza Lima
Curitiba/PR
Linux User 432358

- Mensagem original 
De: raphael bressam [EMAIL PROTECTED]
Para: debian-user-portuguese@lists.debian.org
Enviadas: Quarta-feira, 7 de Fevereiro de 2007 8:49:34
Assunto: Repositórios YUM

Alguém tem uma lista de repositórios confiáveis???






__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

Re: Repositórios YUM

2007-02-07 Thread Bruno Henrique de Oliveira
Bom dia,

Apenas corrigindo, o YUM é utilizado em diversas distros que usam o
sistema de pacotes RPM e não somente RH/Fedora.

Att Bruno Henrique de Oliveira.

Em Qua, 2007-02-07 às 05:59 -0800, Paulo de Souza Lima escreveu:
 Prezado Rafael,
 
 O Yum é uma ferramenta do RH/Fedora. Esta não é a lista apropriada
 para a sua dúvida. No entanto, trabalho com Fedora Core 4/5/6 na
 empresa e acabei de atualizar dois servidores do FC4 para o FC6. Estou
 com uma lista de repositórios que está com uns poucos furos, mas
 funciona bem. Se quisert te passo em PVT.
 
 Abraços.
  
 Paulo de Souza Lima
 Curitiba/PR
 Linux User 432358
 
 
 - Mensagem original 
 De: raphael bressam [EMAIL PROTECTED]
 Para: debian-user-portuguese@lists.debian.org
 Enviadas: Quarta-feira, 7 de Fevereiro de 2007 8:49:34
 Assunto: Repositórios YUM
 
 Alguém tem uma lista de repositórios confiáveis???
 
 
 
 
 __
 Fale com seus amigos de graça com o novo Yahoo! Messenger 
 http://br.messenger.yahoo.com/ 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: i need a yum debian package

2005-10-14 Thread Rakotomandimby Mihamina
   I need to build a yum repository on a debian server.
   Would you know where could I find a yum debian package? 
  You may wish to use the tool alien 
 I think he's actually needing to mirror a yum repo 

Not mirror. Creating a personnal one, for internal (LAN) tests and use.
If I wanted to mirror one, I would just use rsync or another tool.

Yum embeds a tool to generate the metadata files (the equivalent of
dpkg-scanpackages to generate Packages.gz). That one is the one I want.

It's a sensitive server, without any developping tool, so there is no
way to ./configure; make; make install on it.

Well, no problem, I am going to create a package for it.
It will take a while, but, I will learn :-)

-- 
Administration  Formation à l'administration
de serveurs dédiés:
http://www.google.fr/search?q=aspo+infogerance+serveur



Re: i need a yum debian package

2005-10-14 Thread Jon Dowland
On Fri, Oct 14, 2005 at 10:33:23AM +0200, Rakotomandimby Mihamina wrote:
 Well, no problem, I am going to create a package for it.
 It will take a while, but, I will learn :-)

Cool - there is no yum package as you have noticed, and nobody has gone
through the formal procedure to request it's packaging for debian,
either, by filing a 'RFP' against the 'wnpp' package.

If you intend to package it for debian yourself, great! Please file a
wishlist ITP bug against wnpp. The `reportbug' tool will guide you
through the process of formatting the ITP. This will prevent duplication
of effort, should someone else come along and intend to do the same
thing.

You will find the maintainer's guide (package maint-guide) and the
debian-mentors mailing list useful.

Yours,

-- 
Jon Dowland
http://jon.dowland.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



i need a yum debian package

2005-10-13 Thread Rakotomandimby Mihamina
Hi, 
I need to build a yum repository on a debian server.
Would you know where could I find a yum debian package?
Thank you
-- 
Administration  Formation à l'administration
de serveurs dédiés:
http://www.google.fr/search?q=aspo+infogerance+serveur



Re: i need a yum debian package

2005-10-13 Thread Robert Brockway
On Thu, 13 Oct 2005, Rakotomandimby Mihamina wrote:

 Hi, 
 I need to build a yum repository on a debian server.
 Would you know where could I find a yum debian package?

You may wish to use the tool alien (available in Debian) to convert a yum 
.rpm to a .deb.  You'll need to make sure dependencies are satisfied.

Rob

-- 
Robert Brockway B.Sc.   Phone:  +1-416-669-3073
Senior Technical Consultant Email:  [EMAIL PROTECTED]
OpenTrend Solutions Ltd.Web:www.opentrend.net
We are open 24x7x365 for technical support.  Call us in a crisis.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: i need a yum debian package

2005-10-13 Thread Cameron Matheson
On Thu, Oct 13, 2005 at 04:49:59PM -0400, Robert Brockway wrote:
 On Thu, 13 Oct 2005, Rakotomandimby Mihamina wrote:
 
  Hi, 
  I need to build a yum repository on a debian server.
  Would you know where could I find a yum debian package?
 
 You may wish to use the tool alien (available in Debian) to convert a yum 
 .rpm to a .deb.  You'll need to make sure dependencies are satisfied.

I think he's actually needing to mirror a yum repo (not install an rpm)... i
could be wrong however.  Unfortunately i have no experience w/ yum so maybe
someone else knows? 

Cameron Matheson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]