Difference between revisions of "OpenSuse Leap 15 Laptop install required packages"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Laptop install required packages">OpenSuse_Leap_15_New_machine_configuration|New machine configuration</yambe:breadcrumb> =OpenSuse Leap 15 Laptop inst...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Laptop install required packages">OpenSuse_Leap_15_New_machine_configuration|New machine configuration</yambe:breadcrumb>
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 New machine configuration|New machine configuration]] > [[OpenSuse Leap 15 Laptop install required packages|Laptop install required packages]]
=OpenSuse Leap 15 Laptop install required packages=


==Package manager based installation==
==Package manager based installation==
Line 45: Line 44:




<yambe:breadcrumb self="Laptop install required packages">OpenSuse_Leap_15_New_machine_configuration|New machine configuration</yambe:breadcrumb>
 
[[Main Page|Home]] > [[Suse]] > [[OpenSuse Leap 15]] > [[OpenSuse Leap 15 New machine configuration|New machine configuration]] > [[OpenSuse Leap 15 Laptop install required packages|Laptop install required packages]]

Latest revision as of 03:20, 6 April 2022

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