Linux Lite 8.0 RC1 has been released - Click here


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

LL3.8: where kernel packages & *.deb packages generally stored in file system ?
#1


In continuing to try and learn more about how the LL file system (and linux generally) is organized, could someone tell me where the downloaded *.deb packages are stored, as well as the linux kernel packages, on the LL file system, in my case LL3.8 ?

Many thanks for any help with this

64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#2

[member=458]m654321[/member]  They are stored at:

Code:
/var/cache/apt/archives/

Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply
#3

(12-15-2019, 11:41 AM)DeepThought link Wrote:  [member=458]m654321[/member]  They are stored at:
Code:
/var/cache/apt/archives/

Had a look at the above location, but only some packages listed, i.e.
firefox, flashplugin, gir1.2, libn*, libpcap, libsmbclient, libsnapd, libssh, libwbclient, network manager, samba packages.

Can't see Kernel packages or others.

64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#4

[member=458]m654321[/member]  Your kernel packages will be named linux-image-somenumber ....
as to not many packages there, when did you last do "sudo apt autoremove" as that actually removes cached packages, saving space on the system.

Hope this helps :)


Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply
#5

(12-15-2019, 12:14 PM)DeepThought link Wrote:  [member=458]m654321[/member]  Your kernel packages will be named linux-image-somenumber ....
as to not many packages there, when did you last do "sudo apt autoremove" as that actually removes cached packages, saving space on the system.
Hope this helps :)

Yes, i run 'autoremove' regularly, so I guess that explains why there isn't much in there right now .
Many thanks for pointing that out.

64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply
#6

Quote:Had a look at the above location, but only some packages listed, i.e.
firefox, flashplugin, gir1.2, libn*, libpcap, libsmbclient, libsnapd, libssh, libwbclient, network manager, samba packages.

Can't see Kernel packages or others.

For kernel packages check under
Code:
ls /lib/modules

Without each others help there ain't no hope for us :)
Need a translation service? https://www.deepl.com/es/translator
Reply
#7

(12-15-2019, 12:06 PM)m654321 link Wrote:  [quote author=DeepThought link=topic=6927.msg49858#msg49858 date=1576410082]
[member=458]m654321[/member]  They are stored at:
Code:
/var/cache/apt/archives/

Had a look at the above location, but only some packages listed, i.e.
firefox, flashplugin, gir1.2, libn*, libpcap, libsmbclient, libsnapd, libssh, libwbclient, network manager, samba packages.

Can't see Kernel packages or others.
[/quote]

Kernel packages are stored there along with all other packages, they are not in a separate location. If there are none there, then your last clean cleared them out.

Download your free copy of Linux Lite today.

Jerry Bezencon
Linux Lite Creator

"Do not correct a fool, or he will hate you; correct a wise man and he will appreciate you."

[Image: X5qGkCg.png]

[Image: 0op1GNe.png] [Image: LgJ2mtP.png] [Image: vLZcFUE.png] [Image: lrUHro3.jpg]
Reply
#8

[member=2]Jerry[/member]  Thanks for the reminder, forgot about clean :)

[member=458]m654321[/member]  using sudo apt-get and one of the following will clean out the cached packages:

Code:
  autoremove - Remove all unused packages automatically
  clean - Erase downloaded archive files
  autoclean - Erase old downloaded archive files

info from "apt-get --help"

Hope this helps :)

Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
Reply
#9

Thanks guys  8)

64bit OS (32-bit on Samsung[i] netbook) installed in [i]Legacy mode on MBR-formatted SSDs (except pi which uses a micro SDHC card):
2017 - Raspberry pi 3B (4cores) ~ [email protected] - LibreElec, used for upgrading our Samsung TV (excellent for the task)  
2012 - Lenovo G580 2689 (2cores; 4threads] ~ [email protected] - LL3.8/Win8.1 dual-boot (LL working smoothly)
2011 - Samsung NP-N145 Plus (1core; 2threads) ~ Intel Atom [email protected] - LL 3.8 32-bit (64-bit too 'laggy')
2008 - Asus X71Q (2cores) ~ Intel [email protected] - LL4.6/Win8.1 dual-boot, LL works fine with kernel 4.15
2007 - Dell Latitude D630 (2cores) ~ Intel [email protected] - LL4.6, works well with kernel 4.4; 4.15 doesn't work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)