Apturl in Ubuntu: one-click program installation
- Transfer
First you need to install Apturl. To do this, simply type in the terminal: After Apturl is installed, you need to restart the browser. Now, to test Apturl, you need a link to install, right? As an example, here is a link to install the “Gnome-Main-Menu” program: install Gnome-Main-Menu .
sudo apt-get install apturl
Hope it works! And before everyone starts talking about the “insecurity” of Apturl, I’ll say this. Apturl just tells apt-get which program to install. So the “attacker blogger” cannot install the “malicious” program, because it is not in the apt-get repositories of your system. Apturl only works with programs from your repositories. If apt-get cannot install the program, then Apturl cannot! You can also not execute arbitrary commands with Apturl, so do not worry that someone will format your disk.
But what if you want to use this system on your site? It is very simple. For example, for the above link to the Gnome-Main-Menu installation, I just created a hyperlink pointing to
apt:gnome-main-menuThis translation is also published on ubuntu-blog.ru