Is there a hex editor .pet for Puppy?

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
fixit

Is there a hex editor .pet for Puppy?

#1 Post by fixit »

I am trying to install a hex editor. PPM could not find wxHexEditor or khex.

Is there one that it can find ?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#2 Post by Semme »

PM'd..

fixit

#3 Post by fixit »

PM'd back at you.

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#4 Post by Flash »

Fixit, please, if you ask a question in the forum then tell us the answer you found.

Semme, you should know better. :?

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#5 Post by Semme »

No big secret that "repository.slacky.eu" has wxHexEditor.

fixit

#6 Post by fixit »

Flash wrote:Fixit, please, if you ask a question in the forum then tell us the answer you found.

Semme, you should know better. :?
Be patient dude.

This thread is not finished.

fixit

#7 Post by fixit »

Semme wrote:No big secret that "repository.slacky.eu" has wxHexEditor.
I went to that page.

After using Google translate, it gave me this.

Code: Select all

This page was not retrieved from its original location over a secure connection.Dismiss

User avatar
Karl Godt
Posts: 4199
Joined: Sun 20 Jun 2010, 13:52
Location: Kiel,Germany

#8 Post by Karl Godt »

https://packages.debian.org/search?keyw ... ection=all

leads to

https://packages.debian.org/wheezy/hexedit

and

https://packages.debian.org/wheezy/ncurses-hexedit

At the header there is the link to source page .
Source is pretty small .
Should compile easily on older glibc :

unpack
OPEN TERM IN DIR
./configure
make

step
Posts: 1349
Joined: Fri 04 May 2012, 11:20

#9 Post by step »

fixit wrote:
Semme wrote:No big secret that "repository.slacky.eu" has wxHexEditor.
I went to that page.

After using Google translate, it gave me this.

Code: Select all

This page was not retrieved from its original location over a secure connection.Dismiss
it's a google issue. Remove the s from https://...google... in your browser navigation bar and try again.
[url=http://murga-linux.com/puppy/viewtopic.php?t=117546]Fatdog64-810[/url]|[url=http://goo.gl/hqZtiB]+Packages[/url]|[url=http://goo.gl/6dbEzT]Kodi[/url]|[url=http://goo.gl/JQC4Vz]gtkmenuplus[/url]

fixit

#10 Post by fixit »

# ./configure
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

I tried this in .tmp and one of my own directories.

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#11 Post by Semme »

:idea: Update your repos.

fixit

#12 Post by fixit »

That was done this morning.

I should have posted "GUI hex editor."

I have one in Windows that I may use.

I learned a long time ago, that messing up just one byte in a file can render it useless. :-)

Andy

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#13 Post by Semme »

You've updated and pacman still can't locate wxHexEditor? Search solely the Slacky repo..

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#14 Post by technosaurus »

iirc minimum profit (mp) has a built-in hex editor
try mp --help
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply