Unix and Linux Discussions Tagged with current |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
7,404 |
Shell Programming and Scripting |
|
|
|
2 |
1,682 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
2,278 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,988 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,903 |
Shell Programming and Scripting |
|
|
|
6 |
3,483 |
What is on Your Mind? |
|
|
|
0 |
2,237 |
Web Development |
|
|
|
8 |
1,103 |
What is on Your Mind? |
|
|
|
1 |
1,820 |
Shell Programming and Scripting |
|
|
|
0 |
690 |
Software Releases - RSS News |
|
|
|
0 |
773 |
Software Releases - RSS News |
|
|
|
4 |
28,332 |
Shell Programming and Scripting |
|
|
|
0 |
701 |
Software Releases - RSS News |
|
|
|
5 |
26,875 |
AIX |
|
|
|
0 |
830 |
Software Releases - RSS News |
|
|
|
0 |
664 |
Software Releases - RSS News |
|
|
|
0 |
1,848 |
Programming |
|
|
|
0 |
696 |
Software Releases - RSS News |
|
|
|
3 |
36,236 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
688 |
Software Releases - RSS News |
|
|
|
0 |
884 |
Software Releases - RSS News |
|
|
|
2 |
10,652 |
Ubuntu |
|
|
|
1 |
4,570 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
652 |
Software Releases - RSS News |
|
|
|
8 |
10,140 |
AIX |
|
|
|
0 |
1,026 |
Software Releases - RSS News |
|
|
|
0 |
792 |
Software Releases - RSS News |
|
|
|
4 |
8,403 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
8,125 |
Shell Programming and Scripting |
|
|
|
0 |
694 |
Software Releases - RSS News |
|
|
|
16 |
142,169 |
Programming |
|
|
|
4 |
7,398 |
Programming |
|
|
|
1 |
3,992 |
Shell Programming and Scripting |
|
|
|
3 |
34,105 |
Shell Programming and Scripting |
|
|
|
4 |
3,634 |
Programming |
|
|
|
1 |
5,725 |
Shell Programming and Scripting |
|
|
|
2 |
4,719 |
Shell Programming and Scripting |
|
|
|
1 |
3,287 |
Shell Programming and Scripting |
|
|
|
2 |
6,887 |
Shell Programming and Scripting |
|
|
|
4 |
2,175 |
UNIX for Dummies Questions & Answers |
dpkg-vendor(1) dpkg suite dpkg-vendor(1)
NAME
dpkg-vendor - queries information about distribution vendors
SYNOPSIS
dpkg-vendor [option...] command
DESCRIPTION
dpkg-vendor is a tool to query information about vendors listed in /etc/dpkg/origins. /etc/dpkg/origins/default contains information about
the current vendor.
COMMANDS
--is vendor
Exits with 0 if the current vendor is vendor. Otherwise exits with non-zero.
--derives-from vendor
Exits with 0 if the current vendor distribution is a derivative of vendor, otherwise exits with non-zero. It uses the "Parent" field
to browse all ancestors of the current vendor.
--query field
Print on standard output the value of the vendor-specific field for the current vendor.
--help Show the usage message and exit.
--version
Show the version and exit.
OPTIONS
--vendor vendor
Assumes the current vendor is vendor instead of discovering it with the DEB_VENDOR environment variable or /etc/dpkg/ori-
gins/default.
ENVIRONMENT
DEB_VENDOR
This setting defines the current vendor. If not set, it will discover the current vendor by reading /etc/dpkg/origins/default.
SEE ALSO
deb-origin(5).
Debian Project 2011-11-10 dpkg-vendor(1)