Uninstall Perl

Hi,
One of my customers is using database 9.2.0.6 and has installed perl 5.8.8 and now he wanted to uninstall perl. Can he uninstall the perl by doing the following
If you must uninstall ActivePerl manually, delete the Perl directory, including all sub-directories, and the following registry entries:
HKEY_LOCAL_MACHINE/Software/ActiveState/ActivePerl
HKEY_LOCAL_MACHINE/Software/ActiveState/PerlScript
HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Uninstall/ActivePerl
Source:-- http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/install.html#uninstalling%20activeperl%20on%20windows
Thanks in advance
Regards,
Geeta

Usually the Oracle Universal Installer keeps track of the software it has installed. The best way is to try first to remove the Perl software from the system with the deinstall option of the Universal Installer.
cu
Andreas

Similar Messages

  • [SOLVED] I lost all file-program associations!

    it's all gone, for all users, in fact, some were preserved (have only seen it in the folder) but stay read only (directories are associated with thunar and I can do nothing about it). maybe it has to do with uninstalling perl-file-mimeinfo, although I installed it for like 2 hours and then uninstalled it, or could be some problem with having a rather outdated nautilus (I have a custom-built nautilus with tracker support that I haven't bethered to update), although I do not think it's that because the same happens from thunar :\
    I'll keep trying to get them back, if you have any idea please enlight me, now I'm off to update nautilus.
    EDIT: Looks like shared-mime-info got corrupted somehow... I reinstalled it and now everything is back.
    Last edited by Phrodo_00 (2007-08-10 02:20:24)

    read reply #3 about the ORDER of uninstalling & installing
    If you uninstall and reinstall to fix, run the cleaner after UN and before RE
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Activity Monitor stoped working

    My Activity Monitor just stoped working I deleted the perference and it just opens the closes I don't know what to do

    Did you have Xcode installed at one point and then use the "/Developer/Tools/uninstall-devtools.pl" uninstall script to remove Xcode? There was a version of Xcode that would try to install the GraphKit.framework, but would skip it because it found that a newer version of the GraphKit.framework was already installed (as part of the OS X installation). When you then ran the "uninstall-devtools.pl" uninstall perl script, it would mistakenly remove the GraphKit.framework even though the Xcode installer never installed that.
    That would then cause problems like Activity Monitor crashing as well as other apps that were linked to that private framework.
    To fix this, follow the advice that Neil's link gave. (You should be able to use Pacifist to extract the GraphKit.framework from your original install disk, and then use the combo update for your current version of OS X to further bring that framework up to date).
    Hope this helps....
    Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.8)  

  • How to remove/uninstall custom installed perl modules?

    Hello all.
    Yesterday I upgraded from 10.3.7 to 10.4.5, then started to reinstall a bundle of perl modules (via the Terminal and 'perl Makefile.PL -- make -- make test -- [sudo] make install').
    As I saw too late, some of those modules I installed are now part of the standard OS X installation -- now some perl modules are twice on my machine, the 'originals' (so to say) in '/System/Library/Perl/5.8.6/...', and the 're-installed' are -- as usually -- in '/Library/Perl/5.8.6/...'.
    My questions:
    (1) Can these duplicates do any harm while executing perl code?
    (2) Is there an easy way to get rid of the duplicates (e.g., move the associated files in '/Library/Perl/5.8.6/...' to the trash)?
    Fortunately I have saved the terminal output of every installation, so it should be easy to find everything that was changed.
    Any advice is appreciated -- thanks in advance.
    Joerg
    G4/400 PCI (Oct. 1999) w/ 1 GB RAM & 128GB internal drive, Pioneer DVR-110D   Mac OS X (10.4.4)  

    Perl has a list of paths it searches when it needs to find a given module, similar to how the shell uses the PATH variable. If the things you installed are in a directory after that which contains Apple's official stuff, your stuff is invisible. Check the section labeled "@INC" in the output of 'perl -V'...that list is searched top-to-bottom.
    If what you installed is ahead of Apple's but what you installed is at least as high a version number as Apple's, again no problem in general. The modules Apple supplies have genereally quite stable API, so there's no problem if a program expects Appl'es but gets yours instead. OTOH, if you have a lower version, there could be trouble, since things may rely on the features only present in new versions (something for a certain OS X would reasonably assume "the stuff that came with that OS X" as a minimum).
    Anything you installed manually you can remove manually as well, using "rm" or dragging stuff to the trash. Modules often install a .packlist file somewhere in $arch/auto/ in your perl lib dir.
    I think you can often do '[sudo] make uninstall UNINST=1' to uninstall, assuming you kept the original builds or feel like redoing 'perl Makefile.PL' in the exact same version of the modules you installed. However, the 'uninstall' target is generally frowned upon by perl folks.

  • Uninstall all CPAN-installed Perl modules

    A while back, there was a large perl upgrade which required rebuilding of manually-installed Perl modules. At the time, I did not take much of any action as I did not use any applications which depended on CPAN-installed modules -- all I did was to uninstall some older Perl apps which I no longer used.
    Unfortunately, that has recently changed.
    Though I know exactly which modules I need to have on my system when all is said and done, I have no idea how to uninstall all of the old ones which came from the CPAN shell. Does anyone know how to do so?

    rowdog wrote:
    Well, modules are just files so, if you're lucky, the easy way is to find the directory where the modules were installed and delete them.
    If you're unlucky, you've intermingled CPAN modules with those installed by Arch. If that's the case, you might be able to delete each module by hand but you need to be careful not to wipe out Arch's modules. This is slow and hazardous work so please be careful.
    My guess would be that the files are installed in /usr/lib/perl5/site_perl, because mine's empty and that's what it's for. The exact location is controlled by whatever you used to install the modules. (cpan probably, but there are others.)
    If you're really lucky, you can get away with
    cd /usr/lib/perl5/site_perl
    rm -rf .
    Yes, I do have such bad luck. I have used the CPAN.pm shell, the AUR, and pacman to install Perl modules. I shall do more research regarding exactly what goes where during a CPAN.pm-based install. I am not at my own computer so I cannot do all of this now. I will get back to you on this tomorrow. Thank you for your response.
    Last edited by Bushman (2011-07-31 13:10:00)

  • Script cannot find perl Data:Dumper module

    Good day. I live in Australia and use a script called Shepherd to update my mythtv program listings.
    After upgrading a couple of days ago (first time in about 6 months) Shepherd has stopped working.
    Shepherd doesn't seem to find the perl data-dumper module, which is part of the base perl install.
    All my packages are up to date as of this post, and I am on the current kernel -
    uname -r
    3.4.9-1-ARCH
    ~/.shepherd/shepherd --check
    ERROR:
    Mandatory module 'Data::Dumper' not found.
    Please see the Wiki at <a href='http://svn.whuffy.com/wiki/Installation' class='bbc_url' title='External link' rel='nofollow external'>http://svn.whuffy.co...ki/Installation</a>
    for details on how to install this module.
    Shepherd is updating ~/.shepherd/output.xmltv (the listings information scraped from the net) but evidently needs the dumper module to post the data into MythTV.
    I'm not sure if it has something to do with this, which I don't properly understand -
    The current Arch Linux default perl installation installs updates to core modules into the perl core directories, creating file conflicts.  Examples include modules such as Data::Dumper and version.
    which is mentioned here.
    I appear to have it installed as part of the perl base package -
    sudo pacman -Qi perl
    Name : perl
    Version : 5.16.1-1
    URL : <a href='http://www.perl.org' class='bbc_url' title='External link' rel='nofollow external'>http://www.perl.org</a>
    Licenses : GPL PerlArtistic
    Groups : base
    Provides : perl-archive-extract=0.58 perl-archive-tar=1.82 perl-attribute-handlers=0.93 perl-autodie=2.10
    perl-autoloader=5.72 perl-autouse=1.07 perl-b-debug=1.17 perl-b-deparse=1.14 perl-b-lint=1.14
    perl-base=2.18 perl-bignum=0.29 perl-carp=1.26 perl-cgi=3.59 perl-compress-raw-bzip2=2.048
    perl-compress-raw-zlib=2.048 perl-constant=1.23 perl-cpan=1.9800 perl-cpan-meta=2.120630
    perl-cpan-meta-yaml=0.007 perl-cpanplus=0.9121 perl-cpanplus-dist-build=0.62 perl-data-dumper=2.135
    So it seems Shepherd is suddenly not finding it for some reason, after the upgrade.
    I tried installing the perl-data-dumper packages from the AUR (simple and concise) and neither of those made any difference.
    I also tried installing the module with a cpan command (as root) but that gave me errors (which I'd rather not have to deal with unless I have to to fix this issue).
    cpan
    Terminal does not support AddHistory.
    cpan shell -- CPAN exploration and modules installation (v1.9800)
    Enter 'h' for help.
    cpan[1]> install data:dumper
    Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
    sh: /bin/gzip: No such file or directory
    ............................................................................DONE
    Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
    sh: /bin/gzip: No such file or directory
    Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Line-Count header.
    Please check the validity of the index file by comparing it to more
    than one CPAN mirror. I'll continue but problems seem likely to
    happen.
    Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Last-Updated header.
    Please check the validity of the index file by comparing it to more
    than one CPAN mirror. I'll continue but problems seem likely to
    happen.
    Subroutine AUTOLOAD redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 31.
    Subroutine import redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 49.
    Subroutine tv_interval redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 70.
    .Could not split line["H\"rW{0M4K\cV1=YFH\cV\c^rqv\c?\c]hKUe\cGL)4:4\cH]C\cPW`_|#MU4}\c_\c_%\cQ\cN\cX8M}%e\cR|\cG-K\c?~\cAM_cREx#AnvAZDi\$\c\!h\cZ\cI^uG0 )>TQ}p{Q[Ah\cNIK\cV+R"]
    Could not split line["-6W/GQp\cOm`>UwBP[5"]
    Could not split line["\@\cPI\cW,(zY2]uA!fVegsf\\V\cGfL\cHY4ki\cFvLgY\\\c\Ed\cK\cTe-\cC0\@d!?\cSU/\\G8\cAt?(\cY.L\cZ\cBrtl~s[4\@\cF\cWu*D>I"]
    Could not split line["hb\cSKA1\cCjX(w/K\cA"]
    Giving up parsing your /root/.cpan/sources/modules/02packages.details.txt.gz, too many errorsReading '/root/.cpan/sources/authors/01mailrc.txt.gz'
    sh: /bin/gzip: No such file or directory
    ............................................................................DONE
    Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
    sh: /bin/gzip: No such file or directory
    Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Line-Count header.
    Please check the validity of the index file by comparing it to more
    than one CPAN mirror. I'll continue but problems seem likely to
    happen.
    Subroutine AUTOLOAD redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 31.
    Subroutine import redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 49.
    Subroutine tv_interval redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 70.
    Warning: Your /root/.cpan/sources/modules/02packages.details.txt.gz does not contain a Last-Updated header.
    Please check the validity of the index file by comparing it to more
    than one CPAN mirror. I'll continue but problems seem likely to
    happen.
    Subroutine AUTOLOAD redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 31.
    Subroutine import redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 49.
    Subroutine tv_interval redefined at /usr/lib/perl5/site_perl/Time/HiRes.pm line 70.
    .Could not split line["H\"rW{0M4K\cV1=YFH\cV\c^rqv\c?\c]hKUe\cGL)4:4\cH]C\cPW`_|#MU4}\c_\c_%\cQ\cN\cX8M}%e\cR|\cG-K\c?~\cAM_cREx#AnvAZDi\$\c\!h\cZ\cI^uG0 )>TQ}p{Q[Ah\cNIK\cV+R"]
    Could not split line["-6W/GQp\cOm`>UwBP[5"]
    Could not split line["\@\cPI\cW,(zY2]uA!fVegsf\\V\cGfL\cHY4ki\cFvLgY\\\c\Ed\cK\cTe-\cC0\@d!?\cSU/\\G8\cAt?(\cY.L\cZ\cBrtl~s[4\@\cF\cWu*D>I"]
    Could not split line["hb\cSKA1\cCjX(w/K\cA"]
    Giving up parsing your /root/.cpan/sources/modules/02packages.details.txt.gz, too many errorsTerminal does not support GetHistory.
    Lockfile removed.
    It says that the 02packages.details.txt.gz file is missing, but it looks like it's there -
    ls /root/.cpan/sources/modules/
    02packages.details.txt.gz 03modlist.data.gz
    I thought I might uninstall and reinstall perl but I got dependency errors and I'm not game to force an uninstall unless I get advice to do so -
    pacman -Rs perl
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: automake: requires perl
    :: cdrkit: requires perl
    :: ddclient: requires perl
    :: git: requires perl>=5.14.0
    :: groff: requires perl
    :: gtk-doc: requires perl
    :: hspell: requires perl
    :: hyphen: requires perl
    :: imagemagick: requires perl
    :: lm_sensors: requires perl
    :: mod_perl: requires perl
    :: openssl: requires perl
    :: perl-algorithm-diff: requires perl
    :: perl-archive-zip: requires perl>=5.10.0
    :: perl-class-factory-util: requires perl
    :: perl-class-inspector: requires perl>=5.6.0
    :: perl-class-load: requires perl
    :: perl-class-methodmaker: requires perl>=5.10.0
    :: perl-class-singleton: requires perl>=5.10.0
    :: perl-convert-binhex: requires perl
    :: perl-data-dump: requires perl>=5.006
    :: perl-data-optlist: requires perl-scalar-list-utils
    :: perl-datetime-format-builder: requires perl
    :: perl-dbi: requires perl
    :: perl-digest-sha1: requires perl
    :: perl-email-date-format: requires perl
    :: perl-encode-locale: requires perl>=5.008
    :: perl-error: requires perl>=5.10.0
    :: perl-fcgi: requires perl
    :: perl-file-listing: requires perl>=5.8.8
    :: perl-file-slurp: requires perl>=5.14.0
    :: perl-font-afm: requires perl>=5.5.0
    :: perl-html-form: requires perl>=5.8.8
    :: perl-html-formattext: requires perl>=5.10.0
    :: perl-html-parser: requires perl>=5.12.1
    :: perl-html-tagset: requires perl>=5.10.0
    :: perl-html-tree: requires perl>=5.10.0
    :: perl-http-cache-transparent: requires perl>=5.10.0
    :: perl-http-cookies: requires perl>=5.8.8
    :: perl-http-daemon: requires perl>=5.8.8
    :: perl-http-date: requires perl>=5.8.8
    :: perl-http-message: requires perl>=5.8.8
    :: perl-http-negotiate: requires perl>=5.8.8
    :: perl-image-size: requires perl
    :: perl-io-socket-ssl: requires perl>=5.10.0
    :: perl-io-string: requires perl>=5.10.0
    :: perl-io-stringy: requires perl
    :: perl-libwww: requires perl>=5.8.1
    :: perl-lingua-en-numbers-ordinate: requires perl>=5.10.0
    :: perl-lingua-preferred: requires perl>=5.10.0
    :: perl-linux-pid: requires perl
    :: perl-list-moreutils: requires perl>=5.5.30
    :: perl-lwp-mediatypes: requires perl>=5.6.2
    :: perl-lwp-protocol-https: requires perl>=5.8.1
    :: perl-math-round: requires perl
    :: perl-mime-lite: requires perl
    :: perl-mime-types: requires perl
    :: perl-mozilla-ca: requires perl>=5.006
    :: perl-net-http: requires perl>=5.6.2
    :: perl-net-upnp: requires perl
    :: perl-package-stash: requires perl>=5.8.1
    :: perl-package-stash: requires perl-scalar-list-utils
    :: perl-package-stash-xs: requires perl>=5.8.1
    :: perl-params-classify: requires perl>=5.10.1
    :: perl-params-util: requires perl>=5.5.30
    :: perl-params-validate: requires perl
    :: perl-parse-recdescent: requires perl>=5.10.0
    :: perl-perl4-corelibs: requires perl>=5.006
    :: perl-soap-lite: requires perl
    :: perl-socket6: requires perl
    :: perl-sub-exporter: requires perl>=5.6.0
    :: perl-sub-install: requires perl
    :: perl-sub-uplevel: requires perl
    :: perl-term-readkey: requires perl
    :: perl-test-warn: requires perl>=5.10.0
    :: perl-text-iconv: requires perl
    :: perl-timedate: requires perl
    :: perl-tk: requires perl
    :: perl-unicode-string: requires perl
    :: perl-unicode-utf8simple: requires perl>=5.10.0
    :: perl-uri: requires perl>=5.10.0
    :: perl-www-robotrules: requires perl>=5.8.1
    :: perl-xml-dom: requires perl>=5.10.0
    :: perl-xml-namespacesupport: requires perl
    :: perl-xml-parser: requires perl
    :: perl-xml-regexp: requires perl
    :: perl-xml-sax: requires perl
    :: perl-xml-sax-base: requires perl
    :: perl-xml-simple: requires perl
    :: perl-xml-twig: requires perl
    :: perl-xml-writer: requires perl
    :: perl-xml-xpath: requires perl
    :: perl-yaml: requires perl>=5.10.0
    :: perl-yaml-syck: requires perl
    :: rsync: requires perl
    :: system-tools-backends: requires perl
    :: webmin: requires perl
    Any help would be greatly appreciated.
    Thanks
    belbo
    Last edited by belbo (2012-08-26 00:33:52)

    Thanks
    Results as follows -
    perl -MData::Dumper -e1
    Perl API version v5.14.0 of Data::Dumper does not match v5.16.0 at /usr/lib/perl5/site_perl/XSLoader.pm line 95.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    $ perl /mnt/Data/Scripts/Perl_Module_Check.pl wheremod Data::Dumper
    Data::Dumper /usr/lib/perl5/site_perl/Data/Dumper.pm
    Data::Dumper /usr/lib/perl5/core_perl/Data/Dumper.pm
    I ran the full delete command after backing up the directories (there was a lot in them)
    rm -rf /usr/lib/perl5/site_perl/* /usr/share/perl5/site_perl/*
    This resulted in a different missing module -
    $ sudo rm -rf /usr/lib/perl5/site_perl/* /usr/share/perl5/site_perl/*
    $ ~/.shepherd/shepherd --check
    ERROR:
    Mandatory module 'List::Compare' not found.
    I restored the backup and deleted only Data::Dumper but then got a missing XMLTV module -
    $ ~/.shepherd/shepherd --check
    $[ used in numeric lt (<) (did you mean $] ?) at /usr/share/perl5/site_perl/XML/Twig.pm line 7278.
    $[ used in numeric lt (<) (did you mean $] ?) at /usr/share/perl5/site_perl/XML/Twig.pm line 7284.
    $[ used in numeric lt (<) (did you mean $] ?) at /usr/share/perl5/site_perl/XML/Twig.pm line 7296.
    ERROR:
    Mandatory module 'XMLTV' not found.
    Following this post, I did the following, which returned no results -
    https://bbs.archlinux.org/viewtopic.php?pid=1110598
    $ sudo pacman -Qml | awk '/_perl\/auto\/.+\.so$/ { print $1 }' | uniq
    I then did the following -
    $ sudo rm -rf /usr/lib/perl5/*
    $ sudo pacman -S perl
    warning: perl-5.16.1-1 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): perl-5.16.1-1
    Total Installed Size: 48.33 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [#######################################################] 100%
    (1/1) loading package files [#######################################################] 100%
    (1/1) checking for file conflicts [#######################################################] 100%
    (1/1) checking available disk space [#######################################################] 100%
    (1/1) upgrading perl [#######################################################] 100%
    $ ~/.shepherd/shepherd --check
    ERROR:
    Mandatory module 'XMLTV' not found.
    Oops. Then saw your next post saying not to do that as you'd lose the vendor modules, which I did. I had backed up so I restored, so still have the vendor stuff.
    In case its of any assistance, this is what my perl lib and share directories look like -
    [ben@htpc ~]$ ls /usr/lib/perl5
    core_perl site_perl site_perl.bak vendor_perl
    [ben@htpc ~]$ ls /usr/lib/perl5/site_perl
    Alien auto Data Encode encoding.pm Filter List Net perlfilter.pod SVN Term Unicode version.pm XML
    Attribute Compress Digest Encode.pm FCGI.pm filter-util.pl Math Params Storable.pm Sys Time version version.pod XSLoader.pm
    [ben@htpc ~]$ ls /usr/lib/perl5/vendor_perl
    Apache Attribute Crypt DateTimePP.pm dbixs_rev.pl GD.pm Image ModPerl Package SNMP.pm Text Unicode YAML
    Apache2 auto DateTime DBD Digest gv.pm JSON mod_perl2.pm Params Socket6.pm Tie Win32
    APR Bundle DateTime.pm DBI FCGI.pm gv.so Linux Net qd.pl SVN Tk Xfce4
    APR.pm Class DateTimePPExtra.pm DBI.pm GD HTML List NetSNMP RRDs.pm Term Tk.pm XML
    [ben@htpc ~]$ ls /usr/lib/perl5/core_perl
    arybase.pm Compress Cwd.pm DynaLoader.pm Fcntl.pm I18N List ODBM_File.pm perllocal.pod Socket.pm threads.pm
    attributes.pm Config_git.pl Data Encode File IO Math Opcode.pm POSIX.pm Storable.pm Tie
    auto Config_heavy.pl DB_File.pm Encode.pm Filter IO.pm MIME O.pm re.pm Sys Time
    B Config.pm Devel encoding.pm GDBM_File.pm IPC mro.pm ops.pm Scalar Text Unicode
    B.pm CORE Digest Errno.pm Hash lib.pm NDBM_File.pm PerlIO SDBM_File.pm threads
    [ben@htpc ~]$ ls /usr/share/perl5/
    core_perl site_perl vendor_perl
    [ben@htpc ~]$ ls /usr/share/perl5/core_perl
    AnyDBM_File.pm bignum.pm Config Digest.pm fields.pm IO Object PerlIO.pm Term utf8.pm
    App bigrat.pm constant.pm DirHandle.pm File IPC open.pm pod Test vars.pm
    Archive blib.pm CPAN Dumpvalue.pm FileCache.pm JSON overload Pod Test.pm version
    Attribute bytes_heavy.pl CPANPLUS dumpvar.pl FileHandle.pm less.pm overloading.pm Safe.pm Text Version
    autodie bytes.pm CPANPLUS.pm Encode filetest.pm Locale overload.pm Search Thread version.pm
    autodie.pm Carp CPAN.pm encoding Filter locale.pm Package SelectSaver.pm Thread.pm vmsish.pm
    AutoLoader.pm Carp.pm DBM_Filter English.pm FindBin.pm Log Params SelfLoader.pm Tie warnings
    AutoSplit.pm CGI DBM_Filter.pm Env.pm Getopt Math parent.pm sigtrap.pm Time warnings.pm
    autouse.pm CGI.pm DB.pm Exporter HTTP Memoize Parse sort.pm Unicode XSLoader.pm
    B _charnames.pm deprecate.pm Exporter.pm I18N Memoize.pm Perl strict.pm unicore
    base.pm charnames.pm Devel ExtUtils if.pm Module perl5db.pl subs.pm UNIVERSAL.pm
    Benchmark.pm Class diagnostics.pm Fatal.pm inc Net perlfaq.pm Symbol.pm User
    bigint.pm Compress Digest feature.pm integer.pm NEXT.pm PerlIO TAP utf8_heavy.pl
    [ben@htpc ~]$ ls /usr/share/perl5/site_perl
    Alien bigint.pm Bundle Class CPANPLUS DateTime ExtUtils HTML IPC Locale LWP.pm Math MythTV Object Try YAML
    Archive bignum.pm CGI Compress CPANPLUS.pm Encode File HTTP JSON LWP lwptut.pod Module MythTV.pm Test WWW YAML.pm
    Attribute bigrat.pm CGI.pm CPAN Date Env.pm Filter IO List lwpcook.pod Mail Mozilla Net Tie XML
    [ben@htpc ~]$ ls /usr/share/perl5/vendor_perl
    abbrev.pl bigrat.pl ctime.pl Error Font HTML LWP.pm open2.pl SOAP Time validate.pl
    Algorithm cacheout.pl Data Error.pm ftp.pl HTTP Mail open3.pl stat.pl timelocal.pl WWW
    Apache CGI Date exceptions.pl getcwd.pl Image Math Package Sub Tree XML
    Archive CGI.pm DateTime fastcwd.pl getopt.pl importenv.pl MIME Parse syslog.pl Try XMLRPC
    assert.pl chat2.pl Dist File getopts.pl IO Module Perl4 tainted.pl UDDI XMLTV
    auto Class dotsh.pl finddepth.pl Git Lingua Mozilla pwd.pl Term Unicode XMLTV.pm
    bigfloat.pl complete.pl Email find.pl Git.pm look.pl Net RRDp.pm termcap.pl URI YAML
    bigint.pl Convert Encode flush.pl hostname.pl LWP newgetopt.pl shellwords.pl Test URI.pm YAML.pm
    Any further assistance would be greatly appreciated.
    Thanks
    belbo
    Last edited by belbo (2012-08-27 13:40:14)

  • Perl Flip 8230 & XP 64-bit - Desktop manager does not respond

    Greetings.
    I am using a brand new Perl Flip 8230 (black), along with the new software (the CD has a timestamp of 2008.12.18, well after the last update of 2008.11.17).
    When I install the software, it claims to be the 4.7 version, but I am having quite a few issues with it. First of all, while all the drivers install nicely, and the phone is recognized by the connection software, I am unable to *properly* launch the Desktop Manager.
    An inital launch (click on icon) of the Desktop Manager causes it to appear in the Task Manager, but it never ends up showing up on the screen. I even tried waiting for 1/2 hr, no dice. A second attempt at launching (without shutting down the process first) does cause it to appear, but it ends up completely unresponsive. There is still only one executable in the Task Manager (the second attempt did not launch a second copy), but what exists on the screen does not respond to any actions.
    The window that appears is almost completely blank - the dark grey background-image is visible, but pretty well no other text or icons of any kind exist aside from a large "Menu" at the upper left, which is also nonresponsive. As well, trying to close the window by using the red X at the upper right is completely unsuccessful. In order to close the program, I need to go to the task manager, find the process, and "End Process Tree". Nothing else works.
    Finally, the window that does appear also has a version number at the bottom in tiny text - version 4.5 of the desktop manager. HUH?!
    I tried to install a downloaded version of 4.7 (in case there was a mix-up at the factory), but it claimed that a newer copy of the software was installed. Somehow "4.7" is older than "4.5". Strange, that. Selecting the "desktopmgr.exe" file to run in compatibility mode as plain old "XP" also does not work.
    I tried to repair the installation, no dice. I have now uninstalled the software in preparation of using the 4.7 version straight from the Blackberry website. I will report back on how well that works.
    As a final note, I am running Windows XP 64-bit, with the latest service pack (SP2) and all the latest patches and updates (SP3 does not exist for XP 64-bit). I cannot install the software on a 32-bit version of XP because I do not have XP 32-bit on any of my computers. Nor do I have Vista (either 32-bit or 64-bit). I have Linux (5 computers), OpenBSD (3 computers), OpenSolaris (1 computer), Windows 2003 64-bit (2 servers), Windows 2008 64-bit (1 test machine) and several other experimental platforms (HaikuOS, BeOS, etc.), but no XP 32-bit. Sorry.
    My other half's computer is an older 1Ghz PowerPC4 iMac (2nd gen iMac - "lampshade" model) running 10.4 (most recent update), but that computer is not one I want to use. I am also unsure if the Blackberry software is capable of running on PowerPC Macs, as it may be Intel-only (I haven't had a chance to check yet).
    If someone has any idea why my Desktop Manager is completely unresponsive, please help.
    And yes, I did reboot after installation. I seriously doubt that this is an ID-ten-T error. PEBKAC does not apply!!

    An installation of the downloaded 4.7 software did not function; all symptoms were idential to the version supplied on CD.
    I am shutting this thread down in favour of a post in a more appropriate category. Please provide any replies in that thread.

  • How to uninstall Adobe Reader under Linux ? All fail ...

    I'm under Ubuntu 12.04
    As said, none of the rares solutions purposed here works.
    I installed first AdbeRdr9.5.5-1_i386linux_enu.deb.
    I didnt take attention that it was in english, I want it in french.
    I then tried to install AdbeRdr9.4.2-1_i386linux_fra.deb
    but I had errors:
    jean-paul@ubuntu-jpr:~$ sudo gdebi -n $MyPath/debs/AdbeRdR9.4.2-1_i386linux_fra.deb
    [sudo] password for jean-paul:
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Building data structures... Done
    Building data structures... Done
    (Lecture de la base de données... 346254 fichiers et répertoires déjà installés.)
    Dépaquetage de adobereader-fra:i386 (à partir de .../AdbeRdR9.4.2-1_i386linux_fra.deb) ...
    dpkg : erreur de traitement de /media/JUJULAND/Install avancée/debs/AdbeRdR9.4.2-1_i386linux_fra.deb (--install) :
    tentative de remplacement de « /opt/Adobe/Reader9/Reader/intellinux/plug_ins3d/2d.x3d », qui appartient aussi au paquet adobereader-enu:i386 9.5.5
    dpkg-deb (sous-processus) : données : erreur d'écriture interne de gzip: Relais brisé (pipe)
    dpkg-deb : erreur : le sous-processus <decompress> a retourné une erreur de sortie d'état 2
    dpkg-deb (sous-processus) : échec en écriture lors d'une copie de buffer pour impossible d'écrire dans le tube pour copie: Relais brisé (pipe)
    Des erreurs ont été rencontrées pendant l'exécution :
    /media/JUJULAND/Install avancée/debs/AdbeRdR9.4.2-1_i386linux_fra.deb
    I then tried to uninstall, but no tool has been able to uninstall it
    gedbi    : (error)
    synaptic : (package doesn't appears in it)
    dpkg     : (error)
    When running this command, I have this result :
    jean-paul@ubuntu-jpr:~$ dpkg -l|grep -i adobe
    ii  adobereader-enu:i386    9.5.5                         Adobe Reader allows you to view navigate ...
    ii  cmap-adobe-japan2       0+20090930-2                  CMaps for Adobe-Japan2
    ii  flashplugin-installer   11.2.202.310ubuntu0.12.04.1   Adobe Flash Player plugin installer
    ii  libfont-afm-perl        1.20-1                        Font::AFM - Interface to Adobe Font Metrics files
    jean-paul@ubuntu-jpr:~$
    But impossible to remove this version.
    jean-paul@ubuntu-jpr:~$ sudo dpkg -P adobereader-enu
    dpkg : avertissement : there's no installed package matching adobereader-enu
    jean-paul@ubuntu-jpr:~$ sudo dpkg -P adobereader-enu:386
    dpkg : avertissement : there's no installed package matching adobereader-enu:386
    jean-paul@ubuntu-jpr:~$
    How can I do ?
    Please, don't answer [duplicate] ...
    Thanks
    A+

    I have already tried with synaptic, but I can't file the packet in synaptic.
    I just solved the install of 9.4.2-1 using apt-get install --force adbr....
    But why useing dpkg -l as said before, I saw the trace all the version 9.4.2-1 (it's normal), but also 9.5.5.1
    A+

  • Uninstalling Xcode 3.0: Is trashing the developer folder sufficient?

    Hi. I'm not a developer. The only reason I attempted to install Xcode 3.0 was to tinker with the performance and diagnostic tools. Now I am ready to uninstall it. I've have uninstalled it once, using the provided script. It seemed to have cleaned out everything, (the developer folder was completely empty).
    I thought I could install the package selectively so I tried running the CHUD package but it gave some sort of odd error. So I gave up and installed the whole developer package again. A few weeks later I was ready to uninstall it. I tried running the script but it gave me a few errors. When I checked the developer folder there was still some files left behind. The remaining files all appeared to be related to the CHUD component of the installation. I was a bit vexed. I tried reinstalling the whole package and running the uninstall script but the files remained.
    When looking at the file installation list it appeared that everything was installed in the developer folder. I trashed what was left in the developer folder, being fairly confident that the entire installation was cleaned out. Though I'm not totally sure. Which brings me to my question.
    Is there anything left behind from an Xcode 3.0 installation if I simply chose to trash the contents of /Developer? I suspect that some is left behind because the installation error from the CHUD package seemed to have changed something that prevented the uninstaller script from properly removing the entire installation. Sorry if I seem a bit fussy. Thanks for reading this.

    Hi, thanks for answering. Actually I had attempted to use that script as mentioned in my post. It had worked reliably before but it did not work when I ran it a second time. I suspected that a botched installation using the CHUD package on the Leopard DVD had screwed up something in the bom, preventing the perl script from doing a proper job of cleaning out all the files.
    Anyways, after looking around I found out that Apple has made available a separate installation package for CHUD. So I installed that and then tried uninstalling using the CHUD remover app. It seems to have removed everything except a CPU preference pane in the extras folder.
    Anyways I'm pretty sure that my tinkering these last couple of days should have removed all the installed system files. I even selected a few random files per the xcode installation list and checked to see if they were still in the system. The scripts and app seem to do a pretty good job of cleaning up as far as I can tell. The fact that uninstaller did not always do a proper job of cleaning up the installation was always a pet peeve of mine from the windows world.
    I've given up on making sure that every single file has been removed. My big concern is whether stuff left behind in the system folders would have a negative impact on system performance or would cause problems in systems operation.
    Another thing is that I didn't see the point in giving up 2 gigs of HD space when I only planed to use only a small component of the SDK. Apple should have included the separate CHUD package on the Leopard DVD. Just my 2 cents.
    Message was edited by: Episcript

  • Loading perl module LWP::Simple causes seg fault

    I just ran pacman -Syu (upgraded 400 packages and the kernel went from 3.12.9-2 to 3.16.1-1 to give an idea of the last time I updated this system).
    Now when I run:
    perl -e 'use LWP::Simple'
    It seg faults and dumps core.
    pacman says: /usr/share/perl5/vendor_perl/LWP/Simple.pm is owned by perl-libwww 6.08-1 Which is the current version.  I tried reverting to 6.05-1 (the version I had previously) but it give the same result.
    Checking pacman.log, I see two errors:
    [2014-08-30 21:31] [PACMAN] installed perl-xml-sax-base (1.08-3)
    [2014-08-30 21:31] [ALPM-SCRIPTLET] /tmp/alpm_TUIVDd/.INSTALL: line 1: 21528 Segmentation fault (core dumped) perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" &> /dev/null
    [2014-08-30 21:31] [PACMAN] installed perl-xml-sax (0.99-4)
    [2014-08-30 21:31] [ALPM-SCRIPTLET] could not find ParserDetails.ini in /usr/share/perl5/vendor_perl/XML/SAX
    So I uninstalled those packages and when I reinstalled, there were no errors... that didn't help.
    Any ideas?

    I found what's causing it, but still don't know how it got there.  For anyone else who has similar problems, here's how I found which module was the problem:
    strace perl -e 'use LWP::Simple' |& grep '^open' | tail -1
    In my case, it shows:
    open("/usr/lib/perl5/site_perl/auto/Storable/Storable.so", O_RDONLY|O_CLOEXEC) = 5
    I'm not sure why I have that file when I also have the proper /usr/lib/perl5/core_perl/auto/Storable/Storable.so.  Perhaps I was installing stuff from CPAN and it did that to fulfill a dependency?
    And it's far from the only one:  I found 27 other .so duplicates in site_perl that are also in core_perl:
    cd /usr/lib/perl5/site_perl
    find . -name "*.so" | xargs -n1 pacman -Qo |& grep "No package owns" | cut -c24- | xargs -n1 -I{} ls -l ../core_perl/{} |& grep -v "cannot access"
    Cleaning this up isn't going to be fun... I have 12 more .so's in site_perl that do NOT exist in core_perl or vendor_perl... so I can't just delete all unowned files in site_perl.

  • How to uninstall all current installed JRE with one command / tool?

    Hello together,
    is there a tool or a command which allow me to uninstall all current installed java versions?
    The problem is, that I hava a lot of different configurations in our network.
    And now I want to install on all the pcs the same JRE. But it is not the 1.6.17 - so I can´t
    use the autoupdate function of JRE.
    I want to install JRE 1.6.07.
    My OS is Windows XP SP3.
    So I need a tool or an command which uninstall or delete the current installed JRE versions.
    Best regards,
    Philipp

    pklumpp wrote:
    is there a tool or a command which allow me to uninstall all current installed java versions?[http://www.java.com/en/download/help/uninstall_java.xml]
    You can probably cobble together a perl script
    using [Win32::Registry::File|http://search.cpan.org/~avatar/Win32-Registry-File-1.10/File.pm]
    and the information here.
    You would have to make perl available on a shared drive.
    ...I want to install on all the pcs the same JRE. But it is not the 1.6.17 - so I can´t
    use the autoupdate function of JRE.[http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/silent.html#running]

  • [Solved] Cannot compile, data dump error (Perl)

    I'm not a developer, so this may be something simple. I'm trying to get a package to compile and I get this error:
    autoreconf: Entering directory `.'
    autoreconf: configure.in: not using Gettext
    autoreconf: running: aclocal --force
    Perl API version v5.14.0 of Data::Dumper does not match v5.16.0 at /usr/share/perl5/core_perl/XSLoader.pm line 92.
    Compilation failed in require at /usr/share/autoconf/Autom4te/C4che.pm line 33.
    BEGIN failed--compilation aborted at /usr/share/autoconf/Autom4te/C4che.pm line 33.
    Compilation failed in require at /usr/bin/autom4te line 37.
    BEGIN failed--compilation aborted at /usr/bin/autom4te line 37.
    aclocal: error: /usr/bin/autom4te failed with exit status: 255
    autoreconf: aclocal failed with exit status: 255
    ==> ERROR: A failure occurred in build().
    Aborting...
    I tried uninstalling and re-installing Perl as I imagine this was caused by upgrading pacman.
    Any ideas?
    **UPDATE**
    Removed the Data Dumper module, works fine now. I don't remember installing it in the first place, oh well
    Last edited by jskier (2012-06-04 23:23:06)

    ravicious wrote:How did you manage to remove the data dumper module? Also you've got it installed, because the perl package includes it.
    I also had one in AUR installed for some reason (this is the one I removed):
    https://aur.archlinux.org/packages.php?ID=59760

  • Yosemite: active Perl 5.16 @INC includes Perl 5.18 pathes

    Hi friends,
    I'm a Perl developer and I recently upgraded to Yosemite.
    The active running perl is version 5.15.3 - check with "perl --version".
    The question "which perl -a" points to /opt/local/bin/perl and symlinks to  -> perl5.16.
    That is o.k., /opt/local/bin/perl5.16.3 links to perl5.16 too.
    When I use a new module - unknown to perl - I get the well known message "Can't locate Mymodule.pm in @INC ... and then: @INC contains: ... /Library/Perl/5.18/darwin-thread-multi-2level /Library/Perl/5.18 /Network/Library/Perl/5.18/darwin-thread-multi-2level /Network/Library/Perl/5.18 and all other known (and added 5.18 perl.pm folders).
    That means, perl5.16.3 on Yosemite looks for 5.18. modules as a standard.

    0. Since you have barely enough Ram, you must be very careful about running too many apps together, and avoid everything that is not really needed, or even not compatible.
    1. uninstall iAntivirus and MacKeeper completely, Counterproductive.
    Uninstall also the Seagate disk software.
    2. you have uTorrent installed and used it. Even worse it runs continuously! This app- as other torrent apps- broadcatsts your data, and the downloaded items are often infected. A mac is much more sensitive than a PC. So carefully examine which apps were so downloaded; and think about it before  using the torrent app again.
    3. In SystemPreferences->Users&Groups->LoginItems   remove ALL  entries, with the minus sign underneath.
    After that restart.
    4. Now uninstall the following:  Growl, smcFancontrol, LittleSnitch, AndroidFileTransfer.
    5. I do not have experience with all those audio and music apps you use, but I expect several are not (yet) compatible with Yosemite. Check that and uninstall what is not ready for Yosemite. Maybe you do not even need some at all.
    6. Rethink which apps are hacked. They may be infected.
    7. In MacintoshHD->Library->InternetPlug-ins  delete the two  AdobePDFViewer plugins.
    8. In MacintoshHD->Library->LaunchDaemons  delete the  Adobe Switchboard plist.
    9. Carefully research the compatibility of Digidesign !!

  • How to uninstall the "default" Firefox plugins?

    I installed firefox from the extra repo. Sadly, it came with a bunch of plugins preinstalled (e.g., a Windows and Quicktime plugin). Primary reason I moved to Arch was to be able to install only what I want. This is not conducive to that.
    Anybody know how to uninstall the plugins?
    I read pacman manual and played around with pacman -Ql and -Qi etc. I also tried looking for some package that contained all the plugins. But I wasn't successful.

    aalib 1.4rc5-10
    accountsservice 0.6.38-1
    acl 2.2.52-2
    alsa-lib 1.0.28-1
    alsa-plugins 1.0.28-2
    apache 2.4.10-1
    apr 1.5.1-1
    apr-util 1.5.4-1
    archlinux-keyring 20140908-1
    aspell 0.60.6.1-2
    at-spi2-atk 2.12.1-1
    at-spi2-core 2.12.0-1
    atk 2.12.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.14.1-1
    avahi 0.6.31-13
    baobab 3.12.1-1
    bash 4.3.030-1
    binutils 2.24-7
    bison 3.0.2-1
    bluez 5.24-1
    bzip2 1.0.6-5
    ca-certificates 20140325-2
    ca-certificates-cacert 20140824-1
    ca-certificates-mozilla 3.17.1-1
    ca-certificates-utils 20140325-2
    cairo 1.12.16-3
    cairomm 1.10.0-3
    cantarell-fonts 0.0.15-1
    caribou 0.4.13-1
    cdparanoia 10.2-5
    celt 0.11.3-2
    cheese 3.12.2-1
    chromaprint 1.1-2
    chromium 38.0.2125.101-1
    cifs-utils 6.3-2
    cloog 0.18.1-3
    clutter 1.18.4-1
    clutter-gst 2.0.12-1
    clutter-gtk 1.5.2-1
    cogl 1.18.2-1
    colord 1.2.3-1
    colord-gtk 0.1.25-2
    compositeproto 0.4.2-3
    coreutils 8.23-1
    cracklib 2.9.1-1
    cryptsetup 1.6.6-1
    cups-pk-helper 0.2.5-1
    curl 7.38.0-2
    damageproto 1.2.1-3
    db 5.3.28-1
    dbus 1.8.8-1
    dbus-glib 0.102-1
    dconf 0.20.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.111-1
    dhcpcd 6.5.0-1
    dialog 1:1.2_20140911-1
    diffutils 3.3-2
    dirmngr 1.1.1-3
    djvulibre 3.5.25.3-2
    dnssec-anchors 20140629-1
    dnsutils 9.9.2.P2-2
    dotconf 1.3-4
    e2fsprogs 1.42.12-1
    elfutils 0.159-1
    enca 1.15-1
    enchant 1.6.0-5
    eog 3.12.2-1
    epiphany 3.12.1-2
    evince 3.12.2-1
    evolution-data-server 3.12.5-1
    exempi 2.2.1-2
    exiv2 0.24-1
    expat 2.1.0-3
    faac 1.28-5
    faad2 2.7-4
    fakeroot 1.20.1-1
    ffmpeg 1:2.4.2-2
    fftw 3.3.4-1
    file 5.19-1
    filesystem 2014.07-1
    findutils 4.4.2-6
    firefox 32.0.3-1
    fixesproto 5.0-3
    flac 1.3.0-4
    flex 2.5.39-1
    fluidsynth 1.1.6-3
    folks 0.9.8-1
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    freetype2 2.5.3-2
    fribidi 0.19.6-2
    fuse 2.9.3-2
    gawk 4.1.1-1
    gc 7.4.2-2
    gcc 4.9.1-2
    gcc-libs 4.9.1-2
    gcr 3.12.2-1
    gdbm 1.11-1
    gdk-pixbuf2 2.30.8-1
    gdm 3.12.2-1
    geary 0.8.1-1
    gedit 3.12.2-1
    geoclue2 2.1.8-2
    geocode-glib 3.12.2-1
    gettext 0.19.2-2
    ghostscript 9.15-1
    giflib 5.1.0-1
    git 2.1.2-1
    gjs 1.40.1-1
    glib-networking 2.40.1-1
    glib2 2.40.0-2
    glibc 2.20-2
    glibmm 2.40.0-1
    glu 9.0.0-3
    gmime 2.6.20-2
    gmp 6.0.0-1
    gnome-backgrounds 3.12.2-1
    gnome-bluetooth 3.12.0-1
    gnome-calculator 3.12.3-1
    gnome-color-manager 3.12.3-1
    gnome-contacts 3.12.0-1
    gnome-control-center 3.12.1-3
    gnome-desktop 1:3.12.2-1
    gnome-dictionary 3.10.0-1
    gnome-disk-utility 3.12.1-1
    gnome-font-viewer 3.12.0-1
    gnome-icon-theme 3.12.0-2
    gnome-icon-theme-extras 3.12.0-1
    gnome-icon-theme-symbolic 3.12.0-2
    gnome-keyring 3.12.2-1
    gnome-menus 3.10.1-2
    gnome-online-accounts 3.12.3-1
    gnome-screenshot 3.12.0-1
    gnome-session 3.12.1-1
    gnome-settings-daemon 3.12.2-1
    gnome-shell 3.12.2-1
    gnome-shell-extensions 3.12.2-1
    gnome-system-log 3.9.90-1
    gnome-system-monitor 3.12.2-1
    gnome-terminal 3.12.3-1
    gnome-themes-standard 3.12.0-1
    gnome-user-docs 3.12.2-1
    gnome-user-share 3.10.2-3
    gnome-video-effects 0.4.1-1
    gnupg 2.0.26-1
    gnutls 3.3.9-1
    gobject-introspection 1.40.0-1
    gpgme 1.5.1-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.20-1
    grilo 0.2.10-1
    grilo-plugins 0.2.12-2
    groff 1.22.2-7
    grub 1:2.02.beta2-4
    gsettings-desktop-schemas 3.12.2-1
    gsfonts 1.0.7pre44-4
    gsm 1.0.13-8
    gst-plugins-bad 1.4.3-1
    gst-plugins-base 1.4.3-1
    gst-plugins-base-libs 1.4.3-1
    gst-plugins-good 1.4.3-1
    gstreamer 1.4.3-1
    gtk-update-icon-cache 2.24.24-1
    gtk2 2.24.24-1
    gtk3 3.12.2-1
    gtkmm3 3.12.0-1
    gtksourceview3 3.12.3-1
    gucharmap 3.12.1-1
    guile 2.0.11-2
    gvfs 1.20.2-1
    gzip 1.6-1
    harfbuzz 0.9.35-1
    harfbuzz-icu 0.9.35-1
    hicolor-icon-theme 0.13-1
    hspell 1.2-2
    hunspell 1.3.3-1
    hwids 20140602-1
    iana-etc 2.30-4
    icu 53.1-1
    idnkit 1.0-3
    imlib2 1.4.6-3
    inetutils 1.9.2-2
    inputproto 2.3.1-1
    iproute2 3.15.0-1
    iptables 1.4.21-1
    iputils 20121221-3
    isl 0.13-1
    iso-codes 3.52-1
    iw 3.14-1
    jack 0.124.1-3
    jansson 2.6-1
    jasper 1.900.1-10
    jfsutils 1.1.15-4
    js 24.2.0-1
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    kbd 2.0.2-1
    kbproto 1.0.6-2
    keyutils 1.5.9-1
    kmod 18-1
    krb5 1.12.2-1
    lame 3.99.5-2
    lcms2 2.6-1
    ldb 1.1.17-1
    less 468-1
    libaio 0.3.109-7
    libarchive 3.1.2-8
    libass 0.11.2-1
    libassuan 2.1.1-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libavc1394 0.5.4-2
    libbluray 0.6.2-1
    libbsd 0.7.0-1
    libcaca 0.99.beta18-2
    libcanberra 0.30-4
    libcanberra-pulse 0.30-4
    libcap 2.24-1
    libcap-ng 0.7.4-1
    libcddb 1.3.2-4
    libcdio 0.92-1
    libcdio-paranoia 10.2+0.90+1-2
    libcroco 0.6.8-2
    libcups 1.7.5-1
    libdaemon 0.14-3
    libdatrie 0.2.6-1
    libdbus 1.8.8-1
    libdca 0.0.5-4
    libdrm 2.4.58-1
    libdv 1.0.0-6
    libdvdnav 5.0.1-1
    libdvdread 5.0.0-1
    libepoxy 1.2-2
    libevdev 1.3-1
    libevent 2.0.21-3
    libexif 0.6.21-2
    libffi 3.1-2
    libfontenc 1.1.2-1
    libgcrypt 1.6.2-1
    libgdata 0.15.1-1
    libgdm 3.12.2-1
    libgee 0.14.0-1
    libgme 0.6.0-3
    libgnome-keyring 3.12.0-1
    libgnomekbd 3.6.0-2
    libgpg-error 1.16-1
    libgsf 1.14.30-1
    libgtop 2.30.0-1
    libgusb 0.1.6-1
    libgweather 3.12.2-1
    libgxps 0.2.2-3
    libibus 1.5.9-3
    libical 1.0-3
    libice 1.0.9-1
    libid3tag 0.15.1b-8
    libiec61883 1.2.0-4
    libimobiledevice 1.1.6-1
    libinput 0.2.0-1
    libjpeg-turbo 1.3.1-1
    libjpeg6 6b1-2
    libksba 1.3.0-1
    libldap 2.4.40-1
    libltdl 2.4.2-14
    libmediaart 0.4.0-2
    libmm-glib 1.2.0-5
    libmms 0.6.4-1
    libmodplug 0.8.8.5-1
    libmp4v2 2.0.0-3
    libmpc 1.0.2-2
    libmusicbrainz5 5.0.1-2
    libnautilus-extension 3.12.2-1
    libndp 1.3-1
    libnewt 0.52.17-2
    libnl 3.2.25-1
    libnm-glib 0.9.10.0-4
    libnm-gtk 0.9.10.0-2
    libnotify 0.7.6-1
    liboauth 1.0.3-1
    libofa 0.9.3-5
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpaper 1.1.24-7
    libpciaccess 0.13.2-2
    libpeas 1.10.1-1
    libpipeline 1.3.1-1
    libplist 1.11-1
    libpng 1.6.13-1
    libproxy 0.4.11-4
    libpulse 5.0-1
    libpwquality 1.2.3-1
    libraw1394 2.1.0-2
    librsvg 1:2.40.2-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.1.1-1
    libsecret 0.18-1
    libshout 1:2.3.1-2
    libsigc++ 2.3.1-2
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsoup 2.46.0-1
    libspectre 0.2.7-2
    libsrtp 15.1c9bd90-3
    libssh2 1.4.3-2
    libsystemd 216-3
    libtasn1 4.2-1
    libteam 1.11-1
    libthai 0.1.19-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtirpc 0.2.5-1
    libtool 2.4.2-14
    libtracker-sparql 1.0.4-1
    libtxc_dxtn 1.0.1-5
    libunistring 0.9.4-1
    libusb 1.0.19-1
    libusbmuxd 1.0.9-1
    libutempter 1.1.6-2
    libutil-linux 2.25.1-1
    libva 1.4.0-1
    libva-intel-driver 1.4.0-1
    libvdpau 0.8-1
    libvisual 0.4.0-5
    libvorbis 1.3.4-1
    libvpx 1.3.0-1
    libwacom 0.10-1
    libwbclient 4.1.12-1
    libwebp 0.4.1-1
    libwnck3 3.4.9-1
    libx11 1.6.2-2
    libx264 1:142.20140826-2
    libxau 1.0.8-2
    libxaw 1.0.12-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdmcp 1.1.1-2
    libxext 1.3.3-1
    libxfixes 5.0.1-1
    libxfont 1.5.0-1
    libxft 2.3.2-1
    libxi 1.7.4-1
    libxinerama 1.1.3-2
    libxkbcommon 0.4.3-1
    libxkbfile 1.0.8-2
    libxklavier 5.4-1
    libxml2 2.9.1-5
    libxmu 1.1.2-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.8-1
    libxres 1.0.7-1
    libxshmfence 1.1-1
    libxslt 1.1.28-3
    libxss 1.2.2-2
    libxt 1.1.4-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxvmc 1.0.8-1
    libxxf86vm 1.1.3-1
    licenses 20140629-1
    linux 3.16.4-1
    linux-api-headers 3.16.2-1
    linux-firmware 20140828.13eb208-1
    llvm-libs 3.5.0-2.1
    logrotate 3.8.7-3
    lsof 4.87-2
    lvm2 2.02.111-1
    lzo 2.08-3
    m4 1.4.17-1
    make 4.0-2
    man-db 2.7.0.2-2
    man-pages 3.74-1
    mcpp 2.7.2-5
    mdadm 3.3.1-2
    mesa 10.3.1-1
    mesa-dri 10.3.1-1
    mesa-libgl 10.3.1-1
    mime-types 9-1
    mjpegtools 2.1.0-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mobile-broadband-provider-info 20120614-2
    mod_dnssd 0.6-6
    mousetweaks 3.12.0-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p10-1
    mpg123 1.21.0-1
    mtdev 1.1.5-1
    mutter 3.12.2-1
    mutter-wayland 3.12.1-1
    nano 2.2.6-3
    nautilus 3.12.2-1
    nautilus-sendto 3.8.1-1
    ncurses 5.9-6
    neon 0.30.0-1
    netctl 1.9-1
    nettle 2.7.1-1
    network-manager-applet 0.9.10.0-2
    networkmanager 0.9.10.0-4
    nspr 4.10.7-1
    nss 3.17.1-1
    opencore-amr 0.1.3-2
    openjpeg 1.5.2-1
    openresolv 3.5.7-2
    openssl 1.0.1.i-1
    opus 1.1-1
    orc 0.4.19-1
    os-prober 1.58-3
    p11-kit 0.20.7-3
    pacman 4.1.2-6
    pacman-mirrorlist 20140901-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.6-1
    pangomm 2.34.0-1
    patch 2.7.1-3
    pciutils 3.2.1-1
    pcmciautils 018-7
    pcre 8.36-1
    perl 5.20.1-1
    perl-error 0.17022-1
    pinentry 0.8.3-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    polkit 0.112-2
    poppler 0.26.5-1
    poppler-glib 0.26.5-1
    popt 1.16-7
    procps-ng 3.3.9-3
    psmisc 22.21-2
    pth 2.0.7-5
    pulseaudio 5.0-1
    pulseaudio-alsa 2-3
    pygobject-devel 3.12.2-1
    python 3.4.2-1
    python-cairo 1.10.0-4
    python-gobject 3.12.2-1
    python-xdg 0.25-2
    python2 2.7.8-2
    python2-atspi 2.12.0-1
    python2-beaker 1.6.4-2
    python2-cairo 1.10.0-2
    python2-gobject 3.12.2-1
    python2-lockfile 0.10.2-1
    python2-mako 1.0.0-1
    python2-markupsafe 0.23-1
    python2-setuptools 1:6.1-1
    randrproto 1.4.0-2
    readline 6.3.006-1
    recode 3.6-8
    recordproto 1.14.2-2
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    rest 0.7.91-1
    rpmextract 1.0-6
    rtkit 0.11-4
    rtmpdump 20140918-2
    run-parts 4.4-1
    s-nail 14.7.8-1
    sbc 1.2-1
    schroedinger 1.0.11-2
    scrnsaverproto 1.2.2-2
    sdl 1.2.15-7
    sed 4.2.2-3
    shadow 4.2.1-1
    shared-color-targets 0.1.2-1
    shared-mime-info 1.3-1
    slang 2.2.4-3
    smbclient 4.1.12-1
    snappy 1.1.1-1
    sound-theme-freedesktop 0.8-2
    soundtouch 1.8.0-1
    spambayes 1.1a6-4
    spandsp 0.0.6pre21-2
    speech-dispatcher 0.8.1-1
    speex 1.2rc1-4
    sqlite 3.8.6-1
    startup-notification 0.12-4
    sudo 1.8.11.p1-1
    sushi 3.12.0-1
    sysfsutils 2.1.0-9
    systemd 216-3
    systemd-sysvcompat 216-3
    t1lib 5.1.2-5
    taglib 1.9.1-1
    talloc 2.1.1-1
    tar 1.28-1
    tdb 1.3.0-2
    telepathy-glib 0.24.0-1
    telepathy-logger 0.8.0-2
    telepathy-mission-control 5.16.2-1
    tevent 0.9.21-3
    texinfo 5.2-2
    thin-provisioning-tools 0.4.1-1
    thunderbird 31.1.2-1
    totem 3.12.1-2
    totem-plparser 3.10.2-1
    tracker 1.0.4-1
    ttf-dejavu 2.34-1
    ttf-ubuntu-font-family 0.80-4
    tzdata 2014h-1
    udisks2 2.1.3-1
    unzip 6.0-7
    upower 0.99.0-3
    usbutils 007-1
    util-linux 2.25.1-1
    v4l-utils 1.2.1-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vino 3.12.0-1
    vte-common 0.36.3-1
    vte3 0.36.3-1
    wavpack 4.70.0-2
    wayland 1.6.0-1
    webkitgtk 2.4.5-1
    webrtc-audio-processing 0.1-2
    which 2.20-7
    wildmidi 0.3.7-1
    wpa_supplicant 2.2-2
    x265 1.3-1
    xbitmaps 1.1.1-3
    xcb-proto 1.11-1
    xcb-util 0.3.9-2
    xdg-user-dirs 0.15-1
    xdg-user-dirs-gtk 0.10-2
    xdg-utils 1.1.0.git20140630-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.0-2
    xf86-input-synaptics 1.8.1-1
    xf86-video-intel 2.99.916-3
    xf86vidmodeproto 2.3.1-3
    xfsprogs 3.2.1-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.13-1
    xorg-bdftopcf 1.0.4-2
    xorg-font-util 1.3.0-2
    xorg-font-utils 7.6-4
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-4
    xorg-fonts-misc 1.0.1-3
    xorg-iceauth 1.0.6-1
    xorg-luit 1.1.1-2
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.1-1
    xorg-server 1.16.1-1
    xorg-server-common 1.16.1-1
    xorg-server-utils 7.6-4
    xorg-sessreg 1.0.8-2
    xorg-setxkbmap 1.3.0-2
    xorg-twm 1.0.8-3
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xclock 1.0.7-1
    xorg-xcmsdb 1.0.4-2
    xorg-xgamma 1.0.5-2
    xorg-xhost 1.0.6-1
    xorg-xinit 1.3.4-1
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.2.4-2
    xorg-xmodmap 1.0.8-1
    xorg-xrandr 1.4.3-1
    xorg-xrdb 1.1.0-1
    xorg-xrefresh 1.0.5-1
    xorg-xset 1.2.3-1
    xorg-xsetroot 1.1.1-2
    xproto 7.0.26-1
    xterm 312-1
    xvidcore 1.3.3-1
    xz 5.0.7-1
    yelp 3.12.0-1
    yelp-xsl 3.12.0-1
    zeitgeist 0.9.15-1
    zenity 3.12.1-2
    zita-alsa-pcmi 0.2.0-1
    zita-resampler 1.3.0-2
    zlib 1.2.8-3
    -- mod edit: added code tags - Trilby --
    Last edited by Trilby (2014-10-15 15:23:49)

  • How to Uninstall xcode Tools?

    I installed Gimp, and was looking for X11, and assumed it was in the xcode tools package on the Apple OSX install disc.
    So I installed the xcode tools, and got the 'successfully installed' notice. But then found out X11 is not in xcode tools!
    Eventually I did find and install X11, and Gimp runs fine.
    So now I want to uninstall the xcode tools cleanly.
    I won't be using them.
    I read the instructions in the About xcode tools pdf, and tried the command in Terminal with this result:
    apples-mac-mini:~ colin$ % sudo perl/Developer/Tools/uninstall-devtools.pl
    -bash: fg: %: no such job
    apples-mac-mini:~ colin$ % sudo perl /Developer/Tools/uninstall-devtools.pl
    -bash: fg: %: no such job
    apples-mac-mini:~ colin$
    How do I get rid of the xcode tools cleanly?

    Thanks JJ2: That got rid of 3GB of unwanted Developer Tools nicely!
    It would be helpful to others if the 'About Dev Tools pdf'
    clearly said that to run the command in terminal you should log out as user, and log back in as Apple (admin) before using terminal.
    In addition, the text of the pdf has a percentage symbol at the start of the command line, which appears to be a typo, or plain wrong.
    To prevent this happening to others; when referencing X11.app, it should be stated exactly how to find it on the DVD. People logically expect it to be in the xcode tools folder.
    I eventually found it by inserting the Apple DVD, then typing X11.app into Spotlight.
    Carlo: Have you got rid of your xcode tools yet?
    If not, do this:
    Log out as User (Carlo) and log back in as apple (admin)
    Finder>Go>Utilities>Terminal.app
    In the small black terminal screen type at the cursor:
    sudo /Developer/Tools/uninstall-devtools.pl
    and press enter
    Give your Apple (admin) password (NB: You don't see the pw as you type), press enter, and that should cause the tools to be removed. It takes about a minute for the script to do the job, so wait for it to confirm.
    Enough geekery!
    We just want to use the thing.

Maybe you are looking for

  • How do I put ALL files from my iphone on a new computer?

    I have a new computer and I don't have my old one anymore. I had my iphone already when I had the old computer so I have a lot of files on it but now I wanna put my files on my new computer because I wanna put other things on my iphone again. When I

  • Flash, Adobe Air, Time Machine, Safari not  working with Snow Leopard

    Really need some help with this. Did an archive and install of Leopard then installed Snow Leopard. No problems yet. 90% of Video sites would not work. Uninstalled and reinstalled Flash. Uninstalled ShockWave, could not reinstall with 10.6.1. Attempt

  • Info record Tables

    Hi all, I am in need of creating a report for info record. Can someone help me with the tables for the same. Also let me know the table where i can get the pricing conditions, Its really hard to find the conditions. Thanks, S D.

  • Bank Communication product ???

    Hi Experts I am working on the Bank Interface process for an European Country. I heard that SAP has Banking communication software  product. Can some body provide me the details of it ? I did search for it .. the info which i found is exactly the one

  • Right mouse button - short list

    Hello, I have got Apple MacBook Pro 13.3" (ME865LL/A) witch OS X Mavericks 10.9.3 and I've noticed that when I click right mouse button on the desktop or in the Finder I've got very short list. There is only „New Folder/Catalog (I don't know how it c