On 2022-08-11, Marius Gedminas wrote: > On Wed, Aug 10, 2022 at 10:11:28AM -0700, Gary Johnson wrote: > > b) View the dependencies and install the ones you want or need > > manually. > > > > $ apt show vim-gtk3 | grep ^Depends > > > > For each <package> to be installed, run > > > > $ sudo apt install <package> > > This installs runtime libraries, but not their development packages. > For each libsomething42-3 you need to figure out the appropriate > libsomething-dev and then apt install that too.
Of course. Thanks for the correction. Regards, Gary -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20220811071642.GL12539%40phoenix.
