Sponsored Content
Homework and Emergencies Emergency UNIX and Linux Support Urgent request "remove all packages with dpkg" Post 302580801 by Corona688 on Friday 9th of December 2011 04:26:48 PM
Old 12-09-2011
I'm fairly sure dpkg uninstall \* isn't going to solve your problem, and will only make it harder to fix since all your fixing things tools will be gone...

If you can get it from a repo, you can download it by other means. What was the repo? What was the package called?
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to request a "read" or "delivered" receipt for mails

Dears, I've written a script which allows me to send mails in different formats with different attaches. Now I still want to add a feature to this script. My users would like to be able to receive a "read" or "delivered" receipt for their mails. The script send mails on behalve of an specific... (1 Reply)
Discussion started by: plelie2
1 Replies

2. UNIX for Advanced & Expert Users

HELP! what does this mean: "svc: bad direction 256, dropping request"

For a few weeks now, on several of our machines, i've been seeing this in /var/log/messages and dmesg: Nov 14 16:37:48 stg2 kernel: svc: bad direction 256, dropping request Nov 14 16:37:48 stg2 kernel: svc: short len 4, dropping request Nov 14 16:38:02 stg2 kernel: svc: bad direction 256,... (2 Replies)
Discussion started by: fishsponge
2 Replies

3. Shell Programming and Scripting

How to remove "New line characters" and "spaces" at a time

Dear friends, following is the output of a script from which I want to remove spaces and new-line characters. Example:- Line1 abcdefghijklmnopqrstuvwxyz Line2 mnopqrstuvwxyzabcdefghijkl Line3 opqrstuvwxyzabcdefdefg Here in above example, at every starting line there is a “tab” &... (4 Replies)
Discussion started by: anushree.a
4 Replies

4. Shell Programming and Scripting

Shell Script to provide "answers" to SSL Cert Request

Hello, I need assistance with creating a shell script to generate SSL Certificate Requests on remote hosts. Below is my stab at this, but I cannot figure out how to pass the requested arguments into the openssl command correctly. I have a major problem with redirecting the "answers" into the... (2 Replies)
Discussion started by: azvelocat
2 Replies

5. Solaris

difference between "root" and "usr" packages

Hi, could someone pls enlighten me on the difference between the "root" package and "usr" package? Like in this example: pkginfo -l SUNWGtku | grep -i desc DESC: GTK - The GIMP Toolkit (Usr) and pkginfo -l SUNWGtkr | grep -i desc DESC: GTK - The GIMP Toolkit (Root)... (6 Replies)
Discussion started by: masloff
6 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Shell Programming and Scripting

how to use "cut" or "awk" or "sed" to remove a string

logs: "/home/abc/public_html/index.php" "/home/abc/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" how to use "cut" or "awk" or "sed" to get the following result: abc abc xyz xyz xyz (8 Replies)
Discussion started by: timmywong
8 Replies

8. UNIX for Dummies Questions & Answers

Pass a "Y" to dpkg-reconfigure?

Greetings! Putting on my "dummy" hat here; as I'm sure this one is absolutely drop-dead simple ;) OK. Here's the commandline which I've been able to cobble together so far:dpkg-reconfigure --frontend=readline --terse -plow unattended-upgradesNow, being totally out of my element here, I... (12 Replies)
Discussion started by: LinQ
12 Replies

9. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
ae-repo-ci(1)															     ae-repo-ci(1)

