LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-30-2020, 02:10 AM   #1
czezz
Member
 
Registered: Nov 2004
Distribution: Slackware/Solaris
Posts: 924

Rep: Reputation: 43
Slackware - minimal package list/installation for web browser only?


Hi all,
I want to install Slackware 14.2 with minimal package list that allows run web browser (eg. firefox) only.
Before I start, I want to ask if maybe anyone here did this excercise before (and could share package list)?
 
Old 03-30-2020, 11:19 AM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by czezz View Post
Hi all,
I want to install Slackware 14.2 with minimal package list that allows run web browser (eg. firefox) only.
Before I start, I want to ask if maybe anyone here did this excercise before (and could share package list)?
There are a lot of minimal installs out there, but I don't know any that are specific for a web browser. You'll probably just need to play with it until you find what works best for you. Check out these two threads as a way to start (on the first thread, specifically look at nobodino's posts towards the end of the thread).

https://www.linuxquestions.org/quest...nstall-753128/
https://www.linuxquestions.org/quest...-a-4175595495/
 
1 members found this post helpful.
Old 03-30-2020, 01:17 PM   #3
czezz
Member
 
Registered: Nov 2004
Distribution: Slackware/Solaris
Posts: 924

Original Poster
Rep: Reputation: 43
Hey, this is good stuff! Thank you very much for this finding
 
Old 03-30-2020, 01:49 PM   #4
enine
Senior Member
 
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,486
Blog Entries: 4

Rep: Reputation: 282Reputation: 282Reputation: 282
You could just install the A and N set and use https://en.wikipedia.org/wiki/Lynx_(web_browser) or https://slackbuilds.org/repository/14.2/network/elinks/

Last edited by enine; 03-30-2020 at 02:02 PM.
 
Old 03-30-2020, 04:19 PM   #5
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
It should probably also be mentioned that if you want to use multimedia playback in Firefox, there's a good chance you'll need some 3rd-party programs from SBo (like ffmpeg and/or h264). This will likely require additional dependencies in the d/ and l/ series to be able to compile and run those programs.
 
Old 03-30-2020, 05:10 PM   #6
czezz
Member
 
Registered: Nov 2004
Distribution: Slackware/Solaris
Posts: 924

Original Poster
Rep: Reputation: 43
I just tried nobodino's bare system. It works but the list is missing lilo.
Next step is to add network and X11.

@bassmadrigal - that is exactly what I want to avoid
@enine - thanks for hint.
 
Old 03-30-2020, 06:23 PM   #7
czezz
Member
 
Registered: Nov 2004
Distribution: Slackware/Solaris
Posts: 924

Original Poster
Rep: Reputation: 43
[UPDATE 20200401]
Note: the heavy lift has been done by: deNiro and nobodino.

Here is my attempt on Slackware 14.2.
List contains:
Code:
- lilo
- network
- openssh
- X11
- elvis(vi)
- upgrade/install packages via slackpkg
- firefox
At the first startup, following must be executed (once):

Code:
sed -i '/USE_DHCP\[0\]/s/".*"/"yes"/' /etc/rc.d/rc.inet1.conf
/etc/rc.d/rc.inet1 restart
echo "export LC_ALL=C" >> /etc/profile
gdk-pixbuf-query-loaders > /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache
Packages list:
Code:
a/aaa_base-14.2-x86_64-2.txz
a/aaa_elflibs-14.2-x86_64-23.txz
a/aaa_terminfo-5.9-x86_64-1.txz
a/bash-4.3.046-x86_64-1.txz
a/bzip2-1.0.6-x86_64-1.txz
a/coreutils-8.25-x86_64-2.txz
a/dbus-1.10.8-x86_64-1.txz
a/devs-2.3.1-noarch-25.txz
a/dialog-1.2_20130523-x86_64-1.txz
a/e2fsprogs-1.43.1-x86_64-1.txz
a/elvis-2.2_0-x86_64-2.txz
a/etc-14.2-x86_64-7.txz
a/eudev-3.1.5-x86_64-8.txz
a/findutils-4.4.2-x86_64-1.txz
a/gawk-4.1.3-x86_64-1.txz
a/glibc-solibs-2.23-x86_64-1.txz
a/grep-2.25-x86_64-1.txz
a/kernel-huge-4.4.14-x86_64-1.txz
a/kernel-modules-4.4.14-x86_64-1.txz
a/kmod-22-x86_64-1.txz
a/lilo-24.2-x86_64-2.txz
a/pkgtools-14.2-noarch-10.txz
a/procps-ng-3.3.11-x86_64-1.txz
a/sed-4.2.2-x86_64-1.txz
a/shadow-4.2.1-x86_64-1.txz
a/sysvinit-2.88dsf-x86_64-4.txz
a/sysvinit-scripts-2.0-noarch-33.txz
a/tar-1.29-x86_64-1.txz
a/utempter-1.1.6-x86_64-2.txz
a/util-linux-2.27.1-x86_64-1.txz
a/which-2.21-x86_64-1.txz
a/xz-5.2.2-x86_64-1.txz
ap/mc-4.8.16-x86_64-2.txz
ap/slackpkg-2.82.1-noarch-3.txz
l/atk-2.18.0-x86_64-1.txz
l/cairo-1.14.6-x86_64-2.txz
l/dbus-glib-0.106-x86_64-1.txz
l/freetype-2.6.3-x86_64-1.txz
l/gamin-0.1.10-x86_64-5.txz
l/gdk-pixbuf2-2.32.3-x86_64-1.txz
l/glib2-2.46.2-x86_64-2.txz
l/gtk+2-2.24.30-x86_64-1.txz
l/harfbuzz-1.2.7-x86_64-1.txz
l/libffi-3.2.1-x86_64-1.txz
l/libunistring-0.9.3-x86_64-1.txz
l/ncurses-5.9-x86_64-4.txz
l/pango-1.38.1-x86_64-1.txz
l/startup-notification-0.12-x86_64-2.txz
n/dhcpcd-6.8.2-x86_64-2.txz
n/gnupg-1.4.20-x86_64-1.txz
n/iproute2-4.4.0-x86_64-1.txz
n/iputils-s20140519-x86_64-1.txz
n/libgcrypt-1.7.1-x86_64-1.txz
n/libgpg-error-1.23-x86_64-1.txz
n/libmnl-1.0.3-x86_64-1.txz
n/net-tools-1.60.20120726git-x86_64-1.txz
n/nettle-3.2-x86_64-1.txz
n/network-scripts-14.2-noarch-1.txz
n/openssh-7.2p2-x86_64-1.txz
n/openssl-1.0.2h-x86_64-1.txz
n/wget-1.18-x86_64-1.txz
x/dejavu-fonts-ttf-2.34-noarch-1.txz
x/font-alias-1.0.3-noarch-1.txz
x/font-misc-misc-1.1.2-noarch-1.txz
x/fontconfig-2.11.1-x86_64-2.txz
x/libICE-1.0.9-x86_64-2.txz
x/libSM-1.2.2-x86_64-2.txz
x/libX11-1.6.3-x86_64-2.txz
x/libXau-1.0.8-x86_64-2.txz
x/libXaw-1.0.13-x86_64-1.txz
x/libXaw3d-1.6.2-x86_64-3.txz
x/libXaw3dXft-1.6.2d-x86_64-2.txz
x/libXcomposite-0.4.4-x86_64-2.txz
x/libXcursor-1.1.14-x86_64-2.txz
x/libXdamage-1.1.4-x86_64-2.txz
x/libXdmcp-1.1.2-x86_64-2.txz
x/libXext-1.3.3-x86_64-2.txz
x/libXfixes-5.0.2-x86_64-1.txz
x/libXfont-1.5.1-x86_64-2.txz
x/libXft-2.3.2-x86_64-3.txz
x/libXi-1.7.6-x86_64-1.txz
x/libXinerama-1.1.3-x86_64-2.txz
x/libXmu-1.1.2-x86_64-2.txz
x/libXpm-3.5.11-x86_64-2.txz
x/libXrandr-1.5.0-x86_64-1.txz
x/libXrender-0.9.9-x86_64-1.txz
x/libXt-1.1.5-x86_64-1.txz
x/libXtst-1.2.2-x86_64-2.txz
x/libXxf86vm-1.1.4-x86_64-2.txz
x/libdrm-2.4.68-x86_64-1.txz
x/libevdev-1.4.1-x86_64-1.txz
x/libfontenc-1.1.3-x86_64-1.txz
x/libpciaccess-0.13.4-x86_64-1.txz
x/libxcb-1.11.1-x86_64-1.txz
x/libxkbfile-1.0.9-x86_64-1.txz
x/libxshmfence-1.2-x86_64-2.txz
x/mesa-11.2.2-x86_64-1.txz
x/mkfontdir-1.0.7-noarch-1.txz
x/mkfontscale-1.1.2-x86_64-2.txz
x/mtdev-1.1.5-x86_64-1.txz
x/pixman-0.34.0-x86_64-1.txz
x/setxkbmap-1.3.1-x86_64-1.txz
x/x11-skel-7.7-x86_64-1.txz
x/xauth-1.0.9-x86_64-2.txz
x/xcb-util-0.4.0-x86_64-2.txz
x/xf86-input-evdev-2.10.3-x86_64-1.txz
x/xf86-input-keyboard-1.8.1-x86_64-2.txz
x/xf86-video-vesa-2.3.4-x86_64-2.txz
x/xinit-1.3.4-x86_64-2.txz
x/xkbcomp-1.3.0-x86_64-2.txz
x/xkbevd-1.1.4-x86_64-1.txz
x/xkeyboard-config-2.17-noarch-1.txz
x/xorg-server-1.18.3-x86_64-2.txz
x/xterm-325-x86_64-1.txz
xap/mozilla-firefox-45.2.0esr-x86_64-1.txz
xap/x11-ssh-askpass-1.2.4.1-x86_64-2.txz

Last edited by czezz; 04-01-2020 at 05:39 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
Accessing Web Browser in Centos 7 Minimal without GUI zahian84 CentOS 1 11-26-2018 06:15 AM
LXer: Eolie Web Browser for GNOME - The Simplest Web Browser LXer Syndicated Linux News 0 09-28-2017 02:22 AM
Web browser not set to default even though it is the ONLY browser!?!?! dbc254 Linux Mint 1 12-07-2016 11:59 PM
How do I upgrade Minimal Desktop for Ubuntu (formerly Ubuntu Minimal)? LAPIII Linux - Software 1 01-20-2012 07:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration