Code Monkey home page Code Monkey logo

neoterm-repo's Introduction

NeoTerm apt repo

Repo link

https://raw.githubusercontent.com/NeoTerm/NeoTerm-repo/main/ stable main

Supported architectures

ARCH : : SUPPORTED
ARM : : NO
AARCH64 : : YES
I386 : : NO
X86-X64 : : NO

Mini guide to add/remove/update packages

Deps

apt install reprepro

Conf example (Needed to be only once)

  • Lets take (aptr) as root dir here (Clean/empty folder)
$ nano (aptr)/conf/distributions

Codename: stable
Architectures: aarch64 arm
Components: main
Description: neoterm-repository

Command

  • Here you need to be in (aptr) folder to execute these
# Remove all old packages
$ reprepro --ignore=forbiddenchar -V removefilter stable 'Section'

# Add new packages
$ reprepro --ignore=forbiddenchar -S main -P extra includedeb stable ../neoterm-packages/debs/*.deb

Get all of current package(s) list (Mainly for neoterm-packages)

  • Get Packages file from apt repo
$ wget https://github.com/NeoTerm/NeoTerm-repo/raw/main/dists/stable/main/binary-aarch64/Packages
  • Cat packages to file (List)
$ grep -ra "Package" >> List
  • Now open text editor and replace these with nothing
  • (Packages:Package: ) and (-static) both need to be replaces with nothing
  • Now to sort and make it to oneliner
$ cat List | uniq > proper-list

$ cat proper-list | awk '{print}' ORS=' ' > oneliner
  • End result of it should be good enough for ./build-package.sh but some of these will need cleaning still (Example at the bottom)
$ ./build-package.sh package1 package2 package3 and etc

neoterm-repo's People

Contributors

martinvlba 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.