Home
last modified time | relevance | path

Searched refs:autoremove (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/support/misc/
H A DVagrantfile51 apt-get -q -y autoremove
/OK3568_Linux_fs/external/xserver/.gitlab-ci/
H A DDockerfile34 apt-get autoremove -y --purge && apt-get clean && \
/OK3568_Linux_fs/buildroot/support/docker/
H A DDockerfile50 apt-get -y autoremove && \
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A Drootfs.py62 self.pm.autoremove()
H A D__init__.py242 def autoremove(self): member in RpmPM