Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
12-15-2019, 11:32 AM
(This post was last modified: 12-15-2019, 11:42 AM by m654321.)
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
Posts: 237
Threads: 7
Joined: May 2018
Reputation:
0
[member=458]m654321[/member] They are stored at:
Code: /var/cache/apt/archives/
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
(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
Posts: 237
Threads: 7
Joined: May 2018
Reputation:
0
[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
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
12-15-2019, 02:18 PM
(This post was last modified: 12-15-2019, 02:20 PM by m654321.)
(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
Posts: 1,133
Threads: 87
Joined: Sep 2017
Reputation:
0
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
Posts: 8,898
Threads: 542
Joined: Feb 2014
Reputation:
5
(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.
Posts: 237
Threads: 7
Joined: May 2018
Reputation:
0
12-16-2019, 07:28 AM
(This post was last modified: 12-16-2019, 07:31 AM by DeepThought.)
[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
Posts: 893
Threads: 197
Joined: Jul 2014
Reputation:
0
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
|