ubuntu - There are problems and -y was used without --force-yes -
created directory
1) mkdir -p /root/dists/archives/ downloaded debians required installing few packages python-stdeb devscripts in /root/dists/archives/
2) cd /root/dists/archives/ 3) dpkg-scanpackages . /dev/null | gzip -9c > packages.gz 4) added below entry in /etc/apt/sources.list
deb file:/root/dists/archives/ ./ 5) apt-get update ign file: ./ inrelease ign file: ./ release.gpg ign file: ./ release ign file: ./ translation-en_us ign file: ./ translation-en reading package lists... done 6) when try install following packages python-stdeb devscripts. throwing below error
apt-get install -y python-stdeb devscripts e: there problems , -y used without --force-yes
create file in /etc/apt/apt.conf.d
# cat /etc/apt/apt.conf.d/02allow-unsigned apt::get::allowunauthenticated 1; # apt-get update
Comments
Post a Comment