Skip to Content
Linux Administration Cookbook
book

Linux Administration Cookbook

by Adam K. Dean
December 2018
Beginner
826 pages
22h 54m
English
Packt Publishing
Content preview from Linux Administration Cookbook

Running our package

Once the installation is complete, you can run your new version of Vim:

$ flatpak run org.vim.Vim
The package identifier is in three parts: usually org/com.<company or team>.<app name>.

It's not the prettiest command, but it will drop you into the tried and true text editor, as follows:

If we look at the versions of the Flatpak installation and the native Vim install, we can see the difference:

$ flatpak run org.vim.Vim --version | head -n3VIM - Vi IMproved 8.1 (2018 May 18, compiled Oct  1 2018 10:15:08)Included patches: 1-443Compiled by buildbot$ vim --version | head -n3VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Apr ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Practical Linux Security Cookbook - Second Edition

Practical Linux Security Cookbook - Second Edition

Tajinder Kalsi
Mastering Linux Administration

Mastering Linux Administration

Alexandru Calcatinge, Julian Balog

Publisher Resources

ISBN: 9781789342529Supplemental Content