Fossapup User Contributed Packages

Moderators: 666philb, Forum moderators

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Image

The next time you're forced to disarm a nuclear weapon without consulting Google, you may run in terminal:

cheat tar

Sometimes it's okay to CHEAT :lol:

Two ways of installing this application (requires no dependencies)

Method 1

Copy and paste this into terminal - it will download the zipped file, make it executable and finally move it to the directory /usr/bin

Code: Select all


cd /tmp \
  && wget https://github.com/cheat/cheat/releases/download/4.4.0/cheat-linux-amd64.gz \
  && gunzip cheat-linux-amd64.gz \
  && chmod +x cheat-linux-amd64 \
  && mv cheat-linux-amd64 /usr/bin/cheat
  

once completed you will need to create a configuration file and proceed to download the Community provided Cheatsheets.

Back to terminal and simply type in

Code: Select all


cheat -d

Method 2

Download and install the Pet file.

Please note there is a hidden directory ( .config/cheat )include with the supplied cheatsheets.

https://www.mediafire.com/file/xe39j6y3 ... 0.pet/file

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

I was searching for an updated MTP driver/application and by error ended up compiling this believing it to something else :oops:

Hopefully someone can use it.

Gmtp-1.3.11

https://www.mediafire.com/file/ec3fo7nu ... 1.pet/file

Libmtp-1.1.20 (Required dependency)

https://www.mediafire.com/file/9w556qxa ... 0.pet/file

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Nano text editor
https://www.mediafire.com/file/lab24fbu ... 1.pet/file

You should get familiar with the symbols in Nano.

The caret symbol (^) means Ctrl key
The M character means the Alt key

When it says “^X Exit”, it means to use Ctrl+X keys to exit the editor. When it says “M-U Undo”, it means use Alt+U key to undo your last action.

.............apparently there is a "Easter Egg" hidden in the application :lol:

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Small update for squashfs-tools

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Small update for pure-ftpd server 1.0.50

To compile with TLS support it required

libssl-dev_1.1.1f-1ubuntu2.16_amd64.deb

Code: Select all


./configure --prefix=/usr --enable-largefile --enable-pie --enable-ssp --with-usernames --with-iplogging --with-unicode --with-boring --with-paranoidmsg --with-sysquotas --with-altlog --with-puredb --with-extauth --with-cookie --with-throttling --with-ratios --with-ftpwho --with-uploadscript --with-virtualhosts --with-virtualchroot --with-diraliases --with-peruserlimits --with-language=english --with-tls --with-certfile --with-keyfile
 
User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

An update to grldr - taken from grub4dos-0.4.6a-2022-11-28.7

I am using a USB flash drive and simply overwrote the existing file.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Busybox-1.35.0 - The Swiss Army knife of embedded Linux
..........need to repack brb :oops:

Puppy
Posts: 10
Joined: Sun Nov 27, 2022 2:12 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Fossapup User Contributed Packages

Post by Puppy »

Jasper wrote: Sun Dec 18, 2022 7:59 am

Another small update

Mpv-0.34.1
https://www.mediafire.com/file/caezi4l8 ... 1.pet/file

Mpv doesn't work for me after update. Uninstall Mpv-0.34.1 and Mpv-0.32 works.
Image

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@Puppy

Can you share me a screenshot?

Puppy
Posts: 10
Joined: Sun Nov 27, 2022 2:12 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Fossapup User Contributed Packages

Post by Puppy »

Jasper wrote: Mon Dec 19, 2022 8:47 pm

@Puppy

Can you share me a screenshot?

MPV Screenshot.jpg
MPV Screenshot.jpg (104.64 KiB) Viewed 1822 times
User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Did you install the binary and overwrite the existing one?

Or are you simply running it from an extracted directory?

Puppy
Posts: 10
Joined: Sun Nov 27, 2022 2:12 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Fossapup User Contributed Packages

Post by Puppy »

Jasper wrote: Tue Dec 20, 2022 2:06 pm

Did you install the binary and overwrite the existing one?

Or are you simply running it from an extracted directory?

I install your pet package.
After installing your pet package do I need to extract and overwrite it again?
I just extracted your pet package and overwrite existing /usr/bin/mpv and still doesn't work.

Screenshot.jpg
Screenshot.jpg (39.86 KiB) Viewed 1795 times

Now I uninstall your pet package and Mpv-0.32 works.

Screenshot(1).jpg
Screenshot(1).jpg (59.25 KiB) Viewed 1793 times
User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Sorry, I don't have answer for you.

