8000 GitHub - TuxForge/archie at v1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TuxForge/archie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Archie - Fast & Easy Package Management for Arch Linux

Archie is a command-line tool for managing packages on Arch Linux, providing a simple interface for common package management tasks using yay or paru.

Features

  • Update the system
  • Install packages
  • Remove packages
  • Purge packages
  • Clean cache
  • Clean orphaned packages
  • Search for packages

Installation

  1. Clone the repository:

    git clone https://github.com/zackychann/archie.git
    cd archie
  2. Compile the program:

    make
  3. Install the binary to /usr/bin (requires root permissions):

    sudo make install

Usage

When you run archie, you will see the following prompt:

Welcome to Archie, type "h" for help
$

You can then use the following commands:

  • u - Update the system
  • i - Install a package
  • r - Remove a package
  • p - Purge a package
  • c - Clean cache
  • o - Clean orphaned packages
  • s - Search for a package
  • h - Display help
  • q - Quit the application

Example

To install a package, type i and follow the prompt:

$ i
Enter package name to install:

Command-Line Arguments

You can also use the following command-line argument:

  • --version - Display the version information:

    archie --version

    Output:

        __     
     .:--.'.   Archie v1.1 - Fast & easy package management for Arch Linux
    / |   \ |  Written in C, powered by YAY and pacman.
    `" __ | |  This program may be freely redistributed under
     .'.''| |  the terms of the GNU General Public License.
    / /   | |_ Coded with love by Gurov and maintained by scklss AKA skulls
    \ \._,\ '/ Have fun <3
     `--'  `" 
    

Dependencies

  • gcc - GNU Compiler Collection
  • yay or paru - AUR helpers for Arch Linux
  • git - For installing yay if it is not already installed

Notes

Archie uses yay by default, but if you only have paru installed it'll use it. If you have both and you want to use paru instead of yay create a file in $HOME called .archie-use-paru, and it will install paru instead of yay

touch $HOME/.archie-use-paru

License

This program is licensed under the GNU General Public License. See the LICENSE file for details.

About

Fast & Easy package management for Arch Linux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0