Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
bullseye | 2025-07-26 | ||
bookworm | 2025-07-26 | ||
trixie | 2025-02-05 | ||
buster | 2023-07-09 | ||
oldoldstable | 2021-09-07 | ||
testing | 2019-11-24 | ||
oldstable | 2019-10-08 | ||
stable | 2019-10-08 | ||
Totals: 8 Items | 0 |
Debian packages
This is the MoebInv private repository which you can use with your apt package manager on a Debian/Ubuntu/etc system. Here are the user instructions:
- The packages are signed with GPG key, thus you need to execute as the root the following command:
curl -L https://sourceforge.net/projects/moebinv/files/binary/ubuntu/moebinv.gpg.key |
gpg --dearmor > /etc/apt/trusted.gpg.d/moebinv-archive-keyring.gpg
Alternatively you may download and install moebinv-archive-keyring_0.3_all.deb
manually (e.g. from the command prompt using gdebi
command).
- You can do one of the following:
A. Download the above the matching file moebinv-buster.list
, moebinv-bullseye.list
, moebinv-bookworm.list
or moebinv-trixie.list
for your distribution and save it in your local /etc/apt/sources.list.d/
folder;
B. Add to your /etc/apt/sources.list
a line like that:
deb https://sourceforge.net/projects/moebinv/files/binary/debian bookworm main
If your distribution is `buster`, `bullseye` or `trixie` instead of `bookworm`, change the name in the above line accordingly. Some old versions of packages are provided for `stretch` as well.
- Issue
update
instruction with yourapt
oraptitude
commands. MoebInv packages shall be now visible and installable by your package manager.