Sponsored Content
Operating Systems Linux Debian apt-get package manager capability Post 302568430 by fpmurphy on Thursday 27th of October 2011 09:46:07 AM
Old 10-27-2011
There is something very wrong with your example. The yum install option installs packages - not individual files.

As far as apt-get is concerned, have a look at the --fix-broken and the --fix-missing options.
 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Solaris Package Manager problem

i'm trying to run Patch Manager, but i'm getting the following problem when i try and run "pprosvc" with either the -l, -d, or -i options. Assessing patches needed for your system...... (8 Replies)
Discussion started by: xyyz
8 Replies

2. UNIX for Dummies Questions & Answers

apt-get is unabel to find the package

Hi All, I am getting the following error when installing teh package kernel-source-2.6.10 ba-chroot:~# apt-get install kernel-source-2.6.10 Reading Package Lists... Done Building Dependency Tree... Done E: Couldn't find package kernel-source-2.6.10 thanks & Regards Gauri (4 Replies)
Discussion started by: gauri
4 Replies

3. Solaris

Solaris 10 Software Package Manager

Hi there, maybe one of you knows the software package tool during the installation of solaris 10. You are able to choose an installtion and customize it with pressing F4 .... a very nice list occurs where you can select packages like apache, ssh and so on ... Is it possible to start this... (0 Replies)
Discussion started by: drexler76
0 Replies

4. Ubuntu

Can't update or use package manager -- gpg error

W: GPG error: http://archive.canonical.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic Release: Unknown error executing gpgv W: GPG error: http://us.archive.ubuntu.com karmic-updates Release: Unknown error executing gpgv W: GPG error:... (17 Replies)
Discussion started by: CRGreathouse
17 Replies

5. UNIX for Dummies Questions & Answers

Unable to install from synaptic package manager

i am not able to install anything from package manager . (2 Replies)
Discussion started by: upvan111
2 Replies

6. UNIX for Advanced & Expert Users

Which Package Manager?

I came across a number of apparent tarballs of OS packages which are in a format which I do not recognize. Does anybody know which packet manager uses this format? # ls pkg_cfiles pkg_data pkg_data32 pkg_data64 pkg_info pkg_scripts pkg_signature # cat pkg_info PACKAGE=8.2... (3 Replies)
Discussion started by: fpmurphy
3 Replies
auto-apt(1)						      General Commands Manual						       auto-apt(1)

NAME
auto-apt - on demand package installation tool SYNOPSIS
auto-apt [options] [command] [args...] DESCRIPTION
This manual page documents briefly the auto-apt commands. auto-apt is a program that checks file access of programs running within auto-apt environments. If a program will access a file of unin- stalled package, auto-apt will install the package containing the file, by using apt-get. OPTIONS
A summary of options is included below. -h Usage. -s No action, perform a simulation of action. -y Automatic yes to prompt. -q Quiet -i Don't install in background process. -x Disable X interface. -X Enable X interface. Run apt-get in another x-terminal-emulator if you run in X environments. -a [dist[,dist...]] Select installable distribution from main,contrib,non-free,non-US or none. If you set "-a none", it means almost same as "-s". -p [hook[,hook...]] Select hook functions from exec,open,access,stat or none If you set "-p none", it means almost same as "-s". -D [dbfile] Change dbfile from default /var/cache/auto-apt/pkgcontents.db -F [filedb] Change filedb from default /var/cache/auto-apt/pkgfiles.db, which is generated by auto-apt update-local commands. It is used as default dbfile for commands with -local postfix. In many cases, it is used with -L option to detect file access -L [record.lists] Append file access data to record.lists file. COMMANDS
A summary of command is included below. run [command] Run command controlled by auto-apt. If command is not specified, user's shell will be used. update [ -a ] Recreate dbfile from sources.list information. dbfile can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. update-local [ -a ] Generate filedb from installed package information. filedb can be specified by -F option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. merge [ -a ] Merge package,filename information to dbfile, which can be specified by -D option. With -a option, all files are stored in dbfile. Note that dbfile become too big with -a option. del package Delete file information of package from dbfile database. check [-v] [-f] file Check which package provides file, from dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. install [-s] [-d] [-u] [-y] [-v] file Try to install a package that provides file by using apt-get. You need root privilege to run apt-get install. list [-v] [-f] List file information in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. search [-v] [-f] pattern Search file information by grep(1) pattern in dbfile database. options: -v means verbose. -f uses Contents-*.gz file instead of dbfile database. debuild [debuildopts] Run debuild(1) in auto-apt environments, and show Build-Depends: estimation. Recommended to use with -s option of auto-apt. status Show whether current environment is in auto-apt or not. FILES
o /etc/auto-apt/paths.list path lists o /var/cache/auto-apt cache/database directory o /etc/auto-apt/sources.list sources.list for auto-apt. if not found, symlink to apt-get's sources.list will be created. ENVIRONMENTS
o AUTO_APT_CACHEDIR override default cache/database directory BUGS
Known bugs. See /usr/share/doc/auto-apt/BUGS. and/or http://bugs.debian.org/auto-apt AUTHOR
This program was written by Fumitoshi UKAI <ukai@debian.or.jp>, inspired by idea/comments from Debian Guru (debian.gr.jp) and Project Dice members. 29 Jun 2000 auto-apt(1)
All times are GMT -4. The time now is 12:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy