home       inleiding       sysadmin       services       links       bash       werk       nothing      

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
 

  1. 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.

     

  2. standaard pakketten
     
    oefeningen: gebruik apt-get, om de volgende pakketten te installeren onder linux mint:
    (lx-mint)kcalc, (lx-mint)ri-li, (ubuntu16)aptitude, (ubuntu)mc, (ubuntu)vim-full
     
  3. add-apt
     
    Je kan extra repositories toevoegen, dit gaat als volgt:
  4. vanaf .deb
     
  5. google-earth
     
    • tijdelijk niet van toepassing (nu weer te gemakkelijk)
       
  6. 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)
     
  7. 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:

  1. installeer mc
  2. installeer mysql
  3. doe een update met yum
  4. installeer wget met yum
  5. download met wget de 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)
  6. installeer cowsay vanaf de file in hoger punt met rpm -i
  7. (RH8) docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/#extra-steps-for-aufs (zoek de juiste link op de website van docker)
  8. (not applicable) (RH8) mySQL latest version (not maria DB)