software administration
 
inleiding:    http://linux800.be/inleiding/info-pagina-s/apt-dpkg
 
deb-based
deb-pakketten worden gebruikt door debian en ubuntu.
Je kan meestal geen debian *.deb pakketten  gebruiken onder ubuntu en omgekeerd.
Een *.deb pakket voor ubuntu 14.04 werkt ook meestal niet in ubuntu 16.04 en vice-versa
Linux Mint 18 gebruikt Ubuntu 16.04 software repositories
 
APT wiki: https://en.wikipedia.org/wiki/APT_%28Debian%29
DPKG wiki: https://en.wikipedia.org/wiki/Dpkg text: DPKG wiki
 
dedoimedo.com: apt / aptitude examples
 
geek stuff: 15 aptitude Command Examples
 
tecmint: 15 Practical Examples of  dpkg
 
- last resort
 
 Beter beginnen met wat te doen als alles verloren lijkt:
 Alles er niets meer werkt is er nog altijd:
 
 $ sudo apt-get -f install
 -f, --fix-broken Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can omit any packages to permit APT to deduce a likely solution. If packages are specified, these have to completely correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so corrupt as to require manual intervention (which usually means using dselect(1) or dpkg --remove to eliminate some of the offending packages). Use of this option together with -m may produce an error in some situations. Configuration Item: APT::Get::Fix-Broken.
- standaard pakketten
 
 oefeningen: gebruikapt-get, om de volgende pakketten te installeren onder linux mint:
 (lx-mint)kcalc, (lx-mint)ri-li, (ubuntu16)aptitude, (ubuntu)mc, (ubuntu)vim-full
 
- add-apt
 
 Je kan extra repositories toevoegen, dit gaat als volgt:- toevoegen:  PPA to your apt repositories:
 sudo add-apt-repository ppa:user/ppa-name
- verwijderen:  PPA from your apt repositories
 sudo add-apt-repository -r ppa:user/ppa-name
- apt-get update: vergeet geen apt-get updatena het toevoegen van je repo:
 sudo apt-get update
- oefeningen: 
- (lx-mint) handbrake 1.0: https://handbrake.fr/downloads.php
- (lx-mint) discord: https://discordapp.com/
- (lx-mint) brave browser: https://brave.com/
- (ubuntu20) docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/#extra-steps-for-aufs
- DONT(ubuntu16) mySQL latest version (not maria DB)
 
 
 
- toevoegen:  PPA to your apt repositories:
- vanaf .deb
 - installeer (lx-mint) skype for linux ... https://www.skype.com/en/get-skype/
- acrobat reader (lx-mint) ... https://askubuntu.com/questions/767937/how-to-install-adobe-acrobat-in-ubuntu-16-04
- e-ID software (lx-mint) : https://eid.belgium.be/nl/linux-eid-software-installatie
- PacketTracer for linux -- te downloaden vanaf SFTP-server
 
 
- google-earth
 - tijdelijk niet van toepassing (nu weer te gemakkelijk)
 
 
- tijdelijk niet van toepassing (nu weer te gemakkelijk)
- vanaf bin
 
 packettracer (vanaf SFTP-server) (in lx-mint)
 virtualbox guest additions (/media/<user>/VBOX<something>) (in lx-mint)
 celestia 1.5.1 : https://celestia.space/download.html (in lx-mint)
 
- from source .... !!!
 - http://www.control-escape.com/linux/lx-swinstall-tar.html
- https://itsfoss.com/install-software-from-source-code/
- oefening: clementine audio player  -- scroll in de webpagina naar hoofdstuk: using git
 https://www.linux.com/learn/intro-to-linux/2017/3/how-install-packages-source-linux
- bedenking: https://coderwall.com/p/urkybq/how-to-create-debian-package-from-source
 
rpm-based (allemaal op RH8 -- RockyLinux e.a.)
 
YUM wiki: https://en.wikipedia.org/wiki/Yellow_Dog_Updater,_Modified
RPM wiki: https://en.wikipedia.org/wiki/Rpm_%28software%29
geek stuff: 15 Linux Yum Command Examples
 
tecmint: 20 yum command examples
 
geek stuff: 15 rpm command examples
 
tecmint: 20 practical rpm examples
 
oefeningen op  yum / rpm  RH8:
- installeer mc
- installeer mysql
- doe een update met yum
- installeer wgetmetyum
- download met wgetde volgende file in je $HOME: http://www.melvilletheatre.com/articles/el7/cowsay-3.03-14.el7.centos.noarch.rpm (kijk na of dit de juiste cowsay download voor RH85)
- installeer cowsayvanaf de file in hoger punt metrpm -i
- (RH8) docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/#extra-steps-for-aufs (zoek de juiste link op de website van docker)
- (not applicable) (RH8) mySQL latest version (not maria DB)