Skip to content

Commit

Permalink
Partially Solves #12: Completed data of package managers of given dis…
Browse files Browse the repository at this point in the history
…tro (#14)
  • Loading branch information
vaibhavsingh97 authored and mariobehling committed Oct 9, 2017
1 parent c4eaf6f commit 0fab312
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Mew

package manger translator

![alt text](https://github.com/fossasia/mew/blob/master/graphics/logo.png "kind of a logo")

## Any package manger command on any distro

## How to install
* clone https://github.com/fossasia/mew.git
* cd mew
* ./mew


Arch | pacman | Q | Qc | Qi | Ql | Qm | Qo | Qp | Qs | Qu | R | Rn | Rns | Rs | S | Sc | Scc | Sccc | Si | Sii | Sl | Ss | Su | Suy | Sw | Sy | U
:--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--:
**Debian / Ubuntu** | apt / apt-get | | | | | | | | | | | | | remove | install | | | | | | | search | | | | |
**Red Hat / Fedora** | | | | | | | | | | | | | | | | | | | | | | | | | | |
**openSUSE** | | | | | | | | | | | | | | | | | | | | | | | | | | |
**Gentoo** | | | | | | | | | | | | | | | | | | | | | | | | | | |
* clone `https://github.com/fossasia/mew.git`
* cd mew
* ./mew

Arch | pacman | Q | Qc | Qi | Ql | Qm | Qo | Qp | Qs | Qu | Rn | Rns | Rs | S | Sc/Scc | Si | Sii | Sl | Ss | Syu | Sw | Sy | U
:--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--:
**Debian / Ubuntu** | apt / apt-get | dpkg -l | changelog | dpkg -s / aptitude show| dpkg -L|aptitude purge '~o'| dpkg -S / dlocate| dpkg -I | aptitude search '~i(~n $name\|~d $description)'| apt-get upgrade -> n| | | apt remove | apt install --reinstall | apt autoclean/ apt clean |apt-cache show / aptitude show |apt-cache rdepends / aptitude search ~D$pattern|apt-cache dumpavail apt-cache dump (Cache only) apt-cache pkgnames |apt search| apt update && apt upgrade | apt install --download-only (into the package cache) apt download (bypass the package cache)| apt-get update| apt install|
**Red Hat / Fedora** | dnf/rpm |qa | -q --changelog|qi|ql |package-cleanup --orphans|rpm -qf (installed only) or dnf provides (everything) | rpm -qp | rpm -qa '*\<str>\*'| dnf list updates, dnf check-update | | |dnf remove | dnf reinstall | dnf clean all| dnf info|dnf repoquery --alldeps --whatrequires | dnf list available|dnf search | dnf upgrade | dnf download |dnf clean expire-cache && dnf check-update | dnf install |
**SLES/openSUSE**| zypper/rpm |search -s/ qa| -q --changelog|info/qi |ql | | zypper search -f | | |zypper list-updates zypper patch-check (just for patches) | | |zypper remove / zypper rm | zypper install --force | zypper clean | zypper info| zypper search --requires |zypper packages| zypper search zypper se [-s] | zypper update zypper up| zypper --download-only |zypper refresh zypper ref| zypper in|
**Gentoo** | emerge/equery | -e world | changes -f |-pv and -S|files | | equery belongs| |eix -S -I |emerge -uDNp world | | |emerge -C | emerge -1O | eclean distfiles |emerge -pv and emerge -S |equery depends |emerge -ep world |emerge -S |emerge -u world |emerge --fetchonly |emerge --sync;layman -S | emerge |

0 comments on commit 0fab312

Please sign in to comment.