You could try compiling it yourself?

It is fairly straightforward and you will only need to use the Fossapup64 DevX SFS file.

Puppy
Posts: 10
Joined: Sun Nov 27, 2022 2:12 pm
Has thanked: 2 times
Been thanked: 3 times

Re: Fossapup User Contributed Packages

Post by Puppy »

It's ok, I don't use mpv anyway, I use your vlc pet you compiled for me.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Small updates for ALSA

User avatar
bigpup
Moderator
Posts: 6836
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 874 times
Been thanked: 1472 times

Re: Fossapup User Contributed Packages

Post by bigpup »

what do these ALSA updates provide?

The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@bigpup

It's just an update to both packages to provide better functionality.

sonny
Posts: 725
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 486 times
Been thanked: 173 times

Re: Fossapup User Contributed Packages

Post by sonny »

Jasp, thank you for your packages. It is very much appreciated.

FYI...

Your CURL-7.87.0 stops my OBS Studio (latest version) from working.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

@sonny

Sorry to hear that.

This is the configuration I used to compile the application

Code: Select all


./configure --prefix=/usr --enable-optimize --enable-http --enable-ftp --enable-ldap --enable-ldaps --enable-rtsp --enable-proxy --enable-dict --enable-telnet --enable-tftp --enable-pop3 --enable-imap --enable-smb --enable-gopher --enable-mqtt --disable-manual --enable-libgcc --enable-ipv6 --with-gnutls --with-auto-load-config --enable-versioned-symbols --enable-threaded-resolver --enable-pthreads --enable-sspi --enable-crypto-auth --enable-ntlm --enable-tls-srp --enable-unix-sockets --enable-cookies --enable-socketpair --enable-http-auth --enable-doh --enable-mime --enable-dateparse --enable-netrc --enable-progress-meter --enable-dnsshuffle --enable-get-easy-options --enable-alt-svc --enable-headers-api --enable-hsts --enable-websockets --with-libssh --with-gssapi

Did you install GnuTLS?

I had to use this instead of OpenSSL otherwise it would not allow me to complete the building of the application.

sonny
Posts: 725
Joined: Mon Feb 15, 2021 4:50 pm
Has thanked: 486 times
Been thanked: 173 times

Re: Fossapup User Contributed Packages

Post by sonny »

Jasper wrote: Fri Dec 23, 2022 6:00 pm

@sonny

Sorry to hear that.

This is the configuration I used to compile the application

Code: Select all


./configure --prefix=/usr --enable-optimize --enable-http --enable-ftp --enable-ldap --enable-ldaps --enable-rtsp --enable-proxy --enable-dict --enable-telnet --enable-tftp --enable-pop3 --enable-imap --enable-smb --enable-gopher --enable-mqtt --disable-manual --enable-libgcc --enable-ipv6 --with-gnutls --with-auto-load-config --enable-versioned-symbols --enable-threaded-resolver --enable-pthreads --enable-sspi --enable-crypto-auth --enable-ntlm --enable-tls-srp --enable-unix-sockets --enable-cookies --enable-socketpair --enable-http-auth --enable-doh --enable-mime --enable-dateparse --enable-netrc --enable-progress-meter --enable-dnsshuffle --enable-get-easy-options --enable-alt-svc --enable-headers-api --enable-hsts --enable-websockets --with-libssh --with-gssapi

Did you install GnuTLS?

I had to use this instead of OpenSSL otherwise it would not allow me to complete the building of the application.

No worries. I always have several back up versions.

Yes, I did install GnuTLS.

FYI, FileZilla also stops working.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

That's really strange.

I don't use either application otherwise I would have noticed it beforehand.

I left the compilation instructions just in case you might want to do it yourself using DevX.

You can remove any options that you don't need.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

GnuPG 2.2.41

requires GnuTLS and the additional libraries attached.

https://www.mediafire.com/file/xamitv1z ... 1.pet/file

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Sorry, you need this file too.

Limited to 3x files to upload hence the additional message.

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

FFMpeg 5.1.2 with GnuTLS

https://www.mediafire.com/file/vpldakgx ... 4.pet/file

Need to have TLS support for playback

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Useful small utilities

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Small update Gzip-1.12

User avatar
Jasper
Posts: 1835
Joined: Wed Sep 07, 2022 1:20 pm
Has thanked: 775 times
Been thanked: 428 times

Re: Fossapup User Contributed Packages

Post by Jasper »

Post Reply

Return to “Fossapup64”