How to uninstall files that have been installed with the combination of commands:
./configure,make,make install
To find out where the files are located, you run the command:
make -n install
zondag 15 december 2019
dinsdag 12 november 2019
Information about packages
Commands to get information about packages:
type -p nmcli
dpkg -S /usr/bin/nmcli
apt-cache depends network-manager
https://askubuntu.com/questions/972596/nmcli-command-not-found-ubuntu-16-04
zondag 30 juni 2019
Autostart programs at bootup
home/name/.config/autostart
Here it is where you place the programs that you want to start at bootup.
[Desktop Entry]
Type=Application
Exec=/usr/share/terminator/terminator
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=terminator
Name=terminator
Comment[en_US]=
Comment=
Here it is where you place the programs that you want to start at bootup.
[Desktop Entry]
Type=Application
Exec=/usr/share/terminator/terminator
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=terminator
Name=terminator
Comment[en_US]=
Comment=
zondag 12 mei 2019
When you do “apt-get install” where are the .deb files stored?
They're stored in:
/var/cache/apt/archives/
unless you've issued a:
apt-get clean
(https://superuser.com/questions/378686/when-you-do-apt-get-install-where-are-the-deb-files-stored)
/var/cache/apt/archives/
unless you've issued a:
apt-get clean
(https://superuser.com/questions/378686/when-you-do-apt-get-install-where-are-the-deb-files-stored)
zaterdag 13 april 2019
Deletion of make install files
Deletion of make install files
https://stackoverflow.com/questions/1439950/whats-the-opposite-of-make-install-i-e-how-do-you-uninstall-a-li
sudo make uninstall
In a Debian based system, instead of (or after*) doing
https://stackoverflow.com/questions/1439950/whats-the-opposite-of-make-install-i-e-how-do-you-uninstall-a-li
sudo make uninstall
In a Debian based system, instead of (or after*) doing
make install you can run sudo checkinstall to make a .deb file that gets automatically installed. You can then remove it using the system package manager (e.g. apt/synaptic/aptitude/dpkg). Checkinstall also supports creating other types of package, e.g. RPM.
maandag 8 april 2019
zondag 7 april 2019
Pause subscription
You can pause a subscription by canceling your subscription and then opt for pausing your subscription.
Abonneren op:
Posts (Atom)
Enlarging Libreoffice window completely with command
You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.
-
Als je een goede pdf wilt maken van een Volkskrant artikel, moet je als volgt te werken gaan. Open de Volkskrant pagina, waar je een pdf van...
-
https://wiki.documentfoundation.org/Faq/Calc/113 Create a new LibreOffice Calc document. Click on a cell in the table (A1 for example) Go t...
-
You can open the LibreOffice window completely by pressing the CTRL+Shift+J keys together.