pl add aptoncd on ubuntu 18.04

Asked by RAGHAVENDRA M

aptoncd is required in ubuntu 18.04

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu aptoncd Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said :
#1

https://sourceforge.net/projects/aptoncd/ https://launchpad.net/aptoncd
This is an add-on package not required by the Ubuntu OS

Revision history for this message
Manfred Hampl (m-hampl) said :
#2

aptoncd has not been maintained for 10 years, there is a problem with its license and it depends on other obsolete packages.

see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=885946

Revision history for this message
Bernard Stafford (bernard010) said :
#3

I agree it has been an abandon package for a very long time.

Revision history for this message
Bernard Stafford (bernard010) said :
#5

In your Ubuntu Software Center try " Timeshift" It is a system restore utility for Linux.
To put the snapshot of the OS on a usb live https://www.balena.io/etcher/

Revision history for this message
RAGHAVENDRA M (raghu9741) said :
#6

timeshift - backs up entire system.
i need a software which can backup /var/cache/apt/archives
it must not copy old and obselete pacakges

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

A hint: The command

sudo apt autoclean

deletes obsolete packages from the /var/cache/apt/archives directory

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#8

Or:

sudo apt-get --download-only `dpkg -l | grep ^ii | awk {'print $2'}`

Which will grab every deb for all installed packages. You can then transfer these to the destination system

Can you help with this problem?

Provide an answer of your own, or ask RAGHAVENDRA M for more information if necessary.

To post a message you must log in.