GithubHelp home page GithubHelp logo

store's Introduction

The ɐǝt $tore

The Eat Store provides a simple way to manage apps with the Eat package manager. It's for those who need Eat, but do not need to use a terminal.

The Eat manager is a text-only package manager, while the Eat Store is a GUI tool for using the manager.

Install

Manual

To install the Eat Store, go to your terminal and run:

# ╭━━━┳━━━┳━━━━╮
# ┃╭━━┫╭━╮┃╭╮╭╮┃
# ┃╰━━┫┃ ┃┣╯┃┃╰╯
# ┃╭━━┫╰━╯┃ ┃┃ The Package Manager
# ┃╰━━┫╭━╮┃ ┃┃ for 𝕃𝕚𝕟𝕦𝕩
# ╰━━━┻╯ ╰╯ ╰╯
# Install python.
# Table below.
# /******************************************************************\
# | Command                             | Distribution               |
# | ------------------------------------+--------------------------- |
# | sudo apt install python3            | Ubuntu/Debian              |
# | sudo apt install python-is-python3  |                            |
# | ------------------------------------+--------------------------- |
# | sudo pacman -S python               | Arch                       |
# | ------------------------------------+--------------------------- |
# | pkg install python                  | Android (Termux)           |
# | ------------------------------------+--------------------------- |
# | eatinst python                      | Any distro (user only)     |
# \__________________________________________________________________/
# (note: For Ubuntu/Debian, you can omit the "sudo" if aptd is running)
#
# Ensure you have Python 3 by running: python -V

# Clone and change working directory.
git clone https://github.com/EatInstall/Store.git
cd Store

# Get PyInstaller.
python -m pip install pyinstaller

# Compile the program.
pyinstaller --name estore --windowed --onefile ./store.py

# Add to /usr/bin.
sudo install ./dist/estore /usr/bin/estore

Be sure to create a shortcut to /usr/bin/estore on your desktop.

Eat Store does not work in text-only Linux distributions (e.g. Ubuntu Server), because it is written using Tkinter. If you need it and are using a text-only distro, you can use the text-only Eat.

Using the git protocol will not work, you'll get an error.

Debian PacKaGe (dpkg) tool

If you are a Ubuntu or Debian user, you can build and install the Debian package eat-store.deb:

git clone https://github.com/EatInstall/Store.git
cd Store
dpkg-buildpackage
sudo dpkg -i eat-store.deb
# idealy; you can also choose apt (sudo apt install --yes ./eat-store.deb)

store's People

Contributors

rickbot-dot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.