From b26d45a58e6f2dbce6ee99c7efb1c1a9a96d384e Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 2 Dec 2013 01:44:07 +0100 Subject: Adding some pacman -> apt-get conversions as aliases --- .zsh.after/unixpool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index dfca336..f5c863a 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -37,7 +37,7 @@ alias pacall="sudo pacman -Qi | awk '/^Name/ {pkg=\$3} /Version/ {ver=\$3} /Size alias pacup='sudo apt-get update && sudo apt-get upgrade' #'sudo pacman -Syu' # Synchronize with repositories before upgrading packages that are out of date on the local system. alias pac='sudo apt-get install ' #'sudo pacman -S' # Install specific package(s) from the repositories alias pacu='sudo pacman -U' # Install specific package not from the repositories but from a file -alias pacre='sudo apt-get remove ' #'sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies +alias pacre='sudo apt-get remove ' #'sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required ##dependencies alias pacrem='sudo apt-get purge ' #'sudo pacman -Rns' # Remove specified package(s), its configuration(s) and unneeded depends alias pacsearch="pacman -Sl | cut -d' ' -f2 | grep " # Search through all available packages in repo #alias pacname='dpkg -l|grep Name|grep ' #'sudo pacman -Qi|grep Name|grep ' #Search through names of packages by string -- cgit v1.2.3-54-g00ecf