roxterm icon indicating copy to clipboard operation
roxterm copied to clipboard

no longer obtainable with apt-get install

Open jredfox opened this issue 2 years ago • 10 comments

sudo apt-get install roxterm no longer works. I go download your sourceforge files and it's not even compiled I go to your github releases it's also not compiled I go to your forms looking for how to install it and it says extract it and just run run how and what there is nothing to run????

jredfox avatar Jun 06 '22 00:06 jredfox

What OS are you using? Are you using the PPA? This should work on anything that's at least as new as Ubuntu 20.04 (focal), including Debian. You just have to make sure that the Ubuntu version in the .list file is "focal", not the version of the OS you're using.

Ignore SourceForge, that's obsolete. I don't know what you mean by forms (forums?) and what instructions you're reading. I guess I do need to add better instructions. If you can't get it installed from the PPA, let me know, and I'll make those instructions a priority.

realh avatar Jun 06 '22 12:06 realh

Linux mint apt doesn't work nor can I find it on Ubuntu packages. I am on amd64 and don't see x64 or even x86

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: realh @.> Sent: Monday, June 6, 2022 7:31:53 AM To: realh/roxterm @.> Cc: jredfox @.>; Author @.> Subject: Re: [realh/roxterm] no longer obtainable with apt-get install (Issue #245)

What OS are you using? Are you using the PPAhttps://launchpad.net/~h-realh/+archive/ubuntu/roxterm? This should work on anything that's at least as new as Ubuntu 20.04 (focal), including Debian. You just have to make sure that the Ubuntu version in the .list file is "focal", not the version of the OS you're using.

Ignore SourceForge, that's obsolete. I don't know what you mean by forms (forums?) and what instructions you're reading. I guess I do need to add better instructions. If you can't get it installed from the PPA, let me know, and I'll make those instructions a priority.

— Reply to this email directly, view it on GitHubhttps://github.com/realh/roxterm/issues/245#issuecomment-1147396352, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACKJBMLCQGM7ERNWRRZ4VM3VNXVTTANCNFSM5X537JXQ. You are receiving this because you authored the thread.Message ID: @.***>

jredfox avatar Jun 06 '22 14:06 jredfox

I think Mint is based on Debian rather than Ubuntu now? Roxterm hasn't been in the official repositories for either for a long time, so you need to add the PPA. Try this command:

sudo add-apt-repository ppa:h-realh/roxterm

If it doesn't work, see below. If it does, there should be a new .list file in /etc/apt/sources.list.d that contains 'roxterm' in its name. Using a text editor as root (eg sudo nano /etc/apt/sources.list.d/*roxterm*.list). Make sure each line ends with focal main. If the second-to-last word isn't 'focal', replace it. Then run sudo apt update and roxterm should be available.

If add-apt-repository didn't work, add the PPA manually. First import the signing key:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CA76D653B56F3C0A67BAEC9CBA0835874C32D80B

Then create a sources.list file:

sudo nano /etc/apt/sources.list.d/realh-roxterm.list

Add this content, then save it:

deb https://ppa.launchpadcontent.net/h-realh/roxterm/ubuntu focal main 
deb-src https://ppa.launchpadcontent.net/h-realh/roxterm/ubuntu focal main 

Then run sudo apt update.

realh avatar Jun 06 '22 15:06 realh

sudo add-apt-repository ppa:h-realh/roxterm and then sudo apt update and sudo apt-get install roxterm worked. I have no idea what the rest was once it was in nano mode I couldn't do anything. could you provide these commands on your github README. thanks

Also could you please tell me how to compile the project I have like 4 other terminals that have the same issue of not being able to get installed only githubs

jredfox avatar Jun 06 '22 15:06 jredfox

nano is a simple text editor. You can move the cursor with the arrow keys and edit text. At the bottom there are legends to show you the command keys, where ^ means Ctrl. Ctrl-X exits and will ask you if you want to save the file if you changed it.

What OS are the other machines running? If it's Mint, Ubuntu or Debian etc, the above is the easiest way to install it.

Wouldn't it just be easier to use gnome-terminal?

realh avatar Jun 06 '22 16:06 realh

For the record, the ROXTerm PPA works fine on Linux Mint 19, 20, and 21. The "main" Linux Mint is still based on Ubuntu, but there is a Debian-based flavor called LMDE (https://en.wikipedia.org/wiki/Linux_Mint_Debian_Edition) that serves a) as a sanity check on what it takes to make Mint work on NOT-Ubuntu and b) a fail-safe in case Ubuntu becomes untenable for whatever reason. I've not used LMDE and am not sure about either ROXTerm or PPAs on that.

vossenjp avatar Jun 06 '22 18:06 vossenjp

both ubuntu and linux mint use debian instillation apps. ubuntu has their snap store on top of that. Also linux mint is just a modification of ubuntu with lots of bug fixes and some changes. like the UI changes. That's why I don't understand why you couldn't just use apt-get because if it works for ubuntu it should work for linux mint on that command. if it's in the snap store then I could understand.

jredfox avatar Jun 06 '22 18:06 jredfox

apt-get roxterm doesn't work on any modern distro without the PPA, because it isn't an official package any more (long story). You have to add the PPA even if you're using Ubuntu.

realh avatar Jun 06 '22 18:06 realh

Ignore SourceForge, that's obsolete.

I get this, but I kept it in an old file and have not updated it. I think it would be nice if there could be stable releases on github too. This may also help the debian team (they can repackage for debian, no need to offer extra packages when debian devs do the work there, so PPAs are not necessary for other devs - debian will handle these. That is why the issue request here is also incorrect in the sense that apt-get is a distribution specific solution, not specific to the source code of roxterm).

rubyFeedback avatar Sep 04 '22 17:09 rubyFeedback

There isn't much demand for Roxterm in the Debian community. I used to be the package maintainer, but as a sponsee, so the release process was quite tedious. I don't use Debian any more, but have a VPS running Ubuntu, which is enough to keep the PPA going. I think the Debian package system can track upstream via git instead of tarball URLs. If it makes things difficult for maintainers, that's a problem with Debian, not upstream IMO.

realh avatar Sep 05 '22 12:09 realh