Sponsored Content
Full Discussion: mplayer on soalris
Operating Systems Solaris mplayer on soalris Post 302174265 by DukeNuke2 on Monday 10th of March 2008 02:29:10 PM
Old 03-10-2008
go to blastwave and use the package tool from their website.

How To Get Started with Blastwave.org - for Solaris 10 Users

after the installation of "pkg-get" you can install mplayer with this command:

Code:
# pkg-get -i mplayer

good luck,
DN2

Last edited by DukeNuke2; 06-29-2008 at 04:12 PM..
 

10 More Discussions You Might Find Interesting

1. Solaris

SATA driver for soalris 9

can any one help me look for a driver for SATA harddisk, im installing solaris 9 to it. thanks and regards msouthofheavenk ;) (2 Replies)
Discussion started by: msouthofheavenk
2 Replies

2. Solaris

Soalris 10 - vnc 4.1.2 java setup

I have vnc installed and configured and it's working when I use the vncviewer to connect to my vnc server. How do I setup the java vnc on the server? When I go to http://192.168.1.1:5800, it says no connection. I have tired this: #Xvnc -httpd /usr/local/vnc/classes -httpport 5800 Fatal... (1 Reply)
Discussion started by: kungpow
1 Replies

3. Solaris

soalris 10 sparc 64-bit

Hi all, When i use the command ps , it throws the error like this "ld.so.1: ps: fatal: /lib/libc.so.1: wrong ELF class: ELFCLASS32 Killed" Some of the commands will work.say for e.g. who,cp but w will not work. Please can anyone help me on this to solve this... (7 Replies)
Discussion started by: shanshine
7 Replies

4. Solaris

Soalris 10 PAM Radius authentication Module

Hello Group, I'm facing Problem with the configuration of "***pam_radius_auth.so.1***" module to be integrated with Freeradius and Funk Steel Belted Radius. Both this radius servers are able to make "Access-Accept" packet. But the SSH or Telnet client is not able to login to the system with the... (0 Replies)
Discussion started by: ImpeccableCode
0 Replies

5. Solaris

Soalris 10 - Zones information

Hi Does anyone know of a good way to collect information about what resources are being used by all zones e.g. disk space, cpu, mem, virt mem? Are there any gui tools available for this type of operation that I've missed? The only info that I have gathered isfrom the following command: #... (1 Reply)
Discussion started by: skewbie
1 Replies

6. UNIX for Dummies Questions & Answers

Veritas Cluster for Oracle on Soalris Zone

Hi, Does anyone has idea how to implement Veritas Cluster Server 5.3 (SF 5.3) for Oracle 10g on Solaris Zone (Containers). Please let me know any of you folks have worked on similar implementation and if you could pass on some information related to it. BR, Shreeram Rane (1 Reply)
Discussion started by: Shreeram Rane
1 Replies

7. Solaris

2 apps using same port on a single soalris server

Hi i 've a question is it possible to run 2 instances of an application on same server which uses same port .. , is it possible to do it with logical ip addresses ? (4 Replies)
Discussion started by: fugitive
4 Replies

8. Solaris

soft errors in soalris

hi friends, How will you clear the soft error on disk ? (2 Replies)
Discussion started by: rajaramrnb
2 Replies

9. Solaris

Creating soalris 9 ISO image with use of downloaded OS

Hi Folks, I have downloaded OS on one of my server and i want to create bootable solaris 9 ISO image with use of this...I need to use this image to other server.,Could you please let us know how we will create ISO image with below OS image.. # cd solaris_9 # ls -alrt total 128 drwxr-xr-x ... (3 Replies)
Discussion started by: susindram
3 Replies

10. Solaris

Password got expired but not prompting for new passowrd in soalris 10

Password got expired but not prompting for new passowrd in soalris 10 and another user got locked why it got locked and when it got locked how to check the logs (1 Reply)
Discussion started by: upender
1 Replies
datapm(1)						       Data package manager							 datapm(1)

