OpenSuse Leap 15 Laptop install required packages

From Notes_Wiki

Home > Suse > OpenSuse Leap 15 > New machine configuration > Laptop install required packages

Package manager based installation

Install required software for day-to-day laptop use:

   zypper in emacs
   zypper in thunderbird
   zypper in vlc vlc-codes
   zypper in erlang
   zypper in kile  #Installs 2398 packages for about 1GB download and 1.8GB installation
   zypper in texlive-wrapfig
   zypper in bind
   zypper in kolourpaint kdelibs4support  #kdelibs4support is required or else file-save wont work
   zypper in apg #apg can be used instead of mkpasswd for generating passwords
   zypper in nmap
   zypper in mlocate
   zypper install -t pattern devel_C_C++  #Development Tools
   zypper in doxygen
   zypper in lxc debootstrap yum


Remote management software installation


Additional repositories based installation

Download zypper configuration package for adobe flash

  1. URL: https://get.adobe.com/flashplayer/download/?installer=FP_30.0_for_Linux_64-bit_(YUM)&stype=7653&standalone=1
  2. Install the above package using software management
  3. Then using yast2 after refreshing package cache install flash-player, flash-player-gnome and flash-player-ppapi


Removing packages

Remove non-desired packages from full installation

   zypper remove evolution



Home > Suse > OpenSuse Leap 15 > New machine configuration > Laptop install required packages