Closed Drjackyopened this issueNov 5, 2023· 3 comments [Bug]: Cannot run pkg command as root#359 Drjackyopened this issueNov 5, 2023· 3 comments Labels invalid Comments Problem description What steps will reproduce the bug? Runpkg update ...
README.md autogen.sh build.js configure.ac files.js package.json packit.yaml pyproject.toml tsconfig.json Latest commit jelly metrics: install required pcp packages instead of cockpit-pcp Oct 2, 2024 ea0432f·Oct 2, 2024 History History
mkdir -p "$HOME/.pkg" [ ! -d "$HOME/.pkg" ] && error "Default user config dir '$HOME/.pkg/' could not be created." && exit 3 cp --force -a /etc/pkg/* "$HOME/.pkg/" || exit 3 fi # get puppy distro env vars [ -f /etc/rc.d/PUPSTATE ] && . /etc/rc.d/PUPSTA...
icons = get_sc_icon_theme(datadir)importsoftwarecenter.distro distro = softwarecenter.distro.get_distro() apps_filter = AppFilter(db, cache)fromsoftwarecenter.pathsimportAPP_INSTALL_PATH cat_view = LobbyViewGtk(datadir, APP_INSTALL_PATH, cache, db, icons, distro, apps_filter)returncat_view ...
--with-distro=none \ --with-xml=expat \ --sysconfdir=/etc \ --localstatedir=/var \ --prefix=${AVAHI_ROOT}/${AVAHI_INSTALL} >../${CONFIG_LOG} 2>&1 echo echo echo "Building ${AVAHI_VER} ..." echo "make >../${BUILD_LOG} 2>&1" ...
npm install systeminformation@4 —save or simpler npm install systeminformation@4 Usage All functions (exceptversionandtime) are implemented as asynchronous functions. Here a small example how to use them: constsi =require('systeminformation');// promises style - new since version 3si.cpu() ...
First, fastDomIf requires that every <dom-if> is in the shadow root of a Polymer element: you can't use a <dom-if> directly in the main document or inside a shadow root of an element that doesn't extend PolymerElement. Second, because the fastDomIf implementation of <dom-if> doesn'...
# pkg dir2repo myrepo Creating repo from contents of: /root/myrepo Step 1 of 3: CHOOSE A REPO NAME (something like 'distroversion-username-repo', such as 'bionic-bob-main' or 'stretch-sc0ttman-games') Type a repo name and hit ENTER: stretch-sc0ttman-gfx Step 2 of 3: ADD THE...
self.install_mysql_server_configuration(ipv4) port ='8900'tomcat_home = os.path.join(self.data_root_directory,'tomcat') tomcat_lib = os.path.join(tomcat_home,'lib') xwiki_home = os.path.join(tomcat_home,'webapps','xwiki')forsrc, dstin( ...
mkdir -p "$HOME/.pkg" [ ! -d "$HOME/.pkg" ] && error "Default user config dir '$HOME/.pkg/' could not be created." && exit 3 cp --force -a /etc/pkg/* "$HOME/.pkg/" || exit 3 fi # get puppy distro env vars [ -f /etc/rc.d/PUPSTATE ] && . /etc/rc.d/PUPSTA...