Overview for modicia-linux

How to remove (uninstall) Geany in Modicia Linux

If you really want to delete Geany from you Modicia Linux system, you can run only one command in terminal to do it:

$ sudo apt-get purge geany

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  geany*
0 upgraded, 0 newly installed, 1 to remove and 101 not upgraded.
After this operation, 3,088 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 256983 files and directories currently installed.)
Removing geany (1.32-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) Mediainfo app in Modicia Linux

If you don't need Mediainfo in your Modicia Linux system anymore, you can easily remove it by running this command:

$ sudo apt-get purge mediainfo

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  mediainfo* selene*
0 upgraded, 0 newly installed, 2 to remove and 101 not upgraded.
After this operation, 1,758 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 257056 files and directories currently installed.)
Removing selene (17.7-0~201707260225~ubuntu18.04.1) ...
Removing mediainfo (17.12-1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020

Test internet connection speed in Modicia Linux

Modicia Linux distro has pre-installed tool for testing internet connection speed. Application "TEST SPEED" has it's own shortcut in Main menu ("Internet section"). You can just choose menu item "TEST SPEED" or you can run this connection speed measuring application from terminal.


If you look the properties of shortcut of "TEST SPEED" application in main menu (clicking RightMouseButton), you will see details of shortcut:

Read more

Written by Administrator on Thursday April 23, 2020

How to install Flameshot in Modicia Linux [with screenshot]

Flameshot is very powerful screenshot manager for Linux. Installation in Modicia Linux is very fast and simple:

$ sudo apt-get install flameshot

output:

$ sudo apt-get install flameshot

Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  flameshot
0 upgraded, 1 newly installed, 0 to remove and 101 not upgraded.
Need to get 217 kB of archives.
After this operation, 823 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 flameshot amd64 0.5.1-2 [217 kB]
Fetched 217 kB in 2s (125 kB/s)    
Selecting previously unselected package flameshot.
(Reading database ... 257035 files and directories currently installed.)
Preparing to unpack .../flameshot_0.5.1-2_amd64.deb ...
Unpacking flameshot (0.5.1-2) ...
Setting up flameshot (0.5.1-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020