Edumatix Krusader
Tłumaczenie
Opis po angielsku
<title>Krusader</title>
<description>A popular KDE file manager</description>
<info>
<![CDATA[
<b>Krusader</b> is an advanced twin panel (commander style) file manager for KDE
and other desktops in the *nix world, similar to Midnight or Total Commander.
It provides all the file management features you could possibly want.<br></br><br></br>
It also supports extensive archive handling, mounted filesystem support,
FTP, advanced search module, an internal viewer/editor, directory synchronisation,
file content comparisons, powerful batch renaming and much much more.
It supports a wide variety of archive formats and can handle other KIO slaves such as smb or fish.
It is (almost) completely customizable, very user friendly, fast and looks great on your desktop!<br></br><br></br>
. When installed, <b>Krusader</b> can be found in KDE Main Menu --> System <br></br><br></br>
It can also be run from terminal with the command <i><b>krusader</b></i> ]]>
Opis po polsku
Skrypt instalujący
function krusader {
# Installs Krusader
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes install krusader
then
AX_fatal "An apt-based error occurred and installation was unsuccessful";
fi
}
Skrypt usuwający
function krusaderremove {
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes remove krusader
then
AX_info "An apt-based error occurred and uninstallation was unsuccessful";
fi
}
wersja strony: 0, ostatnia edycja: 1185894992|%e %b %Y, %H:%M %Z (%O temu)