Sponsored Content
Full Discussion: XVFB Source package for AIX
Operating Systems AIX XVFB Source package for AIX Post 302909290 by zaxxon on Wednesday 16th of July 2014 02:47:27 AM
Old 07-16-2014
Did you read what Bakunin wrote?
 

8 More Discussions You Might Find Interesting

1. AIX

AIX maintenance package 4.3.

Hello, we have an 7015-R40, we want to update AIX. oslevel shows 4.3.2.0 At ibm.com we found following AIX 4300-11 maintenance package Recommended maintenance for AIX 4.3.3 It's possible to update the system with this file or does we need another source? Thank you! S. (8 Replies)
Discussion started by: Sagitario
8 Replies

2. AIX

AIX relocatable package help

Hi, I have created a relocatable AIX package named Test. The USIL is /abc bash-2.05b# lsusil INSTALL PATH = /abc COMMENTS = None Generally if a package gets installed in "/opt/Test" and i want to relocate it to "/abc" it gets installed under "/abc/Test". This happens the way in Solaris,... (2 Replies)
Discussion started by: vibhor_agarwali
2 Replies

3. UNIX for Advanced & Expert Users

how to port a package to huge source code having its own make and compilers

In general for intalling a package like we do ./configure, make , make install But if we want to integrate the package with a huge source base what are the things to be taken care could some one have a light on purpose of ./configure , make and make install along with above question. I... (1 Reply)
Discussion started by: Gopi Krishna P
1 Replies

4. UNIX Desktop Questions & Answers

Solaris 10 - Compiling package from source? Different from pkgadd?

Hey everyone, I'm using a SPARC based Solaris 10 5/09 machine and want to install PHP support to it. I already have mysql and apache( came with OS, just started the proccess) installed, so this is the last thing before I can get to learning development :) However, there's something I'm not sure... (1 Reply)
Discussion started by: agummad
1 Replies

5. AIX

How to compile a package in AIX when we download its source?

How to compile a package surce in AIX when we download its source? (2 Replies)
Discussion started by: johnveslin
2 Replies

6. Solaris

Package creation problems with Source files

Hi, I am creating "LSOF" solaris package from solaris "source" files. I have compiled the source file and with that i created prototype file also. Then using pkgmk command i can make the package . In the package i am having (pkginfo pkgmap reloc) two file and one directory respectively But... (3 Replies)
Discussion started by: Kathirvel G
3 Replies

7. AIX

Is XVFB(X window system virtual frame buffer ) open source

I would like to know XVFB is open source or not. (0 Replies)
Discussion started by: prathap.g
0 Replies

8. Solaris

IPS custom package user source

Hello guys, I'm new to this forum and got a question which may be quite uncommon. I created a custom IPS package (using this How to) with some software I have to install frequently to different Solaris 11 zones (MongoDB to be precise). This software will be installed under "/opt/mongodb" and... (1 Reply)
Discussion started by: dheitepriem
1 Replies
AptPkg::Source(3pm)					User Contributed Perl Documentation				       AptPkg::Source(3pm)

NAME
AptPkg::Source - APT source package interface SYNOPSIS
use AptPkg::Source; DESCRIPTION
The AptPkg::Source module provides an interface to APT's source package lists. AptPkg::Source The AptPkg::Source package implements the APT pkgSrcRecords class as a hash reference (inherits from AptPkg::hash). The hash is keyed on source or binary package name and the value is an array reference of the details of matching source packages. Note that there is no iterator class, so it is not possible to get a list of all keys (with keys or each). Constructor new([SOURCELIST]) Instantiation of the object uses configuration from the $AptPkg::Config::_config object (automatically initialised if not done explicitly). If no SOURCELIST is specified, then the value of Dir::Etc::sourcelist from the configuration object is used (generally /etc/apt/sources.list). Methods find(PACK, [SRCONLY]) In a list context, return a list of source package details for the given PACK, which may either be a source package name, or the name of one of the binaries provided (unless SRCONLY is provided and true). In a scalar context, the source package name of the first entry is returned. get, exists These methods are used to implement the hashref abstraction: $obj->get($pack) and $obj->{$pack} are equivalent. The get method has the same semantics as find, but returns an array reference in a scalar context. The list returned by the find (and get) methods consists of hashes which describe each available source package (in order of discovery from the deb-src files described in sources.list). Each hash contains the following entries: Package Version Maintainer Section Strings giving the source package name, version, maintainer and section. Binaries A list of binary package names from the package. BuildDepends A hash describing the build dependencies of the package. Possible keys are: "Build-Depends", "Build-Depends-Indep", "Build-Conflicts", "Build-Conflicts-Indep". The values are a list of dependencies/conflicts with each item being a list containing the package name followed optionally by an operator and version number. Operator values evaluate to a comparison string* (>, >=, etc) or one of the AptPkg::Dep:: constants in a numeric context (see "pkgCache::Dep::DepCompareOp" in AptPkg(3pm)). *Note that this is a normalised, rather than Debian-style (>> vs >) string. Files A list of files making up the source package, each described by a hash containing the keys: "MD5Hash", "Size", "ArchiveURI", "Type". SEE ALSO
AptPkg::Config(3pm), AptPkg::Cache(3pm), AptPkg(3pm), AptPkg::hash(3pm). AUTHOR
Brendan O'Dea <bod@debian.org> perl v5.14.2 2012-03-16 AptPkg::Source(3pm)
All times are GMT -4. The time now is 01:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy