Edumatix Opera
Tłumaczenie
Opis po angielsku
<title>Opera Browser</title>
<description>Opera Web Browser</description>
<info>
<![CDATA[
<b>Opera</b></a> is a cross-platform web browser and Internet suite which handles
common internet-related tasks including visiting web sites, sending and
receiving e-mail messages, managing contacts, chatting online and displaying Widgets.
Opera's lightweight mobile web browser Opera Mini and most current versions of
its desktop application are offered free of charge.<br></br><br></br>
Opera is proprietary software developed by Opera Software based in Oslo, Norway.
It runs on a variety of operating systems including many versions of Microsoft Windows,
Mac OS X, Linux, FreeBSD and Solaris. It is also used in mobile phones, smartphones,
Personal Digital Assistants, game consoles and interactive televisions.
Technology from Opera is also licensed by other companies for use in such products as Adobe Creative Suite.<br></br><br></br>
When installed, <b>Opera</b> can be found in Applications--> Internet<br></br><br></br>
It can also be run from terminal with the command <i><b>opera</b></i> ]]>
Opis po polsku
Skrypt instalujący
function operabrowser {
#Installs Opera Web Browser
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes install opera
then
AX_fatal "An apt-based error occurred and installation was unsuccessful";
fi
}
Skrypt usuwający
function operabrowserremove {
sleep 1
dpkg_check
if ! sudo apt-get --assume-yes remove opera
then
AX_info "An apt-based error occurred and uninstallation was unsuccessful";
fi
}
wersja strony: 0, ostatnia edycja: 1185894414|%e %b %Y, %H:%M %Z (%O temu)