NAME
ae-repo-ci - redundant repository checkin SYNOPSIS
ae-repo-ci -Project name -Change number -REPOsitory type [ option... ] ae-repo-ci -Help ae-repo-ci -VERSion DESCRIPTION
The ae-repo-ci command is used to redundantly commit an Aegis change set into a parallel repository. Integrate Pass Notify Command The intended use for the ae-repo-ci command is as an integrate_pass_notify_command (see aepa(1) for more information) to do a redundant checkin of a change set into a second parallel repository. For example, if you were using CVS, the project attribute would look something like this: integrate_pass_notify_command = "$bin/ae-repo-ci -repo cvs " " -p $project -c $change"; You may also need to specify the module, if the module name is not the same as the project name. Commit Messages You are able to control the commit message, by using the ae-repo-ci:commit-message attribute in the project_specific field of the project configuration file. The default is as if the following entry were present: project_specific = [ { name = "ae-repo-ci:commit-message"; value = "$version - ${change brief_description}"; } ]; All of the aesub(5) substitutions are available. OPTIONS
The following options are understood: -Change number This option may be used to specify a particular change within a project. See aegis(1) for a complete description of this option. -DIRectory path This option may be used to specify which directory is to be used. It is an error if the current user does not have appropriate permissions to create the directory path given. This must be an absolute path. Caution: If you are using an automounter do not use `pwd` to make an absolute path, it usually gives the wrong answer. -Help This option may be used to obtain more information about how to use the ae-repo-ci program. -List This option may be used to obtain a list of supported repository types. -MODule name This option may be used to specify which module is to be checked out. If not set, it defaults to the trunk project name (i.e. the project name without any branch or version numbers). -Project name This option may be used to select the project of interest. When no -Project option is specified, the AEGIS_PROJECT environment variable is consulted. If that does not exist, the user's $HOME/.aegisrc file is examined for a default project field (see aeu- conf(5) for more information). If that does not exist, when the user is only working on changes within a single project, the project name defaults to that project. Otherwise, it is an error. -REPOsitory type This option is used to specify the repository type for the checkin. Known repository types are: cvs Concurrent version System. You will need to set the CVSROOT environment variable appropriately, and the -module option will be relative to it. svn Subversion. You must specify the complete URL with the -module option. The following field in the project_specific field of the project configuration file (see aepconf(5) for more information) are relevant: svn:username If present, the --username command line option will be added to svn(1) command lines, with this value. svn:password 8n If present, the --username command line option will be added to svn(1) command lines, with this value. These options can help when you can't convince Subversion to use the correct authorization any other way. This option must be specified, there is no default. The -list option may be used to obtain an up-to-date list of supported repos- itory types. See also aegis(1) for options common to all aegis commands. All options may be abbreviated; the abbreviation is documented as the upper case letters, all lower case letters and underscores (_) are optional. You must use consecutive sequences of optional letters. All options are case insensitive, you may type them in upper case or lower case or a combination of both, case is not important. For example: the arguments "-project, "-PROJ" and "-p" are all interpreted to mean the -Project option. The argument "-prj" will not be understood, because consecutive optional characters were not supplied. Options and other command line arguments may be mixed arbitrarily on the command line, after the function selectors. The GNU long option names are understood. Since all option names for ae-repo-ci are long, this means ignoring the extra leading '-'. The "--option=value" convention is also understood. EXIT STATUS
The ae-repo-ci command will exit with a status of 1 on any error. The ae-repo-ci command will only exit with a status of 0 if there are no errors. ENVIRONMENT VARIABLES
See aegis(1) for a list of environment variables which may affect this command. See aepconf(5) for the project configuration file's project_specific field for how to set environment variables for all commands executed by Aegis. SEE ALSO
aeca(1) how to change project attributes COPYRIGHT
ae-repo-ci version 4.24.3.D001 Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Peter Miller The ae-repo-ci program comes with ABSOLUTELY NO WARRANTY; for details use the 'ae-repo-ci -VERSion License' command. This is free soft- ware and you are welcome to redistribute it under certain conditions; for details use the 'ae-repo-ci -VERSion License' command. AUTHOR
Peter Miller E-Mail: millerp@canb.auug.org.au //* WWW: http://www.canb.auug.org.au/~millerp/ Reference Manual Aegis ae-repo-ci(1)
All times are GMT -4. The time now is 07:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy