Xed is a text editor which supports most standard editor features, extending this basic functionality with other features not usually found in simple text editors. Xed is a graphical application which supports editing multiple text files in one window (known sometimes as tabs or MDI).
Xed (XML text EDitor) is a simple text editor with more features than the average editor. It features support for UTF-8 to encode edited files, auto indentation, syntax highlighting, printing, and file comparison among others. Xed also contains the extensible using plugins and also with pre-installed plugins to help users edit files quicker and more easily.
In this article I will show you how to install Xed EDitor on Ubuntu 17.04
Xed Editor Installation
Before installing Xed editor first of all you have to add the below repository follow the below command to add the required repository:
# add-apt-repository ppa:embrosyn/xapps A new fancy thing is on the block. It's called X-Apps: a bunch of GTK3 DE-agnostic applications that are not so tightly tied to a particular distribution/DE as their ancestors (forkees) might be, developed by the Linux Mint crew: * pix (image management application based on gThumb) * xed (text editor based on Pluma), * xplayer (media player based on Totem), * xviewer (image viewer based on Eye of GNOME), and * xreader (document reader based on Atril) This PPA is in a quite early, experimental stage, but expect the same packaging tempo and distribution series set, if everything goes alright - latest two long-term (LTS) and short-term (STS) support releases, which means: * Ubuntu 16.04, Xenial Xerus (xenial), * Ubuntu 17.04, Zesty Zapus (zesty). Xenial builds rely on Jonathon F's MATE 1.18 PPA, and because of that Xenial users are strongly advised to add his PPA prior to adding this one in order to prevent eventual breakage. More info: https://launchpad.net/~embrosyn/+archive/ubuntu/xapps Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keybox '/tmp/tmpcya07_mg/pubring.gpg' created gpg: /tmp/tmpcya07_mg/trustdb.gpg: trustdb created gpg: key EA1FE56966DFE684: public key "Launchpad PPA for embrosyn" imported gpg: Total number processed: 1 gpg: imported: 1 OK
Run apt-get update command to update the system.
# apt-get update Get:1 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB] Get:2 http://ppa.launchpad.net/embrosyn/xapps/ubuntu zesty InRelease [15.9 kB] Hit:3 http://in.archive.ubuntu.com/ubuntu zesty InRelease Hit:4 http://ppa.launchpad.net/gnome3-team/gnome3/ubuntu zesty InRelease Get:5 http://in.archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB] .......... ......
Now install Xed Editor.
# apt-get install xed Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: fonts-lato gawk gist hddtemp inxi javascript-common libjs-jquery libruby2.3 libsigsegv2 lm-sensors rake ruby ruby-did-you-mean ruby-json ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration xapps-common xed-common Suggested packages: gawk-doc ksensors apache2 | lighttpd | httpd fancontrol read-edid i2c-tools ri ruby-dev bundler The following NEW packages will be installed: fonts-lato gawk gist hddtemp inxi javascript-common libjs-jquery libruby2.3 libsigsegv2 lm-sensors rake ruby ruby-did-you-mean ruby-json ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration xapps-common xed xed-common ........ ...... Setting up ruby2.3 (2.3.3-1ubuntu0.1) ... Setting up ruby (1:2.3.3) ... Setting up ruby-json (2.0.1+dfsg-3) ... Setting up gist (4.5.0-2) ... Setting up xapps-common (1.0.3-1~zesty0) ... Setting up xed (1.4.6-1~zesty0) ... Processing triggers for ureadahead (0.100.0-19) ... Processing triggers for libc-bin (2.24-9ubuntu2) ...
Xed Editor successfully installed on your system. To run the Xed application, type the application in the Ubuntu dashboard and click on the icon to run it.
Now Xed application is running successfully on your system.
If you find this tutorial helpful please share with your friends to keep it alive. For more helpful topic browse my website www.looklinux.com. To become an author at LookLinux Submit Article. Stay connected to Facebook.
Leave a Comment