Skip to content

Commit 8b5dc19

Browse files
committed
actualizado readme
1 parent 5272c2b commit 8b5dc19

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
66
# AppInstall
77
It's Clean my Mac, but for Linux distros.
8-
Compatible with Debian, Fedora and Arch Linux based distros.
8+
Compatible with Debian, Fedora and Arch Linux based distros.
9+
A new abstraction layer for distro package managers.
910

1011
## Features.
1112
- Uninstall visually ANY package of your system
@@ -15,10 +16,15 @@ Compatible with Debian, Fedora and Arch Linux based distros.
1516
- Scan for viruses
1617
- Fix installation errors.
1718
- Install ANY package visually, whether from the distro repositories or from any package.
18-
> [!NOTE]
19-
> Now supports AUR, Flathub and Snap
19+
- **App Store look**
20+
21+
## GUI
22+
You can open AppInstall normally and set it as default application for installation files.
2023

21-
> With Appinstall, you won't need technical knowledge to do the most basic things in Linux: managing applications.
24+
## CLI (PKM)
25+
Now Appinstall comes with a brand new CLI interface. A new abstraction layer for package managers. The same commands for APT, DNF, Homebrew, PACMAN, AUR, FLATHUB, SNAP...
26+
No strange syntax, all with words that can be dictated. There are no scripts or other elements, just words.
27+
You can type `pkm help` in your terminal to see how to use it. Even if you get the wrong command, there is compatibility with synonyms.
2228

2329
## Installation
2430
Download the latest version of Appinstall and double-click on the .deb or .rpm file to install it. (Only if you're using GNOME or KDE, in other cases you'll need to use the terminal).
@@ -31,4 +37,4 @@ Si necesitas instalarlas manualmente, puedes ejecutar:
3137
sudo pacman -Syu python python-gobject gtk4 libadwaita python-requests python-packaging polkit
3238
```
3339
---
34-
v18
40+
v21

appinstall/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: appinstall
2-
Version: 21
2+
Version: 21.1
33
Section: utils
44
Priority: optional
55
Architecture: all
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CURRENT_VERSION = "21"
1+
CURRENT_VERSION = "21.1"
22
GITHUB_REPO = "InledGroup/appinstall"

src/utils/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
CURRENT_VERSION = "21"
1+
CURRENT_VERSION = "21.1"
22
GITHUB_REPO = "InledGroup/appinstall"

0 commit comments

Comments
 (0)