Linux Lite Forums
xed on 5.0 - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18)
+--- Thread: xed on 5.0 (/showthread.php?tid=7172)



xed on 5.0 - Aernoudt - 06-30-2020

Hi, new to Linux Lite, not new to linux; I'm trying it out as a replacement for my Slackware stuff.
Would love to have xed as text editor, but can't get it installed (tried several things, including the install instructions from the Linux Mint page (which is kind of strange as Lite is also based on Ubuntu..)).

Any tips on how to add the right PPA or another solution?

Thx!
Aernoudt


Re: xed on 5.0 - UltraCookie - 07-01-2020

Hi,


This might work.


Re: xed on 5.0 - Aernoudt - 07-01-2020

(07-01-2020, 05:37 AM)UltraCookie link Wrote:Hi,


This might work.

Thanks for your response; that does not work unfortunately (similar procedure as mentioned at Mint page).
Will now put my laptop to Solus linux to try that one out and se how it goes there.


Re: xed on 5.0 - UltraCookie - 07-01-2020

Do you get an error while installing or what is the problem?


Re: xed on 5.0 - torreydale - 07-01-2020

[member=27417]Aernoudt[/member] ,
If you're looking for another text editor besides the default one on LL 5.0, there are many other options.  Consider installing gedit.  It is very, very similar to Xed.  You can install it via Install/Remove Software, or you can paste the following into a terminal and install it that way.


Code:
sudo apt-get install gedit


You can see what it looks like here:
https://alternativeto.net/software/gedit/


Re: xed on 5.0 - Moltke - 07-02-2020

(06-30-2020, 04:06 PM)Aernoudt link Wrote:Hi, new to Linux Lite, not new to linux; I'm trying it out as a replacement for my Slackware stuff.
Would love to have xed as text editor, but can't get it installed (tried several things, including the install instructions from the Linux Mint page (which is kind of strange as Lite is also based on Ubuntu..)).

Any tips on how to add the right PPA or another solution?

Thx!
Aernoudt

Use the .deb file to install it

Download
Code:
wget http://packages.linuxmint.com/pool/backport/x/xed/xed_2.4.2+tricia_amd64.deb
then install with
Code:
sudo apt install ./xed_2.4.2+tricia_amd64.deb
Note that for the command above to work, xed's .deb pkg must be in your home dir, otherwise cd into the one you downloaded it, run the command from there and tha's it, xed should install with no problem.

Hope this helps! Smile