
- #UNGOOGLED CHROMIUM INSTALL INSTALL#
- #UNGOOGLED CHROMIUM INSTALL UPDATE#
- #UNGOOGLED CHROMIUM INSTALL CODE#
- #UNGOOGLED CHROMIUM INSTALL DOWNLOAD#
debian/ungoogled-upstream/ungoogled-chromium/utils/downloads.py retrieve -i debian/ungoogled-upstream/ungoogled-chromium/downloads.ini -c build/download_cache
#UNGOOGLED CHROMIUM INSTALL UPDATE#
# Commit the submodule changes # Update patches via instructions below Updating patches. Popd # Commit the submodule changes # Update patches via instructions below

Pushd debian/ungoogled-upstream/ungoogled-chromium/
#UNGOOGLED CHROMIUM INSTALL INSTALL#
# Install essential requirements sudo apt install git python3 packaging-dev equivs This is useful for online build services like Launchpad and openSUSE Build Service. Building via source packageīuild via a Debian source package (i.e.dsc. If all else fails, delete the entire build tree and start again. If it still fails, then try this command (this will clear any intermediate build outputs): dpkg-buildpackage -b -uc If the build aborts during the last command, it can be restarted with this command: dpkg-buildpackage -b -uc -nc # Start building dpkg-buildpackage -b -uc
#UNGOOGLED CHROMIUM INSTALL DOWNLOAD#
# Download and unpack Chromium sources (this will take some time). # Install remaining requirements to build Chromium sudo mk-build-deps -i debian/control # Final setup steps for debian/ directory. # Replace UPLOADER_HERE with your uploader string (optional) # Example of an uploader string: John Doe echo 'UPLOADER_HERE' > debian/uploader.txt # Setup build tree under build/ mkdir -p build/srcĬp -r ungoogled-chromium-debian/debian build/src/ 88-1.sid1 # Example of a branch: debian_sid git -C ungoogled-chromium-debian checkout -recurse-submodules TAG_OR_BRANCH_HERE # Replace TAG_OR_BRANCH_HERE with the tag or branch you want to build (optional) # Example of a tag. # NOTE: If you are reading this on GitHub, make sure to read the version corresponding # to your checkout of this repo (replace TAG_OR_BRANCH_HERE with the tag or branch you want to build): # Or, just read the README in your local repo. # Clone the repository and its submodules git clone -recurse-submodules


#UNGOOGLED CHROMIUM INSTALL CODE#
This branch contains the code to build packages for: Debian Bullseye. This repository contains files to build Debian packages of ungoogled-chromium.
