Hi
how do I install vim on debian mint Linux?
Does it do PDFs as on Windows?
regards - Chris
"Does it do PDFs as on Windows?"
If you mean, edit the PDF as a text file, leaving the encoded elements as is, the response is yes.
For any Debian-based system, the method to install is to open a shell in a terminal and enter the command,
Or look for the vim-gtk3 package from within Synaptic, and install that way.
Eric
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/344fdc93.1e04.19fdcede606.Webtop.1%40btinternet.com.
------ Original Message ------
From: eajma...@gmail.com
To: vim...@googlegroups.com
Sent: Friday, August 7th 2026, 18:15
Subject: Re: Vim on Debian Mint Linux
"Does it do PDFs as on Windows?"
If you mean, edit the PDF as a text file, leaving the encoded elements as is, the response is yes.
For any Debian-based system, the method to install is to open a shell in a terminal and enter the command,
- sudo apt-get install vim-gtk3 (vim-gui-common)
Or look for the vim-gtk3 package from within Synaptic, and install that way.
Eric
On 2026-08-07 11:53, 'c.willis111 ' via vim_use wrote:
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unsub...@googlegroups.com" class="moz-txt-link-freetext">vim_use+unsub...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/344fdc93.1e04.19fdcede606.Webtop.1%40btinternet.com.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unsub...@googlegroups.com">vim_use+unsub...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/22082605-9693-43f2-a059-18f1ea3a408f%40gmail.com.
Hi
thanks both Eric and Marco
Eric, in Windows Vim on a PDF preprocesses the file using PdfTk,, and restores the compression afterwards, likewise. This shows the content streams as clear text. I suspect that PdfTk doesn't work on Linux?
The post processing sorts out the length attributes that the compression and edits have changed.
regards - Chris