or install SLE SDK & compiler tools, download source tarball (latest nano works), untar, ./configure && make && sudo make install it installs to /usr/local by default unless you use a different default configure prefix
Просто поразительно!Я несколько дней рылся с установкой nano.И вот случайно наткнулся на ваш совет.Премного благодарен.А вот ещё как белых квадратиков избежать в консоле?
This was great! Thank you! I was able to install NANO on a VMware VDP Appliance with this tip!
ReplyDeleterpm -i nano-2.2.6-1.x86_64.rpm
ReplyDeleteerror: Failed dependencies:
rtld(GNU_HASH) is needed by nano-2.2.6-1.x86_64
@IT guru , install rtld. It is telling you.
ReplyDeleteHow do I install rtld?
ReplyDeleteBut you're an IT guru, shouldn't you know how to google it? :-D
ReplyDeleteLatest rpm:
ReplyDeletehttps://nano-editor.org/dist/v2.5/RPMS/nano-2.5.3-1.x86_64.rpm
no issue with rtld then.
or install SLE SDK & compiler tools, download source tarball (latest nano works), untar, ./configure && make && sudo make install
ReplyDeleteit installs to /usr/local by default unless you use a different default configure prefix
ugh, annoying I can't edit... but also, there's a sample nanorc in the source tarball that you'll probably want also.
ReplyDeleteThis comment has been removed by the author.
ReplyDeletezypper addrepo https://download.opensuse.org/repositories/editors/SLE_12_SP3/editors.repo
ReplyDeletezypper refresh
zypper install nano
awesome-sauce. thanks for that.
DeleteПросто поразительно!Я несколько дней рылся с установкой nano.И вот случайно наткнулся на ваш совет.Премного благодарен.А вот ещё как белых квадратиков избежать в консоле?
DeletePrecise and straight to the point. Thank you.
ReplyDelete