Calculate - atualização [RESOLVIDO]

13. Re: Calculate - atualização [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 06/05/2011 - 23:12h

tentou abrir porthole nos três pythons? ele dá sempre o mesmo erro? fez assim?

sudo eselect python set 1
porthole
fechar porthole, se abrir

depois

sudo eselect python set 2
porthole
fecjar o porthole, se ele estiver aberto

sudo eselect python set 3
porthole

e viu se algum dos pythons abre porthole?

aparentemente, Calculate usa python 3, portanto o que deve ficar default é Python 3

depois dos testes faça:
sudo eselect python set 3


  


14. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 07/05/2011 - 00:18h

Verefiquei e acertei o Python: 3.1.Vou tentar refazer alguma coisa agora e depois posto o resultado.Obrigado por enquanto, pela atenção e paciência.



15. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 07/05/2011 - 02:00h

Refiz os procedimentos.Resultado : deni@calculate ~ $ porthole
Porthole: python version = 2.7.1 (r271:86832, Mar 25 2011, 15:25:13)
[GCC 4.4.5]
importing installed modules
Traceback (most recent call last):
File "/usr/bin/porthole-2.7", line 95, in <module>
from porthole.startup import *
File "/usr/lib64/python2.7/site-packages/porthole/startup.py", line 29, in <module>
import gobject
ImportError: No module named gobject



16. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 07/05/2011 - 02:16h

Tentei instalar o portato. calculate deni # emerge -av portato

These are the packages that would be merged, in order:

Calculating dependencies / * ERROR: kde-base/kdepim-l10n-4.4.5 failed (depend phase):
* EAPI=2 is not supported
*
* Call stack:
* ebuild.sh, line 1998: Called source '/var/lib/layman/calculate/kde-base/kdepim-l10n/kdepim-l10n-4.4.5.ebuild'
* kdepim-l10n-4.4.5.ebuild, line 9: Called inherit 'kde4-base'
* ebuild.sh, line 1403: Called qa_source '/usr/portage/eclass/kde4-base.eclass'
* ebuild.sh, line 43: Called source '/usr/portage/eclass/kde4-base.eclass'
* kde4-base.eclass, line 23: Called inherit 'kde4-functions' 'toolchain-funcs' 'fdo-mime' 'gnome2-utils' 'base' 'virtualx' 'versionator' 'eutils'
* ebuild.sh, line 1403: Called qa_source '/usr/portage/eclass/kde4-functions.eclass'
* ebuild.sh, line 43: Called source '/usr/portage/eclass/kde4-functions.eclass'
* kde4-functions.eclass, line 20: Called die
* The specific snippet of code:
* *) die "EAPI=${EAPI} is not supported" ;;
*
* If you need support, post the output of 'emerge --info =kde-base/kdepim-l10n-4.4.5',
* the complete build log and the output of 'emerge -pqv =kde-base/kdepim-l10n-4.4.5'.
* This ebuild is from an overlay: '/var/lib/layman/calculate/'
* S: '/var/calculate/tmp/portage/kde-base/kdepim-l10n-4.4.5/work/kdepim-l10n-4.4.5'
... done!

!!! All ebuilds that could satisfy ">=x11-libs/gtk+-2.20:2[introspection?]" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-libs/gtk+-2.24.3::gentoo (masked by: package.mask)
- x11-libs/gtk+-2.20.1-r1::gentoo (masked by: package.mask)