NAME
datapm - data packaging system and utilities SYNOPSIS
datapm COMMAND [OPTIONS] DESCRIPTION
datapm (data package manager) is a command line tool and python library and for working with Data Packages and interacting with data hubs like those powered by CKAN COMMANDS
about About datapm clone src-spec path [format-pattern] [url-pattern] Download a package (i.e. metadata and resources) specified by src-spec to path Resources to retrieve are selected interactively if no format-pattern is given. If provided, the optional glob-style format-pattern and url-pattern arguments are matched against the format and url of the resource to determine whether it should be retrieved. download src-spec path [format-pattern] [url-pattern] Download a package (i.e. metadata and resources) specified by src-spec to path Resources to retrieve are selected interactively if no format-pattern is given. If provided, the optional glob-style format-pattern and url-pattern arguments are matched against the format and url of the resource to determine whether it should be retrieved. dump pkg-spec path-of-resource-within-pkg Dump contents of specified resource in specified package to stdout. help Show available commands info package-spec [manifest] Get information about a package (print package metadata). If manifest specified then show manifest info rather than package metadata. WARNING: if you change the metadata for a python distribution you may need to rebuild the egg-info for changes to show up here. init [path-or-name] Initialize a data package at path. Package Name will be taken from last portion of path. If path simply a name then create in the cur- rent directory. license Show the license list [index-spec] List registered packages. If index-spec is not provided use default index. man Show the manual push [source-file] [webstore-url] Push local package in current directory to remote repository specified in .dpm/config. Alternatively push a single file to the web- store. register rc-spec dest-spec Register package at src-spec into index at dest-spec. search index-spec query Search registered packages in index-spec. setup action config [location]: Create configuration file at location. If not location specified use default (see --config). index [location]: Setup an index at location specified in config. repo: Setup a repository. The repository will be created at the location specified via the --repository option or default location specified by config. update src-spec dest-spec As for register. upload path upload-spec Upload a file or package at path to upload-spec. The upload-spec are of the form: upload-dest-id://BUCKET/LABEL For example: ## default ckan upload ckan://BUCKET/LABEL ## an s3 upload destination my-s3://BUCKET/LABEL ## local pairtree my-pairtree://BUCKET/LABEL ## google storage my-google-storage://BUCKET/LABEL Upload destinations are specified in your datapm config file and are of the form: [upload:dest-id] ofs.backend = s3|google|archive.org|... ## see OFS documentation for a given backend config-option = config-value OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -v, --verbose Give more output -d, --debug Print debug output -q, --quiet Give less output --log=FILENAME Log file where a complete (maximum verbosity) record will be kept -c CONFIG, --config=CONFIG Path to config file (if any) - defaults to $HOME/.dpmrc -r REPOSITORY, --repository=REPOSITORY Path to repository - overrides value in config -k API_KEY, --api-key=API_KEY CKAN API Key (overrides value in config) CONFIGURATION FILE
[dpm] repo.default_path = $HOME/.dpm/repository index.default = file [index:ckan] ckan.url = http://thedatahub.org/api/ ckan.api_key = [index:db] db.dburi = sqlite://$HOME/.datapm/repository/index.db [upload:ckan] ofs.backend = reststore host = http://storage.ckan.net FILES
~/.dpmrc Per user datapm configuration file. EXAMPLES
Grabbing some data from an index datapm index-add file:///.... datapm update datapm search "military spending" some-id Military Spending 1890-1914 some-id-2 Military Spending 1890-1914 (normalized) datapm install some-id datapm plot some-id Get two different datasets and use them together datapm install pkg-a datapm install pkg-b datapm create merged # manual merge # e.g. PPP, GDP datapm register my-merged-package SEE ALSO
For more information visit the documentation at: http://readthedocs.org/docs/dpm February 6, 2012 datapm(1)
All times are GMT -4. The time now is 07:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy