What's the best way to update (rebuild) a Debian/Ubuntu-package to a more recent version? Should I be using apt source in all cases including when I want to publish it as Personal Package Archive? I would like to have Intel TBB 4.0 instead of 3.0, which is pre-packaged in Ubuntu 11.10.
Rebuilding a Newer Version of a Deb Package
1.3k views Asked by Nordlöw At
1
There are 1 answers
Related Questions in UBUNTU
- Error: local variable 'bramka' referenced before assignment
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Can't connect to local postgresql server from my docker container
- How to install libfuse2 on Ubuntu 22.04
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Can anyoone help me with this problem while trying to install hadoop on ubuntu?
- Ubuntu wsl2 in windows, my /etc/fonts/fonts.conf keeps reloading
- psutil.sensors.temperatures() only delivers {}
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Viber is not working on Ubuntu 22.04 Jammy
- why is ubuntu 18.4 still showing as a linux subsystem when i have uninstalled it?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- What is this error when trying to update Ubuntu?
- Angular on IONOS(?) throws an error with npm
- Tensorflow can't find TensoRT
Related Questions in VERSIONING
- Finding all available versions of a NuGet package within a specific version range
- Flutter - How to get the build number of the app?
- Django drf-yasg API versions switch from drop down
- Sharing dependency version with NPM workspaces in monorepo
- Versioning C# projects with visual studio
- How to implement js and css versioning in hybris based project via wro4j
- Why does the Haskell PVP describe new functions as non-breaking?
- How to update version in package.json using calendar versioning
- Develop a service mesh solution that enables developers deploy and test multiple code versions
- how to add the property to delete the blob versions after X days in terraform
- Is symbol versioning widely used in linux libraries or is it just used in some specific and rare cases?
- Relocate bookmarks.xml file to maintain Sourcetree bookmarks throughout several machines (Windows)
- If a parent entity is SCD type 4 with a history table, should the child entities (one-to-many) also have a history table?
- How to make a dynamic Relationship with versioning in SQL?
- Package management - list of common version named tags? - E.g., "latest", "lts"
Related Questions in DEBIAN
- How to restrict user access on mounted NSFv4 share with all_squash option?
- Obtaining the user's home directory for a daemon application running as root in linux
- Make Bind DNS server to request only root DNS servers of IANA website
- Mokutil does'nt work in Google Cloud Compute Engine
- Install Gitlab Repository : Wordlists
- PHP apache2 - php script cli will write txt file but browser will not
- Docker error at build E: Release file for http://deb.debian.org/debian-security/dists/bookworm-security/InRelease is not valid yet
- Slow loading of WordPress site on development server despite fast database queries
- How to use pyinstaller on debian?
- Python 3.12 pip install mod_wsgi fails
- Using Packer to install Debian
- How to install PHP Extension SQLSRV on Azure App Service (PHP 8.2 / Linux)?
- "Read-only filesystem" error during docker build
- Python code for raspberry pi not "alt+tabbing" to new window with GPIO button
- Resolve dependencies of an arbitrary Debian or Ubuntu package
Related Questions in REBUILD
- Why rebuild module does not recompile dependency module, but build module does in IntelliJ Idea?
- Docker on visionfive2 risc-v
- screens not rebuilding on tab switching
- Visual Studio 2017 (or higher) configure IDE to use MetadataAsSource folder under project build folder and not in AppData\Local\Temp
- Docker compose is not updating source code
- Flutter : Rebuild widget asynchrone with Provider, setState() or markNeedsBuild called during build
- Flutter setState of *multiple instances* of a Stateful Widget in a Page
- How to rebuild a suggestionBuilder from SearchAnchor manually?
- How do I force Android Studio to do a full build every time?
- How to avoid rebuilding while using bazel transitions to build multiple targets each with different configurations at once?
- Performance declaring widget in stateful widget's build
- Performance declaring widget in build method
- The problem of rebuilding the widget tree when the text field has focus
- Force widget rebuild from drawer in Flutter
- How to rebuild newlib under a prebuilt ARM GCC toolchain?
Related Questions in PACKAGE-MANAGEMENT
- Finding all available versions of a NuGet package within a specific version range
- Can't pip install llama-index in fresh virtual environment running python 3.12.x -- potential issues with onnxruntime
- can't use PowerShellGet module under Powershell 7
- Package management - list of common version named tags? - E.g., "latest", "lts"
- How do I ensure that a dependency only gets installed on Windows with Poetry?
- How should this table of platforms of dependencies be read?
- What are the "host and target platforms" of a dependency?
- What is propagation of a dependency?
- Renv cache not working. Packages are copied not linked
- Header-only library with CMake logic - how to treat in Conan?
- How bad is it to use hyphens in a conan package name?
- renovate create only PR when packages major update
- How do apt or dnf package managers replace critical files?
- How to switch between local and installed version of python package, including IDE support (PyCharm)?
- What is the package manager for the mysql docker image/container?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You should follow the standard procedure of the Debian New Maintainer's Guide (Section 8.3) even when deploying to a Personal Package Archive. That is, get the current debian packaging control using
apt-get source, unpack the TBB 4.0 source, unpack the Debian .tar.gz, do the "chores" described in Section 8.3. (New upstream release) and then build the package to obtain the new .deb.The reason for following this procedure is simply tool support: All Debian tools are intended for this standard use, and they provide excellent support and automation when used properly. You can cut some corners when you have understood this system.