(dependency required by "x11-libs/vte-0.28.0-r200" [ebuild])
(dependency required by "app-portage/portato-0.14.1" [ebuild])
(dependency required by "portato" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

calculate deni #



17. Re: Calculate - atualização [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 07/05/2011 - 14:46h

veja meu post 13, tentou abrir porthole nos três pythons?

ao tentar instalar Portato (escrito em Python, também) de novo mesmos erros, o sistema procura kdepim antigo do KDE 4.4.5, gtk+ de versões anteriores

algum problema com as versões de python ainda...., veja que vc já setou o python ao 3.1, e o sistema continua procurando por python 2.7!

vamos tentar diferente, já que está com python 3 setado, e ví que no gentoo vc pode ter mais de uma versão de gtk e kdepim, vamos tentar desmascarar e instalar esses pacotesa antigos pedidos, sem deps para não detonar o seu KDE (senão ele vai trocar kdepim (faz parte do kde base) e gtk+ pelas versões velhas..

faça assim procure qual versão de kde tem e de gtk+, desmascare e instale ospacotes pedidos, sem deps. tudo isso é feito com esses comandos:

$ emerge -s kde-meta gtk+

(veja na saida do comando qual é a versão de seu gtk+ e kde-meta instaladas)

depois simule a instalação de kdepim e gtk+ (se estamos certos, deverão vir versões mais novas que as pedidas):

$ emerge -p kdepim gtk+

a seguir atualize a árvore portage e o overlay calculate, instale o pacote desmascarador e desmascare e instale sem deps as versões pedidas. isso pode ser feito com os comandos:

$ sudo emerge --sync
$ sudo layman -S
$ emerge -av autounmask
$ sudo autounmask kde-base/kdepim-l10n-4.4.5
$ sudo autounmask x11-libs/gtk+-2.24.3
$ sudo emerge -av --nodeps =gtk+-2.24.3
$ sudo emerge -av =kdepim-l10n-4.4.5

a seguir tente abrir de novo o porthole e re-instalar o portato:

$ porthole
$ emerge -av portato



18. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 07/05/2011 - 23:33h

Sim tentei abrir porthole nos três python.Agora fiz esses últimos procedimentos indicados.Mas ao tentar abrir de novo o porthole veio isso: eni@calculate ~ $ porthole
Porthole: python version = 2.7.1 (r271:86832, Mar 25 2011, 15:25:13)
[GCC 4.4.5]
importing installed modules
Traceback (most recent call last):
File "/usr/bin/porthole-2.7", line 95, in <module>
from porthole.startup import *
File "/usr/lib64/python2.7/site-packages/porthole/startup.py", line 29, in <module>
import gobject
ImportError: No module named gobject
Depois : $ emerge -av portato deni@calculate ~ $ emerge -av portato
superuser access is required... adding --pretend to options


These are the packages that would be merged, in order:

Calculating dependencies | * ERROR: kde-base/kdepim-l10n-4.4.5 failed (depend phase):
* EAPI=2 is not supported
*
* Call stack:
* ebuild.sh, line 1998: Called source '/var/lib/layman/calculate/kde-base/kdepim-l10n/kdepim-l10n-4.4.5.ebuild'
* kdepim-l10n-4.4.5.ebuild, line 9: Called inherit 'kde4-base'
* ebuild.sh, line 1403: Called qa_source '/usr/portage/eclass/kde4-base.eclass'
* ebuild.sh, line 43: Called source '/usr/portage/eclass/kde4-base.eclass'
* kde4-base.eclass, line 23: Called inherit 'kde4-functions' 'toolchain-funcs' 'fdo-mime' 'gnome2-utils' 'base' 'virtualx' 'versionator' 'eutils'
* ebuild.sh, line 1403: Called qa_source '/usr/portage/eclass/kde4-functions.eclass'
* ebuild.sh, line 43: Called source '/usr/portage/eclass/kde4-functions.eclass'
* kde4-functions.eclass, line 20: Called die
* The specific snippet of code:
* *) die "EAPI=${EAPI} is not supported" ;;
*
* If you need support, post the output of 'emerge --info =kde-base/kdepim-l10n-4.4.5',
* the complete build log and the output of 'emerge -pqv =kde-base/kdepim-l10n-4.4.5'.
* This ebuild is from an overlay: '/var/lib/layman/calculate/'
* S: '/var/calculate/tmp/portage/kde-base/kdepim-l10n-4.4.5/work/kdepim-l10n-4.4.5'
... done!

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

x11-libs/pango:0

(x11-libs/pango-1.28.3-r1::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)

(x11-libs/pango-1.28.4::gentoo, ebuild scheduled for merge) pulled in by
>=x11-libs/pango-1.20[introspection?] required by (x11-libs/gtk+-2.24.3::gentoo, ebuild scheduled for merge)

dev-libs/glib:2

(dev-libs/glib-2.28.6::gentoo, binary scheduled for merge) pulled in by
>=dev-libs/glib-2.27.3 required by (x11-libs/gtk+-2.24.3::gentoo, ebuild scheduled for merge)

(dev-libs/glib-2.26.1-r1::gentoo, installed) pulled in by
(no parents that aren't satisfied by other packages in this slot)


It may be possible to solve this problem by using package.mask to
prevent one of those packages from being selected. However, it is also
possible that conflicting dependencies exist such that they are
impossible to satisfy simultaneously. If such a conflict exists in
the dependencies of two different packages, then those packages can
not be installed simultaneously. You may want to try a larger value of
the --backtrack option, such as --backtrack=30, in order to see if
that will solve this conflict automatically.

For more information, see MASKED PACKAGES section in the emerge man
page or refer to the Gentoo Handbook.


emerge: there are no ebuilds built with USE flags to satisfy "dev-lang/python:2.7[sqlite?,threads]".
!!! One of the following packages is required to complete your request:
- dev-lang/python-2.7.1-r1 (Change USE: +sqlite)
- app-portage/portato-0.14.1 (Change USE: -sqlite)
(dependency required by "app-portage/portato-0.14.1" [ebuild])
(dependency required by "portato" [argument])



19. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 07/05/2011 - 23:54h

albfneto .A questão aqui é que não entendendo nada de Gentoo.Durante alguns comandos vejo que deveria fazer alguns procedimentos mas como não sei sigo adiante e dai não da certo mesmo.Penso que tuas indicações estão corretas.Mas pelo meu pouco conhecimento(nenhum) em Gentoo,não vou conseguir resolver esses problemas por enquanto.Não to "atirando a toalha" só adiando pra mais adiante tentar novamente,quando aprender mais.Um abraço e obrigado pela atenção.


20. Re: Calculate - atualização [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 08/05/2011 - 02:15h

veja, ele esta pedindo pacotea antigos, que não tem mais EAPI nem SLOT.
kdepim , gtk+ e pango antigos! e versões antigas de python!

vc seguiu os procedimentos do meu post anterior, 17, desmascarou e instalou o kdepim , o gtk+ antigos etc...?

vamos fazer o seguinte,,ver as versões que vc já tem,copie e cole toda a saida deste comando:

$ emerge -s -v kde-meta pango gtk+ kdepim autounmask python eselect portage

para eu ver quais a versões que vc tem já instaladas.

Isso me intriga. vamos ver pq seu calculate está pedindo tantas dependencias antigas,para instalar pacotes novos. Tão antigas que pertencem a SLOTs e EAPIs anteriores,,,

vc atualizou a arvore portage e o overlay calculate e checou o perfil?

sudo emerge --sync
sudo layman -S
eselect profile list

tinha atualizado as configs, o ambiente o perfil?

sudo etc-update
sudo env-update
source /etc/profile




21. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 08/05/2011 - 22:16h

Aqui vai o resultado do primeiro comando: Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the gtksourceview (version 1.8) library
License: GPL-2

* dev-python/gtkspell-python
Latest version available: 2.25.3
Latest version installed: [ Not Installed ]
Size of files: 361 kB
Homepage: http://pygtk.org/
Description: GtkSpell bindings for Python
License: GPL-2

* dev-python/ipython
Latest version available: 0.10.1
Latest version installed: 0.10.1
Size of files: 5,701 kB
Homepage: http://ipython.scipy.org/ http://pypi.python.org/pypi/ipython
Description: An advanced interactive shell for Python.
License: BSD

* dev-python/irman-python
Latest version available: 0.1
Latest version installed: [ Not Installed ]
Size of files: 16 kB
Homepage: http://bluweb.com/chouser/proj/irman-python/
Description: A minimal set of Python bindings for libirman.
License: GPL-2

* dev-python/libasyncns-python
Latest version available: 0.7.1
Latest version installed: [ Not Installed ]
Size of files: 19 kB
Homepage: https://launchpad.net/libasyncns-python/
Description: Python bindings for libasyncns.
License: LGPL-2.1

* dev-python/libbonobo-python
Latest version available: 2.28.1
Latest version installed: [ Not Installed ]
Size of files: 549 kB
Homepage: http://pygtk.org/
Description: Python bindings for the Bonobo framework
License: LGPL-2.1

* dev-python/libgda-python
Latest version available: 2.25.3
Latest version installed: [ Not Installed ]
Size of files: 361 kB
Homepage: http://pygtk.org/
Description: Python bindings for interacting with libgda
License: LGPL-2.1

* dev-python/libgksu-python
Latest version available: 2.25.3
Latest version installed: [ Not Installed ]
Size of files: 361 kB
Homepage: http://pygtk.org/
Description: Python bindings for libgksu
License: LGPL-2.1

* dev-python/libgnome-python
Latest version available: 2.28.1
Latest version installed: [ Not Installed ]
Size of files: 549 kB
Homepage: http://pygtk.org/
Description: Python bindings for essential GNOME libraries
License: LGPL-2.1

* dev-python/libgnomecanvas-python
Latest version available: 2.28.1
Latest version installed: [ Not Installed ]
Size of files: 549 kB
Homepage: http://pygtk.org/
Description: Python bindings for the Gnome Canvas library
License: LGPL-2.1

* dev-python/libgnomeprint-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for GNOME printing support
License: LGPL-2.1

* dev-python/libgtop-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the libgtop library
License: GPL-2

* dev-python/librsvg-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the librsvg library
License: LGPL-2.1

* dev-python/libwnck-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the libwnck library
License: LGPL-2.1

* dev-python/mecab-python
Latest version available: 0.98
Latest version installed: [ Not Installed ]
Size of files: 50 kB
Homepage: http://mecab.sourceforge.net/
Description: Python binding for MeCab
License: || ( BSD LGPL-2.1 GPL-2 )

* dev-python/metacity-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the Metacity window manager
License: GPL-2

* dev-python/mkpythonproj
Latest version available: 1.7
Latest version installed: [ Not Installed ]
Size of files: 34 kB
Homepage: http://www.seanet.com/~hgg9140/comp/mkpythonproj/doc/index.html
Description: Creates the framework for a new Python project or script.
License: GPL-2

* dev-python/mysql-python
Latest version available: 1.2.3
Latest version installed: [ Not Installed ]
Size of files: 68 kB
Homepage: http://sourceforge.net/projects/mysql-python/ http://pypi.python.org/pypi/MySQL-python
Description: Python interface to MySQL
License: GPL-2

* dev-python/nautilus-python
Latest version available: 0.7.0
Latest version installed: [ Not Installed ]
Size of files: 253 kB
Homepage: http://www.gnome.org/
Description: Python bindings for the Nautilus file manager
License: GPL-2

* dev-python/notify-python
Latest version available: 0.1.1-r2
Latest version installed: [ Not Installed ]
Size of files: 209 kB
Homepage: http://www.galago-project.org/
Description: Python bindings for libnotify
License: LGPL-2.1

* dev-python/python-augeas
Latest version available: 0.3.0
Latest version installed: [ Not Installed ]
Size of files: 14 kB
Homepage: http://augeas.net/
Description: Python bindings for Augeas
License: LGPL-2.1

* dev-python/python-bibtex
Latest version available: 1.2.5
Latest version installed: [ Not Installed ]
Size of files: 58 kB
Homepage: http://pybliographer.org/
Description: A Python extension to parse BibTeX files
License: GPL-2

* dev-python/python-biggles
Latest version available: 1.6.6
Latest version installed: [ Not Installed ]
Size of files: 101 kB
Homepage: http://biggles.sourceforge.net/
Description: A Python module for creating publication-quality 2D scientific plots
License: GPL-2

* dev-python/python-cdb
Latest version available: 0.34
Latest version installed: [ Not Installed ]
Size of files: 18 kB
Homepage: http://pilcrow.madison.wi.us/#pycdb
Description: A Python extension module for cdb
License: GPL-2

* dev-python/python-cluster
Latest version available: 1.1.1_beta3
Latest version installed: [ Not Installed ]
Size of files: 37 kB
Homepage: http://python-cluster.sourceforge.net/
Description: Allows grouping a list of arbitrary objects into related groups (clusters)
License: LGPL-2.1

* dev-python/python-daap
Latest version available: 0.7.1
Latest version installed: [ Not Installed ]
Size of files: 25 kB
Homepage: http://jerakeen.org/code/pythondaap
Description: PyDaap is a DAAP client implemented in Python, based on PyTunes
License: GPL-2

* dev-python/python-daemon
Latest version available: 1.6
Latest version installed: [ Not Installed ]
Size of files: 40 kB
Homepage: http://pypi.python.org/pypi/python-daemon
Description: Library to implement a well-behaved Unix daemon process.
License: PSF-2.2

* dev-python/python-dateutil
Latest version available: 1.5
Latest version installed: [ Not Installed ]
Size of files: 226 kB
Homepage: http://labix.org/python-dateutil http://pypi.python.org/pypi/python-dateutil
Description: dateutil datetime math and logic library for python
License: PSF-2.3

* dev-python/python-distutils-extra
Latest version available: 2.23
Latest version installed: [ Not Installed ]
Size of files: 25 kB
Homepage: https://launchpad.net/python-distutils-extra
Description: You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils.
License: GPL-2

* dev-python/python-docs
Latest version available: 3.2
Latest version installed: [ Not Installed ]
Size of files: 4,236 kB
Homepage: http://www.python.org/doc/
Description: HTML documentation for Python
License: PSF-2.2

* dev-python/python-dsv
Latest version available: 1.4.0-r1
Latest version installed: [ Not Installed ]
Size of files: 14 kB
Homepage: http://python-dsv.sourceforge.net/
Description: Python module for importing and exporting DSV files
License: CNRI

* dev-python/python-fastcgi
Latest version available: 1.1
Latest version installed: [ Not Installed ]
Size of files: 10 kB
Homepage: http://pypi.python.org/pypi/python-fastcgi
Description: Interface to OpenMarket's FastCGI C Library/SDK.
License: MIT

* dev-python/python-fchksum
Latest version available: 1.7.1
Latest version installed: [ Not Installed ]
Size of files: 26 kB
Homepage: http://www.dakotacom.net/~donut/programs/fchksum.html
Description: Python module to find the checksum of files
License: GPL-2

* dev-python/python-gflags
Latest version available: 1.5.1
Latest version installed: [ Not Installed ]
Size of files: 57 kB
Homepage: http://code.google.com/p/python-gflags/
Description: Google's Python argument parsing library.
License: BSD

* dev-python/python-gnutls
Latest version available: 1.2.0
Latest version installed: [ Not Installed ]
Size of files: 42 kB
Homepage: http://pypi.python.org/pypi/python-gnutls http://ag-projects.com/
Description: Python bindings for GnuTLS
License: LGPL-2.1

* dev-python/python-gtkmvc
Latest version available: 1.2.2
Latest version installed: [ Not Installed ]
Size of files: 1,931 kB
Homepage: http://pygtkmvc.sourceforge.net/
Description: model-view-controller (MVC) implementation for pygtk
License: LGPL-2

* dev-python/python-gudev
Latest version available: 147.2
Latest version installed: [ Not Installed ]
Size of files: 9 kB
Homepage: http://github.com/nzjrs/python-gudev
Description: Python binding to the GUDev udev helper library
License: LGPL-3

* dev-python/python-irclib
Latest version available: 0.4.8
Latest version installed: [ Not Installed ]
Size of files: 33 kB
Homepage: http://python-irclib.sourceforge.net/
Description: IRC client framework written in Python.
License: LGPL-2.1

* dev-python/python-iwscan
Latest version available: 20080402
Latest version installed: [ Not Installed ]
Size of files: 16 kB
Homepage: http://projects.otaku42.de/browser/python-iwscan
Description: A Python extension for iwscan access
License: GPL-2

* dev-python/python-ldap
Latest version available: 2.3.13
Latest version installed: 2.3.12
Size of files: 191 kB
Homepage: http://python-ldap.sourceforge.net/ http://pypi.python.org/pypi/python-ldap
Description: Various LDAP-related Python modules
License: PYTHON

* dev-python/python-levenshtein
Latest version available: 0.10
Latest version installed: [ Not Installed ]
Size of files: 36 kB
Homepage: http://trific.ath.cx/resources/python/levenshtein/
Description: Levenshtein contains functions for fast computation of Levenshtein (edit) distance, and edit operations
License: GPL-2

* dev-python/python-lzo
Latest version available: 1.08
Latest version installed: [ Not Installed ]
Size of files: 12 kB
Homepage: http://www.oberhumer.com/opensource/lzo/
Description: Python interface to lzo
License: GPL-2

* dev-python/python-memcached
Latest version available: 1.47
Latest version installed: [ Not Installed ]
Size of files: 36 kB
Homepage: http://www.tummy.com/Community/software/python-memcached/ http://pypi.python.org/pypi/python-memcached
Description: Pure python memcached client
License: OSL-2.0

* dev-python/python-mhash
Latest version available: 1.4
Latest version installed: [ Not Installed ]
Size of files: 16 kB
Homepage: http://mhash.sourceforge.net/
Description: Python interface to libmhash
License: GPL-2

* dev-python/python-mpd
Latest version available: 0.3.0
Latest version installed: [ Not Installed ]
Size of files: 17 kB
Homepage: http://jatreuman.indefero.net/p/python-mpd/
Description: Python MPD client library
License: LGPL-3

* dev-python/python-musicbrainz
Latest version available: 0.7.2
Latest version installed: [ Not Installed ]
Size of files: 73 kB
Homepage: http://musicbrainz.org
Description: Python Bindings for the MusicBrainz XML Web Service
License: BSD

* dev-python/python-openid
Latest version available: 2.2.5
Latest version installed: [ Not Installed ]
Size of files: 293 kB
Homepage: http://www.openidenabled.com/openid/libraries/python/ http://pypi.python.org/pypi/python-openid
Description: OpenID support for servers and consumers.
License: Apache-2.0

* dev-python/python-poppler
Latest version available: 0.12.1-r1
Latest version installed: [ Not Installed ]
Size of files: 310 kB
Homepage: http://launchpad.net/poppler-python
Description: Python bindings to the Poppler PDF library
License: GPL-2

* dev-python/python-ptrace
Latest version available: 0.6.2
Latest version installed: [ Not Installed ]
Size of files: 73 kB
Homepage: http://bitbucket.org/haypo/python-ptrace/ http://pypi.python.org/pypi/python-ptrace
Description: python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes).
License: GPL-2

* dev-python/python-scw
Latest version available: 0.4.7
Latest version installed: [ Not Installed ]
Size of files: 329 kB
Homepage: http://scwwidgets.googlepages.com/
Description: Python binding for Scw.
License: LGPL-2

* dev-python/python-selinux [ Masked ]
Latest version available: 2.16-r3
Latest version installed: [ Not Installed ]
Size of files: 11 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/hardened/selinux/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/hardened/selinux/
Description: Extra python bindings for SELinux functions
License: GPL-2

* dev-python/python-twitter
Latest version available: 0.8.1
Latest version installed: [ Not Installed ]
Size of files: 65 kB
Homepage: http://code.google.com/p/python-twitter/
Description: This library provides a pure python interface for the Twitter API
License: Apache-2.0

* dev-python/python-urljr
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 16 kB
Homepage: http://www.openidenabled.com/openid/libraries/python/
Description: JanRain's URL Utilities
License: LGPL-2.1

* dev-python/python-wpactrl
Latest version available: 20081102
Latest version installed: [ Not Installed ]
Size of files: 16 kB
Homepage: http://projects.otaku42.de/wiki/PythonWpaCtrl
Description: A Python extension for wpa_supplicant/hostapd control interface access
License: || ( GPL-2 BSD )

* dev-python/python-xlib
Latest version available: 0.15_rc1-r1
Latest version installed: [ Not Installed ]
Size of files: 184 kB
Homepage: http://python-xlib.sourceforge.net/
Description: A fully functional X client library for Python, written in Python
License: GPL-2

* dev-python/python-yadis
Latest version available: 1.1.0
Latest version installed: [ Not Installed ]
Size of files: 188 kB
Homepage: http://www.openidenabled.com/yadis/libraries/python/
Description: Yadis service discovery library.
License: LGPL-2.1

* dev-python/pythoncard
Latest version available: 0.8.2
Latest version installed: [ Not Installed ]
Size of files: 2,848 kB
Homepage: http://pythoncard.sourceforge.net/index.html
Description: Cross-platform GUI construction kit for python
License: BSD

* dev-python/pythondialog
Latest version available: 2.7
Latest version installed: [ Not Installed ]
Size of files: 28 kB
Homepage: http://pythondialog.sourceforge.net/
Description: A Python module for making simple text/console-mode user interfaces.
License: LGPL-2

* dev-python/pythong
Latest version available: 2.1.5-r1
Latest version installed: [ Not Installed ]
Size of files: 2,876 kB
Homepage: http://www3.uji.es/~dllorens/PythonG/principal.html
Description: Nice and powerful spanish development environment for Python
License: GPL-2

* dev-python/pythonmagick
Latest version available: 0.9.5
Latest version installed: [ Not Installed ]
Size of files: 241 kB
Homepage: http://www.imagemagick.org/script/api.php
Description: Python bindings for ImageMagick
License: GPL-3

* dev-python/pythonutils
Latest version available: 0.4.0
Latest version installed: [ Not Installed ]
Size of files: 306 kB
Homepage: http://www.voidspace.org.uk/python/pythonutils.html
Description: Voidspace Python modules
License: BSD

* dev-python/qscintilla-python
Latest version available: 2.5.1
Latest version installed: [ Not Installed ]
Size of files: 2,576 kB
Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla/intro
Description: Python bindings for Qscintilla
License: || ( GPL-2 GPL-3 )

* dev-python/restrictedpython
Latest version available: 3.6.0
Latest version installed: [ Not Installed ]
Size of files: 55 kB
Homepage: http://pypi.python.org/pypi/RestrictedPython
Description: RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code.
License: ZPL

* dev-python/scientificpython
Latest version available: 2.9.1
Latest version installed: [ Not Installed ]
Size of files: 581 kB
Homepage: http://sourcesup.cru.fr/projects/scientific-py/
Description: Scientific Module for Python
License: CeCILL-2

* dev-python/sexy-python
Latest version available: 0.1.9-r1
Latest version installed: [ Not Installed ]
Size of files: 314 kB
Homepage: http://www.chipx86.com/wiki/Libsexy
Description: Python bindings for libsexy.
License: LGPL-2.1

* dev-python/telepathy-python
Latest version available: 0.15.19
Latest version installed: [ Not Installed ]
Size of files: 393 kB
Homepage: http://telepathy.freedesktop.org/
Description: Telepathy Python base classes for use in connection managers, and proxy classes for use in clients.
License: LGPL-2.1

* dev-python/thunarx-python
Latest version available: 0.3.0
Latest version installed: [ Not Installed ]
Size of files: 295 kB
Homepage: http://goodies.xfce.org/projects/bindings/thunarx-python
Description: Python bindings for the Thunar file manager
License: GPL-3

* dev-python/totem-python
Latest version available: 2.32.0
Latest version installed: [ Not Installed ]
Size of files: 606 kB
Homepage: http://pygtk.org/
Description: Python bindings for the Totem Playlist Parser
License: LGPL-2.1

* dev-python/wxpython
Latest version available: 2.8.12.0
Latest version installed: [ Not Installed ]
Size of files: 37,987 kB
Homepage: http://www.wxpython.org/">http://www.wxpython.org/
Description: A blending of the wxWindows C++ class library with Python
License: wxWinLL-3

* dev-python/wxpython-docs
Latest version available: 2.6.4.0
Latest version installed: [ Not Installed ]
Size of files: 5,911 kB
Homepage: http://www.wxpython.org
Description: wxPython documentation
License: wxWinFDL-3 LGPL-2.1

* dev-tcltk/tclpython
Latest version available: 4.1-r2
Latest version installed: [ Not Installed ]
Size of files: 10 kB
Homepage: http://jfontain.free.fr/tclpython.htm
Description: Python package for Tcl
License: GPL-2

* kde-base/krosspython
Latest version available: 4.6.3
Latest version installed: 4.6.1
Size of files: 6,912 kB
Homepage: http://www.kde.org/
Description: Kross scripting framework: Python interpreter
License: GPL-2

* mail-client/claws-mail-python
Latest version available: 0.7
Latest version installed: [ Not Installed ]
Size of files: 372 kB
Homepage: http://www.claws-mail.org/
Description: Plugin to integrate with Python
License: GPL-3

* media-gfx/fontypython
Latest version available: 0.4.2.3
Latest version installed: [ Not Installed ]
Size of files: 335 kB
Homepage: http://savannah.nongnu.org/projects/fontypython
Description: Font preview application
License: GPL-3

* net-im/python-otr
Latest version available: 0.2.1.1
Latest version installed: [ Not Installed ]
Size of files: 38 kB
Homepage: http://pyotr.pentabarf.de/
Description: Python bindings for OTR encryption
License: GPL-3

* net-wireless/python-wifi
Latest version available: 0.5.0-r1
Latest version installed: [ Not Installed ]
Size of files: 67 kB
Homepage: http://pypi.python.org/pypi/python-wifi https://developer.berlios.de/projects/pythonwifi
Description: Provides r/w access to a wireless network card's capabilities using the Linux Wireless Extensions
License: LGPL-2.1 examples? ( GPL-2 )

* net-zope/pythonscripts
Latest version available: 2.13.0
Latest version installed: [ Not Installed ]
Size of files: 48 kB
Homepage: http://pypi.python.org/pypi/Products.PythonScripts
Description: Products.PythonScripts provides support for restricted execution of Python scripts in Zope 2.
License: ZPL

* sci-biology/biopython
Latest version available: 1.57
Latest version installed: [ Not Installed ]
Size of files: 6,782 kB
Homepage: http://www.biopython.org/ http://pypi.python.org/pypi/biopython/
Description: Python modules for computational molecular biology
License: as-is

* sci-chemistry/openbabel-python
Latest version available: 2.3.0
Latest version installed: [ Not Installed ]
Size of files: 13,985 kB
Homepage: http://openbabel.sourceforge.net/
Description: Python bindings for OpenBabel (including Pybel)
License: GPL-2

* sci-misc/pythoncad
Latest version available: 1.37
Latest version installed: [ Not Installed ]
Size of files: 492 kB
Homepage: http://www.pythoncad.org/
Description: CAD program written in PyGTK
License: GPL-2

* sci-visualization/pythonprop
Latest version available: 0.10
Latest version installed: [ Not Installed ]
Size of files: 207 kB
Homepage: http://www.qsl.net/hz1jw/pythonprop
Description: Scripts to prepare and plot VOACAP propagation predictions
License: GPL-3

* sys-cluster/pbs-python
Latest version available: 4.1.0
Latest version installed: [ Not Installed ]
Size of files: 146 kB
Homepage: https://subtrac.sara.nl/oss/pbs_python/
Description: Python bindings to the Torque C API
License: openpbs

* www-apache/mod_python
Latest version available: 3.3.1-r1
Latest version installed: [ Not Installed ]
Size of files: 437 kB
Homepage: http://www.modpython.org/
Description: An Apache2 module providing an embedded Python interpreter.
License: Apache-1.1

* x11-apps/python-whiteboard
Latest version available: 20101012
Latest version installed: [ Not Installed ]
Size of files: 128 kB
Homepage: http://github.com/pnegre/python-whiteboard
Description: Build and operate a electronic whiteboard Wiimote and IR Pen
License: GPL-3

Searching...
[ Results for search key : eselect ]
[ Applications found : 36 ]

* app-admin/eselect
Latest version available: 1.2.11
Latest version installed: 1.2.11
Size of files: 155 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: Gentoo's multi-purpose configuration and management tool
License: GPL-2

* app-admin/eselect-audicle
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the /usr/bin/audicle symlink
License: GPL-2

* app-admin/eselect-blas
Latest version available: 0.1
Latest version installed: 0.1
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: BLAS module for eselect
License: GPL-2

* app-admin/eselect-boost
Latest version available: 0.3
Latest version installed: 0.3
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: boost module for eselect
License: GPL-2

* app-admin/eselect-cblas
Latest version available: 0.1
Latest version installed: 0.1
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: C-language BLAS module for eselect
License: GPL-2

* app-admin/eselect-chuck
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the /usr/bin/chuck symlink
License: GPL-2

* app-admin/eselect-ctags
Latest version available: 1.13
Latest version installed: 1.13
Size of files: 7 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/lisp/emacs/
Description: Manages ctags implementations
License: GPL-2

* app-admin/eselect-ecj
Latest version available: 0.6
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages ECJ symlinks
License: GPL-2

* app-admin/eselect-emacs
Latest version available: 1.13
Latest version installed: [ Not Installed ]
Size of files: 7 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/lisp/emacs/
Description: Manage multiple Emacs versions on one system
License: GPL-2

* app-admin/eselect-esd
Latest version available: 20100127
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages configuration of ESounD implementation or PulseAudio wrapper
License: GPL-2

* app-admin/eselect-fontconfig
Latest version available: 1.0
Latest version installed: 1.0
Size of files: 0 kB
Homepage: http://www.gentoo.org
Description: An eselect module to manage /etc/fonts/conf.d symlinks.
License: GPL-2

* app-admin/eselect-gnat
Latest version available: 1.5
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org
Description: gnat module for eselect.
License: GPL-2

* app-admin/eselect-lapack
Latest version available: 0.1
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: LAPACK module for eselect
License: GPL-2

* app-admin/eselect-maven
Latest version available: 0.2-r1
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages Maven symlinks
License: GPL-2

* app-admin/eselect-mesa
Latest version available: 0.0.9
Latest version installed: 0.0.9
Size of files: 2 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Utility to change the Mesa OpenGL driver being used
License: GPL-2

* app-admin/eselect-miniaudicle
Latest version available: 1.0.1-r1
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the /usr/bin/miniAudicle symlink
License: GPL-2

* app-admin/eselect-mpost
Latest version available: 0.3
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: mpost module for eselect
License: GPL-2

* app-admin/eselect-nxserver
Latest version available: 0.2
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: Manages configuration of NX servers
License: GPL-2

* app-admin/eselect-oodict
Latest version available: 20100228
Latest version installed: [ Not Installed ]
Size of files: 3 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages configuration of dictionaries for OpenOffice.Org.
License: GPL-2

* app-admin/eselect-opengl
Latest version available: 1.2.1
Latest version installed: 1.2.1
Size of files: 67 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Utility to change the OpenGL interface being used
License: GPL-2

* app-admin/eselect-package-manager
Latest version available: 20110108
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: Manages PACKAGE_MANAGER environment variable
License: GPL-2

* app-admin/eselect-pdftex
Latest version available: 0.3
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: pdftex module for eselect
License: GPL-2

* app-admin/eselect-php
Latest version available: 0.6.4
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org
Description: PHP eselect module
License: GPL-2

* app-admin/eselect-pinentry
Latest version available: 0.3
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manage /usr/bin/pinentry symlink
License: GPL-2

* app-admin/eselect-postgresql
Latest version available: 1.0.9
Latest version installed: [ Not Installed ]
Size of files: 3 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Utility to select the default PostgreSQL slot
License: GPL-2

* app-admin/eselect-python
Latest version available: 20100321
Latest version installed: 20100321
Size of files: 5 kB
Homepage: http://www.gentoo.org
Description: Eselect module for management of multiple Python versions
License: GPL-2

* app-admin/eselect-rails
Latest version available: 0.16
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages Ruby on Rails symlinks
License: GPL-2

* app-admin/eselect-ruby
Latest version available: 20100603
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org
Description: Manages multiple Ruby versions
License: GPL-2

* app-admin/eselect-sndpeek
Latest version available: 1.0.1
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the /usr/bin/sndpeek symlink
License: GPL-2

* app-admin/eselect-timidity
Latest version available: 20091106
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages configuration of TiMidity++ patchsets
License: GPL-2

* app-admin/eselect-unison
Latest version available: 0.3
Latest version installed: [ Not Installed ]
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/">http://www.gentoo.org/">http://www.gentoo.org/proj/en/eselect/
Description: unison module for eselect
License: GPL-2

* app-admin/eselect-vdr
Latest version available: 0.0.3
Latest version installed: [ Not Installed ]
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the VDR plugins
License: GPL-2

* app-admin/eselect-vi
Latest version available: 1.1.7-r1
Latest version installed: 1.1.7-r1
Size of files: 1 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages the /usr/bin/vi symlink
License: GPL-2

* app-admin/eselect-wxwidgets
Latest version available: 1.4
Latest version installed: [ Not Installed ]
Size of files: 2 kB
Homepage: http://www.gentoo.org
Description: Eselect module and wrappers for wxWidgets
License: GPL-2

* app-admin/eselect-xvmc
Latest version available: 0.1
Latest version installed: 0.1
Size of files: 0 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: Manages XvMC implementations
License: GPL-2

* app-vim/eselect-syntax
Latest version available: 20070506
Latest version installed: [ Not Installed ]
Size of files: 2 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: vim plugin: Eselect syntax highlighting, filetype and indent settings
License: vim

Searching...
[ Results for search key : portage ]
[ Applications found : 6 ]

* app-portage/kportagetray
Latest version available: 0.2.4
Latest version installed: [ Not Installed ]
Size of files: 129 kB
Homepage: http://gitorious.org/kportagetray
Description: Graphical application for Portage's daily tasks
License: GPL-3

* app-portage/portage-mod_jabber
Latest version available: 0.0.5.1
Latest version installed: [ Not Installed ]
Size of files: 8 kB
Homepage: http://usrportage.de/
Description: A notification module for the portage elog-system to notify via the XMPP (Jabber) protocol
License: GPL-2

* app-portage/portage-utils
Latest version available: 0.3.1
Latest version installed: 0.3.1
Size of files: 87 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/
Description: small and fast portage helper tools written in C
License: GPL-2

* dev-perl/PortageXS
Latest version available: 0.02.10-r1
Latest version installed: 0.02.10-r1
Size of files: 28 kB
Homepage: http://download.mpsna.de/opensource/PortageXS/
Description: Portage abstraction layer for perl
License: GPL-2

* dev-python/yolk-portage
Latest version available: 0.1
Latest version installed: [ Not Installed ]
Size of files: 2 kB
Homepage: http://pypi.python.org/pypi/yolk-portage
Description: Gentoo Portage plugin for yolk
License: GPL-2

* sys-apps/portage
Latest version available: 2.2.0_alpha29
Latest version installed: 2.2.0_alpha29
Size of files: 910 kB
Homepage: http://www.gentoo.org/">http://www.gentoo.org/proj/en/portage/index.xml
Description: Portage is the package management and distribution system for Gentoo
License: GPL-2

deni@calculate ~ $
















22. Re: Calculate - atualização [RESOLVIDO]

Alberto Federman Neto.
albfneto

(usa openSUSE)

Enviado em 08/05/2011 - 22:26h

continua tendo problemas com python, o python normal, nao aparece, nem instalado nem por instalar, nem avesão 2.7 nem a 3.

e qual versão vc tem instalada de gtk+, de pango e de kde-meta?


23. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 08/05/2011 - 23:26h

vou colocar o resultado dos comando que me indicaste: sudo emerge --sync >>> Updating Portage cache
100% [========================================================================>]

* IMPORTANT: config file '/etc/init.d/alsasound' needs updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

* An update to portage is available. It is _highly_ recommended
* that you update portage now, before any other packages are updated.

* To update portage, run 'emerge portage' now.
deni@calculate ~ $ sudo layman -S
Senha:
'/usr/bin/layman-2.7' does not exist
eni@calculate ~ $ eselect profile list
Available profile symlink targets:
[1] calculate/desktop/CLD/amd64
[2] calculate/desktop/CLD/amd64/binary *
[3] calculate/desktop/CLD/amd64/developer
[4] calculate/desktop/CLDG/amd64
[5] calculate/desktop/CLDG/amd64/binary
[6] calculate/desktop/CLDG/amd64/developer
[7] calculate/desktop/CLDX/amd64
[8] calculate/desktop/CLDX/amd64/binary
[9] calculate/desktop/CLDX/amd64/developer
[10] calculate/desktop/CLS/amd64
[11] calculate/desktop/CLS/amd64/developer
[12] calculate/desktop/CMC/amd64
[13] calculate/desktop/CMC/amd64/developer
[14] calculate/server/CDS/amd64
[15] calculate/server/CDS/amd64/binary
[16] calculate/server/CDS/amd64/developer
[17] calculate/server/CSS/amd64
[18] calculate/server/CSS/amd64/developer
[19] default/linux/amd64/10.0
[20] default/linux/amd64/10.0/desktop
[21] default/linux/amd64/10.0/desktop/gnome
[22] default/linux/amd64/10.0/desktop/kde
[23] default/linux/amd64/10.0/developer
[24] default/linux/amd64/10.0/no-multilib
[25] default/linux/amd64/10.0/server
[26] hardened/linux/amd64
[27] hardened/linux/amd64/no-multilib
[28] selinux/2007.0/amd64
[29] selinux/2007.0/amd64/hardened
[30] selinux/v2refpolicy/amd64
[31] selinux/v2refpolicy/amd64/desktop
[32] selinux/v2refpolicy/amd64/developer
[33] selinux/v2refpolicy/amd64/hardened
[34] selinux/v2refpolicy/amd64/server



24. Re: Calculate - atualização [RESOLVIDO]

deni  simoes pires
deni

(usa Slackware)

Enviado em 09/05/2011 - 00:03h

deni@calculate ~ $ sudo etc-update
Senha:
Scanning Configuration files...
The following is the list of files which need updating, each
configuration file is followed by a list of possible replacement files.
1) /etc/init.d/alsasound (1)
Please select a file to edit by entering the corresponding number.
(don't use -3, -5, -7 or -9 if you're unsure what to do)
(-1 to exit) (-3 to auto merge all remaining files)
(-5 to auto-merge AND not use 'mv -i')
(-7 to discard all updates)
(-9 to discard all updates AND not use 'rm -i'):

deni@calculate ~ $ sudo etc-update
Senha:
Scanning Configuration files...
The following is the list of files which need updating, each
configuration file is followed by a list of possible replacement files.
1) /etc/init.d/alsasound (1)
Please select a file to edit by entering the corresponding number.
(don't use -3, -5, -7 or -9 if you're unsure what to do)
(-1 to exit) (-3 to auto merge all remaining files)
(-5 to auto-merge AND not use 'mv -i')
(-7 to discard all updates)
(-9 to discard all updates AND not use 'rm -i'): 1

File: /etc/init.d/._cfg0000_alsasound
1) Replace original with update
2) Delete update, keeping original as is
3) Interactively merge original with update
4) Show differences again
5) Save update as example config
Please select from the menu above (-1 to ignore this update):
2) Delete update, keeping originaFile: /etc/init.d/._cfg0000_alsasound
1) Replace original with update
2) Delete update, keeping original as is
3) Interactively merge original with update
4) Show differences again
5) Save update as example config
Please select from the menu above (-1 to ignore this update): 5

Exiting: Nothing left to do; exiting. :)
eni@calculate ~ $ sudo env-update
Senha:
>>> Regenerating /etc/ld.so.cache...
deni@calculate ~ $ source /etc/profile
deni@calculate ~ $







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts